/** * Autogenerated by Thrift for thrift/compiler/test/fixtures/interactions/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/interactions/gen-cpp2/module_types.h" namespace cpp2 { class MyService; } // namespace cpp2 namespace apache { namespace thrift { namespace detail { namespace md { template <> class StructMetadata<::cpp2::CustomException> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class ExceptionMetadata<::cpp2::CustomException> { public: static void gen(ThriftMetadata& metadata); }; template <> class ServiceMetadata<::apache::thrift::ServiceHandler<::cpp2::MyService>> { public: static void gen(ThriftServiceMetadataResponse& response); private: static const ThriftServiceContextRef* genRecurse(ThriftMetadata& metadata, std::vector& services); template friend class ServiceMetadata; static void gen_foo(ThriftMetadata& metadata, ThriftService& context); static void gen_interact(ThriftMetadata& metadata, ThriftService& context); static void gen_interactFast(ThriftMetadata& metadata, ThriftService& context); static void gen_serialize(ThriftMetadata& metadata, ThriftService& context); }; } // namespace md } // namespace detail } // namespace thrift } // namespace apache