TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
field_options.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: global_extensions/field_options.proto
3 
4 #ifndef PROTOBUF_global_5fextensions_2ffield_5foptions_2eproto__INCLUDED
5 #define PROTOBUF_global_5fextensions_2ffield_5foptions_2eproto__INCLUDED
6 
7 #include <string>
8 
10 
11 #if GOOGLE_PROTOBUF_VERSION < 2006000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 2006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
27 #include "Define.h" // for TRINITY_SHARED_API
28 // @@protoc_insertion_point(includes)
29 
30 namespace bgs {
31 namespace protocol {
32 
33 // Internal implementation detail -- do not call these.
37 
38 
39 enum LogOption {
40  HIDDEN = 1,
41  HEX = 2
42 };
46 const int LogOption_ARRAYSIZE = LogOption_MAX + 1;
47 
48 TC_SHARED_API const ::google::protobuf::EnumDescriptor* LogOption_descriptor();
49 inline const ::std::string& LogOption_Name(LogOption value) {
51  LogOption_descriptor(), value);
52 }
53 inline bool LogOption_Parse(
54  const ::std::string& name, LogOption* value) {
55  return ::google::protobuf::internal::ParseNamedEnum<LogOption>(
56  LogOption_descriptor(), name, value);
57 }
58 // ===================================================================
59 
60 
61 // ===================================================================
62 
63 
64 // ===================================================================
65 
66 static const int kLogFieldNumber = 50000;
67 TC_SHARED_API extern ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions,
69  log;
70 
71 // ===================================================================
72 
73 
74 // @@protoc_insertion_point(namespace_scope)
75 
76 } // namespace protocol
77 } // namespace bgs
78 
79 #ifndef SWIG
80 namespace google {
81 namespace protobuf {
82 
84 template <>
85 inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::LogOption>() {
87 }
88 
89 } // namespace google
90 } // namespace protobuf
91 #endif // SWIG
92 
93 // @@protoc_insertion_point(global_scope)
94 
95 #endif // PROTOBUF_global_5fextensions_2ffield_5foptions_2eproto__INCLUDED
Definition: Session.h:36
Definition: field_options.pb.h:41
LIBPROTOBUF_EXPORT const string & NameOfEnum(const EnumDescriptor *descriptor, int value)
TC_SHARED_API::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions,::google::protobuf::internal::EnumTypeTraits< ::bgs::protocol::LogOption,::bgs::protocol::LogOption_IsValid >, 14, false > log
const ::std::string & LogOption_Name(LogOption value)
Definition: field_options.pb.h:49
static const int kLogFieldNumber
Definition: field_options.pb.h:66
bool LogOption_Parse(const ::std::string &name, LogOption *value)
Definition: field_options.pb.h:53
Definition: descriptor.h:683
const LogOption LogOption_MIN
Definition: field_options.pb.h:44
Definition: template_util.h:77
TC_SHARED_API bool LogOption_IsValid(int value)
void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto()
Definition: extension_set.h:859
Definition: generated_enum_reflection.h:55
#define TC_SHARED_API
Definition: Define.h:128
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * LogOption_descriptor()
LogOption
Definition: field_options.pb.h:39
void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto()
const int LogOption_ARRAYSIZE
Definition: field_options.pb.h:46
Definition: BnetFileGenerator.h:47
const FieldDescriptor value
Definition: descriptor.h:1522
void TC_SHARED_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto()
Definition: descriptor.pb.h:1852
const LogOption LogOption_MAX
Definition: field_options.pb.h:45
Definition: field_options.pb.h:40