TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::club::v1 Namespace Reference

Namespaces

namespace  client
 

Classes

class  AvatarId
 
class  ClubDescription
 
class  LocalizedTag
 
class  MemberId
 
class  TagIdentifier
 
class  TagOptions
 
class  UniqueClubType
 

Enumerations

enum  PrivacyLevel { PRIVACY_LEVEL_CLOSED = 0 , PRIVACY_LEVEL_OPEN_INVITATION = 1 , PRIVACY_LEVEL_OPEN_TICKET = 2 , PRIVACY_LEVEL_OPEN = 3 }
 
enum  VisibilityLevel { VISIBILITY_LEVEL_PRIVATE = 0 , VISIBILITY_LEVEL_PUBLIC = 1 }
 
enum  JoinClubSource { JOIN_CLUB_SOURCE_NONE = 0 , JOIN_CLUB_SOURCE_CLUB_FINDER = 1 , JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION = 2 }
 
enum  TagAction { TAG_ACTION_NONE = 0 , TAG_ACTION_CLEAR = 1 , TAG_ACTION_SET = 2 }
 
enum  TagType { TAG_TYPE_INVALID = 0 , TAG_TYPE_PLATFORM = 1 , TAG_TYPE_CUSTOM = 2 }
 

Functions

void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fcore_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fcore_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fcore_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fenum_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fenum_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fenum_2eproto ()
 
TC_PROTO_API bool PrivacyLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * PrivacyLevel_descriptor ()
 
const ::std::string & PrivacyLevel_Name (PrivacyLevel value)
 
bool PrivacyLevel_Parse (const ::std::string &name, PrivacyLevel *value)
 
TC_PROTO_API bool VisibilityLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * VisibilityLevel_descriptor ()
 
const ::std::string & VisibilityLevel_Name (VisibilityLevel value)
 
bool VisibilityLevel_Parse (const ::std::string &name, VisibilityLevel *value)
 
TC_PROTO_API bool JoinClubSource_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * JoinClubSource_descriptor ()
 
const ::std::string & JoinClubSource_Name (JoinClubSource value)
 
bool JoinClubSource_Parse (const ::std::string &name, JoinClubSource *value)
 
void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5ftag_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5ftag_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5ftag_2eproto ()
 
TC_PROTO_API bool TagAction_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * TagAction_descriptor ()
 
const ::std::string & TagAction_Name (TagAction value)
 
bool TagAction_Parse (const ::std::string &name, TagAction *value)
 
TC_PROTO_API bool TagType_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * TagType_descriptor ()
 
const ::std::string & TagType_Name (TagType value)
 
bool TagType_Parse (const ::std::string &name, TagType *value)
 
void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5ftype_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5ftype_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5ftype_2eproto ()
 

Variables

const PrivacyLevel PrivacyLevel_MIN = PRIVACY_LEVEL_CLOSED
 
const PrivacyLevel PrivacyLevel_MAX = PRIVACY_LEVEL_OPEN
 
const int PrivacyLevel_ARRAYSIZE = PrivacyLevel_MAX + 1
 
const VisibilityLevel VisibilityLevel_MIN = VISIBILITY_LEVEL_PRIVATE
 
const VisibilityLevel VisibilityLevel_MAX = VISIBILITY_LEVEL_PUBLIC
 
const int VisibilityLevel_ARRAYSIZE = VisibilityLevel_MAX + 1
 
const JoinClubSource JoinClubSource_MIN = JOIN_CLUB_SOURCE_NONE
 
const JoinClubSource JoinClubSource_MAX = JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION
 
const int JoinClubSource_ARRAYSIZE = JoinClubSource_MAX + 1
 
const TagAction TagAction_MIN = TAG_ACTION_NONE
 
const TagAction TagAction_MAX = TAG_ACTION_SET
 
const int TagAction_ARRAYSIZE = TagAction_MAX + 1
 
const TagType TagType_MIN = TAG_TYPE_INVALID
 
const TagType TagType_MAX = TAG_TYPE_CUSTOM
 
const int TagType_ARRAYSIZE = TagType_MAX + 1
 

Enumeration Type Documentation

◆ JoinClubSource

Enumerator
JOIN_CLUB_SOURCE_NONE 
JOIN_CLUB_SOURCE_CLUB_FINDER 
JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION 

