/** * Autogenerated by Thrift for thrift/compiler/test/fixtures/basic-structured-annotations/src/module.thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @nocommit */ #pragma once #include #include #include "thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_types.h" #include "thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/included_metadata.h" #include "thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/namespaced_metadata.h" namespace test { namespace fixtures { namespace basic-structured-annotations { class MyService; }}} // namespace test::fixtures::basic-structured-annotations namespace apache { namespace thrift { namespace detail { namespace md { template <> class EnumMetadata<::test::fixtures::basic-structured-annotations::MyEnum> { public: static void gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::test::fixtures::basic-structured-annotations::runtime_annotation> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::test::fixtures::basic-structured-annotations::structured_annotation_inline> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::test::fixtures::basic-structured-annotations::structured_annotation_with_default> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::test::fixtures::basic-structured-annotations::structured_annotation_recursive> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::test::fixtures::basic-structured-annotations::structured_annotation_forward> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::test::fixtures::basic-structured-annotations::structured_annotation_nested> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::test::fixtures::basic-structured-annotations::MyStruct> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::test::fixtures::basic-structured-annotations::MyException> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::test::fixtures::basic-structured-annotations::MyUnion> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class ExceptionMetadata<::test::fixtures::basic-structured-annotations::MyException> { public: static void gen(ThriftMetadata& metadata); }; template <> class ServiceMetadata<::apache::thrift::ServiceHandler<::test::fixtures::basic-structured-annotations::MyService>> { public: static void gen(ThriftServiceMetadataResponse& response); private: static const ThriftServiceContextRef* genRecurse(ThriftMetadata& metadata, std::vector& services); template friend class ServiceMetadata; static void gen_first(ThriftMetadata& metadata, ThriftService& context); static void gen_second(ThriftMetadata& metadata, ThriftService& context); }; } // namespace md } // namespace detail } // namespace thrift } // namespace apache