/** * Autogenerated by Thrift for thrift/compiler/test/fixtures/exceptions/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/exceptions/gen-cpp2/module_types.h" namespace cpp2 { class Raiser; } // namespace cpp2 namespace apache { namespace thrift { namespace detail { namespace md { template <> class StructMetadata<::cpp2::Fiery> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::cpp2::Serious> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::cpp2::ComplexFieldNames> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::cpp2::CustomFieldNames> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::cpp2::ExceptionWithPrimitiveField> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::cpp2::ExceptionWithStructuredAnnotation> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class StructMetadata<::cpp2::Banal> { public: static const ::apache::thrift::metadata::ThriftStruct& gen(ThriftMetadata& metadata); }; template <> class ExceptionMetadata<::cpp2::Fiery> { public: static void gen(ThriftMetadata& metadata); }; template <> class ExceptionMetadata<::cpp2::Serious> { public: static void gen(ThriftMetadata& metadata); }; template <> class ExceptionMetadata<::cpp2::ComplexFieldNames> { public: static void gen(ThriftMetadata& metadata); }; template <> class ExceptionMetadata<::cpp2::CustomFieldNames> { public: static void gen(ThriftMetadata& metadata); }; template <> class ExceptionMetadata<::cpp2::ExceptionWithPrimitiveField> { public: static void gen(ThriftMetadata& metadata); }; template <> class ExceptionMetadata<::cpp2::ExceptionWithStructuredAnnotation> { public: static void gen(ThriftMetadata& metadata); }; template <> class ExceptionMetadata<::cpp2::Banal> { public: static void gen(ThriftMetadata& metadata); }; template <> class ServiceMetadata<::apache::thrift::ServiceHandler<::cpp2::Raiser>> { public: static void gen(ThriftServiceMetadataResponse& response); private: static const ThriftServiceContextRef* genRecurse(ThriftMetadata& metadata, std::vector& services); template friend class ServiceMetadata; static void gen_doBland(ThriftMetadata& metadata, ThriftService& context); static void gen_doRaise(ThriftMetadata& metadata, ThriftService& context); static void gen_get200(ThriftMetadata& metadata, ThriftService& context); static void gen_get500(ThriftMetadata& metadata, ThriftService& context); }; } // namespace md } // namespace detail } // namespace thrift } // namespace apache