Definition at line 79 of file club_enum.pb.h.

◆ PrivacyLevel

Enumerator
PRIVACY_LEVEL_CLOSED 
PRIVACY_LEVEL_OPEN_INVITATION 
PRIVACY_LEVEL_OPEN_TICKET 
PRIVACY_LEVEL_OPEN 

Definition at line 39 of file club_enum.pb.h.

◆ TagAction

Enumerator
TAG_ACTION_NONE 
TAG_ACTION_CLEAR 
TAG_ACTION_SET 

Definition at line 46 of file club_tag.pb.h.

◆ TagType

Enumerator
TAG_TYPE_INVALID 
TAG_TYPE_PLATFORM 
TAG_TYPE_CUSTOM 

Definition at line 66 of file club_tag.pb.h.

◆ VisibilityLevel

Enumerator
VISIBILITY_LEVEL_PRIVATE 
VISIBILITY_LEVEL_PUBLIC 

Definition at line 60 of file club_enum.pb.h.

Function Documentation

◆ JoinClubSource_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::JoinClubSource_descriptor ( )
+ Here is the caller graph for this function:

◆ JoinClubSource_IsValid()

TC_PROTO_API bool bgs::protocol::club::v1::JoinClubSource_IsValid ( int  value)

◆ JoinClubSource_Name()

const ::std::string & bgs::protocol::club::v1::JoinClubSource_Name ( JoinClubSource  value)
inline

Definition at line 90 of file club_enum.pb.h.

+ Here is the call graph for this function:

◆ JoinClubSource_Parse()

bool bgs::protocol::club::v1::JoinClubSource_Parse ( const ::std::string &  name,
JoinClubSource value 
)
inline

Definition at line 94 of file club_enum.pb.h.

+ Here is the call graph for this function:

◆ PrivacyLevel_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::PrivacyLevel_descriptor ( )
+ Here is the caller graph for this function:

◆ PrivacyLevel_IsValid()

TC_PROTO_API bool bgs::protocol::club::v1::PrivacyLevel_IsValid ( int  value)
+ Here is the caller graph for this function:

◆ PrivacyLevel_Name()

const ::std::string & bgs::protocol::club::v1::PrivacyLevel_Name ( PrivacyLevel  value)
inline

Definition at line 51 of file club_enum.pb.h.

+ Here is the call graph for this function:

◆ PrivacyLevel_Parse()

bool bgs::protocol::club::v1::PrivacyLevel_Parse ( const ::std::string &  name,
PrivacyLevel value 
)
inline

Definition at line 55 of file club_enum.pb.h.

+ Here is the call graph for this function:

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fcore_2eproto()

void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fcore_2eproto ( )

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fenum_2eproto()

void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fenum_2eproto ( )

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto()

void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto ( )

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5ftag_2eproto()

void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5ftag_2eproto ( )

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5ftype_2eproto()

void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5ftype_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fcore_2eproto()

void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fcore_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fenum_2eproto()

void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fenum_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto()

void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5ftag_2eproto()

void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5ftag_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5ftype_2eproto()

void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5ftype_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fcore_2eproto()

void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fcore_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fenum_2eproto()

void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fenum_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto()

void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5ftag_2eproto()

void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5ftag_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5ftype_2eproto()

void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5ftype_2eproto ( )

◆ TagAction_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::TagAction_descriptor ( )
+ Here is the caller graph for this function:

◆ TagAction_IsValid()

TC_PROTO_API bool bgs::protocol::club::v1::TagAction_IsValid ( int  value)

◆ TagAction_Name()

const ::std::string & bgs::protocol::club::v1::TagAction_Name ( TagAction  value)
inline

Definition at line 57 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ TagAction_Parse()

bool bgs::protocol::club::v1::TagAction_Parse ( const ::std::string &  name,
TagAction value 
)
inline

Definition at line 61 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ TagType_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::TagType_descriptor ( )
+ Here is the caller graph for this function:

◆ TagType_IsValid()

TC_PROTO_API bool bgs::protocol::club::v1::TagType_IsValid ( int  value)

◆ TagType_Name()

const ::std::string & bgs::protocol::club::v1::TagType_Name ( TagType  value)
inline

