TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
generated_enum_reflection.h File Reference
#include <string>
#include <google/protobuf/stubs/template_util.h>
+ Include dependency graph for generated_enum_reflection.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  google::protobuf::is_proto_enum< T >
 

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::internal
 

Functions

template<typename E >
const EnumDescriptor * google::protobuf::GetEnumDescriptor ()
 
LIBPROTOBUF_EXPORT bool google::protobuf::internal::ParseNamedEnum (const EnumDescriptor *descriptor, const string &name, int *value)
 
template<typename EnumType >
bool google::protobuf::internal::ParseNamedEnum (const EnumDescriptor *descriptor, const string &name, EnumType *value)
 
LIBPROTOBUF_EXPORT const string & google::protobuf::internal::NameOfEnum (const EnumDescriptor *descriptor, int value)