blob: 7c2ca3d49c7ca505d5c8fdb3818af3edd319de4e [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#pragma once
#include <fidl/test.aliases/cpp/natural_types.h>
#include <fidl/test.someotherlibrary/cpp/natural_ostream.h>
#include <lib/fidl/cpp/natural_ostream.h>
#include <iostream>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wshadow"
template <>
struct fidl::ostream::Formatter<::test_aliases::ObjType> {
static std::ostream& Format(std::ostream& os, const ::test_aliases::ObjType& value);
};
#ifdef __Fuchsia__
template <>
struct fidl::ostream::Formatter<::test_aliases::ExampleOfUseOfAliases> {
static std::ostream& Format(std::ostream& os, const ::test_aliases::ExampleOfUseOfAliases& value);
};
#endif // __Fuchsia__
namespace test_aliases {
std::ostream& operator<<(std::ostream& os, const ::test_aliases::ObjType& value);
#ifdef __Fuchsia__
std::ostream& operator<<(std::ostream& os, const ::test_aliases::ExampleOfUseOfAliases& value);
#endif // __Fuchsia__
} // namespace test_aliases
#ifdef __Fuchsia__
#endif // __Fuchsia__
#pragma clang diagnostic pop