Definition at line 77 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ TagType_Parse()

bool bgs::protocol::club::v1::TagType_Parse ( const ::std::string &  name,
TagType value 
)
inline

Definition at line 81 of file club_tag.pb.h.

+ Here is the call graph for this function:

◆ VisibilityLevel_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::VisibilityLevel_descriptor ( )
+ Here is the caller graph for this function:

◆ VisibilityLevel_IsValid()

TC_PROTO_API bool bgs::protocol::club::v1::VisibilityLevel_IsValid ( int  value)
+ Here is the caller graph for this function:

◆ VisibilityLevel_Name()

const ::std::string & bgs::protocol::club::v1::VisibilityLevel_Name ( VisibilityLevel  value)
inline

Definition at line 70 of file club_enum.pb.h.

+ Here is the call graph for this function:

◆ VisibilityLevel_Parse()

bool bgs::protocol::club::v1::VisibilityLevel_Parse ( const ::std::string &  name,
VisibilityLevel value 
)
inline

Definition at line 74 of file club_enum.pb.h.

+ Here is the call graph for this function:

Variable Documentation

◆ JoinClubSource_ARRAYSIZE

const int bgs::protocol::club::v1::JoinClubSource_ARRAYSIZE = JoinClubSource_MAX + 1

Definition at line 87 of file club_enum.pb.h.

◆ JoinClubSource_MAX

const JoinClubSource bgs::protocol::club::v1::JoinClubSource_MAX = JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION

Definition at line 86 of file club_enum.pb.h.

◆ JoinClubSource_MIN

const JoinClubSource bgs::protocol::club::v1::JoinClubSource_MIN = JOIN_CLUB_SOURCE_NONE

Definition at line 85 of file club_enum.pb.h.

◆ PrivacyLevel_ARRAYSIZE

const int bgs::protocol::club::v1::PrivacyLevel_ARRAYSIZE = PrivacyLevel_MAX + 1

Definition at line 48 of file club_enum.pb.h.

◆ PrivacyLevel_MAX

const PrivacyLevel bgs::protocol::club::v1::PrivacyLevel_MAX = PRIVACY_LEVEL_OPEN

Definition at line 47 of file club_enum.pb.h.

◆ PrivacyLevel_MIN

const PrivacyLevel bgs::protocol::club::v1::PrivacyLevel_MIN = PRIVACY_LEVEL_CLOSED

Definition at line 46 of file club_enum.pb.h.

◆ TagAction_ARRAYSIZE

const int bgs::protocol::club::v1::TagAction_ARRAYSIZE = TagAction_MAX + 1

Definition at line 54 of file club_tag.pb.h.

◆ TagAction_MAX

const TagAction bgs::protocol::club::v1::TagAction_MAX = TAG_ACTION_SET

Definition at line 53 of file club_tag.pb.h.

◆ TagAction_MIN

const TagAction bgs::protocol::club::v1::TagAction_MIN = TAG_ACTION_NONE

Definition at line 52 of file club_tag.pb.h.

◆ TagType_ARRAYSIZE

const int bgs::protocol::club::v1::TagType_ARRAYSIZE = TagType_MAX + 1

Definition at line 74 of file club_tag.pb.h.

◆ TagType_MAX

const TagType bgs::protocol::club::v1::TagType_MAX = TAG_TYPE_CUSTOM

Definition at line 73 of file club_tag.pb.h.

◆ TagType_MIN

const TagType bgs::protocol::club::v1::TagType_MIN = TAG_TYPE_INVALID

Definition at line 72 of file club_tag.pb.h.

◆ VisibilityLevel_ARRAYSIZE

const int bgs::protocol::club::v1::VisibilityLevel_ARRAYSIZE = VisibilityLevel_MAX + 1

Definition at line 67 of file club_enum.pb.h.

◆ VisibilityLevel_MAX

const VisibilityLevel bgs::protocol::club::v1::VisibilityLevel_MAX = VISIBILITY_LEVEL_PUBLIC

Definition at line 66 of file club_enum.pb.h.

◆ VisibilityLevel_MIN

const VisibilityLevel bgs::protocol::club::v1::VisibilityLevel_MIN = VISIBILITY_LEVEL_PRIVATE

Definition at line 65 of file club_enum.pb.h.