blob: 8a7a6684f5d9d0c952dbc44d928bb031931f2280 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#pragma once
#include <fidl/test.exampleusing/cpp/natural_ostream.h>
#include <fidl/test.placementofattributes/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_placementofattributes::ExampleBits> {
static std::ostream& Format(std::ostream& os, const ::test_placementofattributes::ExampleBits& value);
};
template <>
struct fidl::ostream::Formatter<::test_placementofattributes::ExampleEnum> {
static std::ostream& Format(std::ostream& os, const ::test_placementofattributes::ExampleEnum& value);
};
template <>
struct fidl::ostream::Formatter<::test_placementofattributes::ExampleProtocolMethodRequest> {
static std::ostream& Format(std::ostream& os, const ::test_placementofattributes::ExampleProtocolMethodRequest& value);
};
template <>
struct fidl::ostream::Formatter<::test_placementofattributes::ExampleStruct> {
static std::ostream& Format(std::ostream& os, const ::test_placementofattributes::ExampleStruct& value);
};
template <>
struct fidl::ostream::Formatter<::test_placementofattributes::ExampleTable> {
static std::ostream& Format(std::ostream& os, const ::test_placementofattributes::ExampleTable& value);
};
template <>
struct fidl::ostream::Formatter<::test_placementofattributes::ExampleUnion> {
static std::ostream& Format(std::ostream& os, const ::test_placementofattributes::ExampleUnion& value);
};
namespace test_placementofattributes {
std::ostream& operator<<(std::ostream& os, const ::test_placementofattributes::ExampleBits& value);
std::ostream& operator<<(std::ostream& os, const ::test_placementofattributes::ExampleEnum& value);
std::ostream& operator<<(std::ostream& os, const ::test_placementofattributes::ExampleProtocolMethodRequest& value);
std::ostream& operator<<(std::ostream& os, const ::test_placementofattributes::ExampleStruct& value);
std::ostream& operator<<(std::ostream& os, const ::test_placementofattributes::ExampleTable& value);
std::ostream& operator<<(std::ostream& os, const ::test_placementofattributes::ExampleUnion& value);
} // namespace test_placementofattributes
#if __FIDL_SUPPORT_HANDLES
template <>
struct fidl::ostream::Formatter<::fidl::ClientEnd<::test_placementofattributes::ExampleProtocol>> {
static std::ostream& Format(std::ostream& os, const ::fidl::ClientEnd<::test_placementofattributes::ExampleProtocol>& value);
};
template <>
struct fidl::ostream::Formatter<::fidl::ServerEnd<::test_placementofattributes::ExampleProtocol>> {
static std::ostream& Format(std::ostream& os, const ::fidl::ServerEnd<::test_placementofattributes::ExampleProtocol>& value);
};
std::ostream& operator<<(std::ostream& os, const ::fidl::ClientEnd<::test_placementofattributes::ExampleProtocol>& value);
std::ostream& operator<<(std::ostream& os, const ::fidl::ServerEnd<::test_placementofattributes::ExampleProtocol>& value);
#endif // __FIDL_SUPPORT_HANDLES
#pragma clang diagnostic pop