TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::presence::v1 Namespace Reference

Classes

class  ChannelState
 
class  Field
 
class  FieldKey
 
class  FieldOperation
 
class  OwnershipRequest
 
class  PresenceService
 
class  QueryRequest
 
class  QueryResponse
 
class  RichPresenceLocalizationKey
 
class  SubscribeNotificationRequest
 
class  SubscribeRequest
 
class  UnsubscribeRequest
 
class  UpdateRequest
 

Enumerations

enum  FieldOperation_OperationType { FieldOperation_OperationType_SET = 0, FieldOperation_OperationType_CLEAR = 1 }
 

Functions

void TC_SHARED_API protobuf_AddDesc_presence_5fservice_2eproto ()
 
void protobuf_AssignDesc_presence_5fservice_2eproto ()
 
void protobuf_ShutdownFile_presence_5fservice_2eproto ()
 
void TC_SHARED_API protobuf_AddDesc_presence_5ftypes_2eproto ()
 
void protobuf_AssignDesc_presence_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_presence_5ftypes_2eproto ()
 
TC_SHARED_API bool FieldOperation_OperationType_IsValid (int value)
 
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * FieldOperation_OperationType_descriptor ()
 
const ::std::string & FieldOperation_OperationType_Name (FieldOperation_OperationType value)
 
bool FieldOperation_OperationType_Parse (const ::std::string &name, FieldOperation_OperationType *value)
 

Variables

const FieldOperation_OperationType FieldOperation_OperationType_OperationType_MIN = FieldOperation_OperationType_SET
 
const FieldOperation_OperationType FieldOperation_OperationType_OperationType_MAX = FieldOperation_OperationType_CLEAR
 
const int FieldOperation_OperationType_OperationType_ARRAYSIZE = FieldOperation_OperationType_OperationType_MAX + 1
 

Enumeration Type Documentation

Enumerator
FieldOperation_OperationType_SET 
FieldOperation_OperationType_CLEAR 

Function Documentation

TC_SHARED_APIconst ::google::protobuf::EnumDescriptor* bgs::protocol::presence::v1::FieldOperation_OperationType_descriptor ( )

+ Here is the caller graph for this function:

TC_SHARED_API bool bgs::protocol::presence::v1::FieldOperation_OperationType_IsValid ( int  value)

+ Here is the caller graph for this function:

const ::std::string& bgs::protocol::presence::v1::FieldOperation_OperationType_Name ( FieldOperation_OperationType  value)
inline
60  {
63 }
LIBPROTOBUF_EXPORT const string & NameOfEnum(const EnumDescriptor *descriptor, int value)
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * FieldOperation_OperationType_descriptor()
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool bgs::protocol::presence::v1::FieldOperation_OperationType_Parse ( const ::std::string &  name,
FieldOperation_OperationType *  value 
)
inline
65  {
66  return ::google::protobuf::internal::ParseNamedEnum<FieldOperation_OperationType>(
68 }
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * FieldOperation_OperationType_descriptor()
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void TC_SHARED_API bgs::protocol::presence::v1::protobuf_AddDesc_presence_5fservice_2eproto ( )
void TC_SHARED_API bgs::protocol::presence::v1::protobuf_AddDesc_presence_5ftypes_2eproto ( )
void bgs::protocol::presence::v1::protobuf_AssignDesc_presence_5fservice_2eproto ( )
void bgs::protocol::presence::v1::protobuf_AssignDesc_presence_5ftypes_2eproto ( )
void bgs::protocol::presence::v1::protobuf_ShutdownFile_presence_5fservice_2eproto ( )
void bgs::protocol::presence::v1::protobuf_ShutdownFile_presence_5ftypes_2eproto ( )

Variable Documentation

const int bgs::protocol::presence::v1::FieldOperation_OperationType_OperationType_ARRAYSIZE = FieldOperation_OperationType_OperationType_MAX + 1
const FieldOperation_OperationType bgs::protocol::presence::v1::FieldOperation_OperationType_OperationType_MAX = FieldOperation_OperationType_CLEAR
const FieldOperation_OperationType bgs::protocol::presence::v1::FieldOperation_OperationType_OperationType_MIN = FieldOperation_OperationType_SET