blob: 1d990337703adec31f2115830ba411d6a051f9bb [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#pragma once
#include <fidl/test.handlesintypes/cpp/natural_types.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_handlesintypes::ObjType> {
static std::ostream& Format(std::ostream& os, const ::test_handlesintypes::ObjType& value);
};
#ifdef __Fuchsia__
template <>
struct fidl::ostream::Formatter<::test_handlesintypes::TableWithHandle> {
static std::ostream& Format(std::ostream& os, const ::test_handlesintypes::TableWithHandle& value);
};
#endif // __Fuchsia__
#ifdef __Fuchsia__
template <>
struct fidl::ostream::Formatter<::test_handlesintypes::UnionWithHandle> {
static std::ostream& Format(std::ostream& os, const ::test_handlesintypes::UnionWithHandle& value);
};
#endif // __Fuchsia__
#ifdef __Fuchsia__
template <>
struct fidl::ostream::Formatter<::test_handlesintypes::HandlesInTypes> {
static std::ostream& Format(std::ostream& os, const ::test_handlesintypes::HandlesInTypes& value);
};
#endif // __Fuchsia__
#ifdef __Fuchsia__
template <>
struct fidl::ostream::Formatter<::test_handlesintypes::EmptyResourceStruct> {
static std::ostream& Format(std::ostream& os, const ::test_handlesintypes::EmptyResourceStruct& value);
};
#endif // __Fuchsia__
#ifdef __Fuchsia__
template <>
struct fidl::ostream::Formatter<::test_handlesintypes::EmptyResourceTable> {
static std::ostream& Format(std::ostream& os, const ::test_handlesintypes::EmptyResourceTable& value);
};
#endif // __Fuchsia__
#ifdef __Fuchsia__
template <>
struct fidl::ostream::Formatter<::test_handlesintypes::EmptyResourceUnion> {
static std::ostream& Format(std::ostream& os, const ::test_handlesintypes::EmptyResourceUnion& value);
};
#endif // __Fuchsia__
namespace test_handlesintypes {
std::ostream& operator<<(std::ostream& os, const ::test_handlesintypes::ObjType& value);
#ifdef __Fuchsia__
std::ostream& operator<<(std::ostream& os, const ::test_handlesintypes::TableWithHandle& value);
#endif // __Fuchsia__
#ifdef __Fuchsia__
std::ostream& operator<<(std::ostream& os, const ::test_handlesintypes::UnionWithHandle& value);
#endif // __Fuchsia__
#ifdef __Fuchsia__
std::ostream& operator<<(std::ostream& os, const ::test_handlesintypes::HandlesInTypes& value);
#endif // __Fuchsia__
#ifdef __Fuchsia__
std::ostream& operator<<(std::ostream& os, const ::test_handlesintypes::EmptyResourceStruct& value);
#endif // __Fuchsia__
#ifdef __Fuchsia__
std::ostream& operator<<(std::ostream& os, const ::test_handlesintypes::EmptyResourceTable& value);
#endif // __Fuchsia__
#ifdef __Fuchsia__
std::ostream& operator<<(std::ostream& os, const ::test_handlesintypes::EmptyResourceUnion& value);
#endif // __Fuchsia__
} // namespace test_handlesintypes
#ifdef __Fuchsia__
#endif // __Fuchsia__
#pragma clang diagnostic pop