TrinityCore
club_tag.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "rpc_types.pb.h"
#include "Define.h"
+ Include dependency graph for club_tag.pb.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bgs::protocol::club::v1::TagOptions
 
class  bgs::protocol::club::v1::TagIdentifier
 
class  bgs::protocol::club::v1::LocalizedTag
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::TagAction >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::TagType >
 

Namespaces

namespace  bgs
 
namespace  bgs::protocol
 
namespace  bgs::protocol::club
 
namespace  bgs::protocol::club::v1
 
namespace  google
 
namespace  google::protobuf
 

Enumerations

enum  bgs::protocol::club::v1::TagAction { bgs::protocol::club::v1::TAG_ACTION_NONE = 0 , bgs::protocol::club::v1::TAG_ACTION_CLEAR = 1 , bgs::protocol::club::v1::TAG_ACTION_SET = 2 }
 
enum  bgs::protocol::club::v1::TagType { bgs::protocol::club::v1::TAG_TYPE_INVALID = 0 , bgs::protocol::club::v1::TAG_TYPE_PLATFORM = 1 , bgs::protocol::club::v1::TAG_TYPE_CUSTOM = 2 }
 

Functions

void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_club_5ftag_2eproto ()
 
void bgs::protocol::club::v1::protobuf_AssignDesc_club_5ftag_2eproto ()
 
void bgs::protocol::club::v1::protobuf_ShutdownFile_club_5ftag_2eproto ()
 
TC_PROTO_API bool bgs::protocol::club::v1::TagAction_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::TagAction_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::TagAction_Name (TagAction value)
 
bool bgs::protocol::club::v1::TagAction_Parse (const ::std::string &name, TagAction *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::TagType_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::TagType_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::TagType_Name (TagType value)
 
bool bgs::protocol::club::v1::TagType_Parse (const ::std::string &name, TagType *value)
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::TagAction > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::TagType > ()
 

Variables

const TagAction bgs::protocol::club::v1::TagAction_MIN = TAG_ACTION_NONE
 
const TagAction bgs::protocol::club::v1::TagAction_MAX = TAG_ACTION_SET
 
const int bgs::protocol::club::v1::TagAction_ARRAYSIZE = TagAction_MAX + 1
 
const TagType bgs::protocol::club::v1::TagType_MIN = TAG_TYPE_INVALID
 
const TagType bgs::protocol::club::v1::TagType_MAX = TAG_TYPE_CUSTOM
 
const int bgs::protocol::club::v1::TagType_ARRAYSIZE = TagType_MAX + 1