TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::club::v1::client::SubscriberStateAssignment Class Reference

#include <club_member.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::client::SubscriberStateAssignment:

Public Member Functions

 SubscriberStateAssignment ()
 
virtual ~SubscriberStateAssignment ()
 
 SubscriberStateAssignment (const SubscriberStateAssignment &from)
 
SubscriberStateAssignmentoperator= (const SubscriberStateAssignment &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SubscriberStateAssignment *other)
 
SubscriberStateAssignmentNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_member_id () const
 
void clear_member_id ()
 
const ::bgs::protocol::club::v1::MemberIdmember_id () const
 
inline ::bgs::protocol::club::v1::MemberIdmutable_member_id ()
 
inline ::bgs::protocol::club::v1::MemberIdrelease_member_id ()
 
void set_allocated_member_id (::bgs::protocol::club::v1::MemberId *member_id)
 
bool has_active () const
 
void clear_active ()
 
bool active () const
 
void set_active (bool value)
 
bool has_voice () const
 
void clear_voice ()
 
const ::bgs::protocol::club::v1::client::MemberVoiceStatevoice () const
 
inline ::bgs::protocol::club::v1::client::MemberVoiceStatemutable_voice ()
 
inline ::bgs::protocol::club::v1::client::MemberVoiceStaterelease_voice ()
 
void set_allocated_voice (::bgs::protocol::club::v1::client::MemberVoiceState *voice)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SubscriberStateAssignmentdefault_instance ()
 

Static Public Attributes

static const int kMemberIdFieldNumber = 1
 
static const int kActiveFieldNumber = 2
 
static const int kVoiceFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_member_id ()
 
void clear_has_member_id ()
 
void set_has_active ()
 
void clear_has_active ()
 
void set_has_voice ()
 
void clear_has_voice ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::club::v1::MemberIdmember_id_
 
::bgs::protocol::club::v1::client::MemberVoiceStatevoice_
 
bool active_
 

Static Private Attributes

static SubscriberStateAssignmentdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fmember_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fmember_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fmember_2eproto ()
 

Detailed Description

Definition at line 1175 of file club_member.pb.h.

Constructor & Destructor Documentation

◆ SubscriberStateAssignment() [1/2]

bgs::protocol::club::v1::client::SubscriberStateAssignment::SubscriberStateAssignment ( )

◆ ~SubscriberStateAssignment()

virtual bgs::protocol::club::v1::client::SubscriberStateAssignment::~SubscriberStateAssignment ( )
virtual

◆ SubscriberStateAssignment() [2/2]

bgs::protocol::club::v1::client::SubscriberStateAssignment::SubscriberStateAssignment ( const SubscriberStateAssignment from)

Member Function Documentation

◆ active()

bool bgs::protocol::club::v1::client::SubscriberStateAssignment::active ( ) const
inline

Definition at line 2963 of file club_member.pb.h.

◆ clear_active()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::clear_active ( )
inline

Definition at line 2959 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ clear_has_active()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::clear_has_active ( )
inlineprivate

Definition at line 2956 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_member_id()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::clear_has_member_id ( )
inlineprivate

Definition at line 2915 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_voice()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::clear_has_voice ( )
inlineprivate

Definition at line 2980 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ clear_member_id()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::clear_member_id ( )
inline

Definition at line 2918 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ clear_voice()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::clear_voice ( )
inline

Definition at line 2983 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const SubscriberStateAssignment & bgs::protocol::club::v1::client::SubscriberStateAssignment::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::club::v1::client::SubscriberStateAssignment::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::club::v1::client::SubscriberStateAssignment::GetCachedSize ( ) const
inline

Definition at line 1203 of file club_member.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::club::v1::client::SubscriberStateAssignment::GetMetadata ( ) const

◆ has_active()

bool bgs::protocol::club::v1::client::SubscriberStateAssignment::has_active ( ) const
inline

Definition at line 2950 of file club_member.pb.h.

◆ has_member_id()

bool bgs::protocol::club::v1::client::SubscriberStateAssignment::has_member_id ( ) const
inline

Definition at line 2909 of file club_member.pb.h.

◆ has_voice()

bool bgs::protocol::club::v1::client::SubscriberStateAssignment::has_voice ( ) const
inline

Definition at line 2974 of file club_member.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::InitAsDefaultInstance ( )
private

◆ member_id()

const ::bgs::protocol::club::v1::MemberId & bgs::protocol::club::v1::client::SubscriberStateAssignment::member_id ( ) const
inline

Definition at line 2922 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ mutable_member_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::client::SubscriberStateAssignment::mutable_member_id ( )
inline

Definition at line 2926 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::club::v1::client::SubscriberStateAssignment::mutable_unknown_fields ( )
inline

Definition at line 1191 of file club_member.pb.h.

◆ mutable_voice()

bgs::protocol::club::v1::client::MemberVoiceState * bgs::protocol::club::v1::client::SubscriberStateAssignment::mutable_voice ( )
inline

Definition at line 2991 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ New()

SubscriberStateAssignment * bgs::protocol::club::v1::client::SubscriberStateAssignment::New ( ) const

◆ operator=()

SubscriberStateAssignment & bgs::protocol::club::v1::client::SubscriberStateAssignment::operator= ( const SubscriberStateAssignment from)
inline

Definition at line 1182 of file club_member.pb.h.

◆ release_member_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::client::SubscriberStateAssignment::release_member_id ( )
inline

Definition at line 2932 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ release_voice()

bgs::protocol::club::v1::client::MemberVoiceState * bgs::protocol::club::v1::client::SubscriberStateAssignment::release_voice ( )
inline

Definition at line 2997 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ set_active()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::set_active ( bool  value)
inline

Definition at line 2967 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_member_id()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::set_allocated_member_id ( ::bgs::protocol::club::v1::MemberId member_id)
inline

Definition at line 2938 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_voice()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::set_allocated_voice ( ::bgs::protocol::club::v1::client::MemberVoiceState voice)
inline

Definition at line 3003 of file club_member.pb.h.

+ Here is the call graph for this function:

◆ set_has_active()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::set_has_active ( )
inlineprivate

Definition at line 2953 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ set_has_member_id()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::set_has_member_id ( )
inlineprivate

Definition at line 2912 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ set_has_voice()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::set_has_voice ( )
inlineprivate

Definition at line 2977 of file club_member.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::club::v1::client::SubscriberStateAssignment::Swap ( SubscriberStateAssignment other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::club::v1::client::SubscriberStateAssignment::unknown_fields ( ) const
inline

Definition at line 1187 of file club_member.pb.h.

◆ voice()

const ::bgs::protocol::club::v1::client::MemberVoiceState & bgs::protocol::club::v1::client::SubscriberStateAssignment::voice ( ) const
inline

Definition at line 2987 of file club_member.pb.h.

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fmember_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fmember_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fmember_2eproto

void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fmember_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fmember_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fmember_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::client::SubscriberStateAssignment::_cached_size_
mutableprivate

Definition at line 1252 of file club_member.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::club::v1::client::SubscriberStateAssignment::_has_bits_[1]
private

Definition at line 1251 of file club_member.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::client::SubscriberStateAssignment::_unknown_fields_
private

Definition at line 1249 of file club_member.pb.h.

◆ active_

bool bgs::protocol::club::v1::client::SubscriberStateAssignment::active_
private

Definition at line 1255 of file club_member.pb.h.

◆ default_instance_

SubscriberStateAssignment* bgs::protocol::club::v1::client::SubscriberStateAssignment::default_instance_
staticprivate

Definition at line 1261 of file club_member.pb.h.

◆ kActiveFieldNumber

const int bgs::protocol::club::v1::client::SubscriberStateAssignment::kActiveFieldNumber = 2
static

Definition at line 1227 of file club_member.pb.h.

◆ kMemberIdFieldNumber

const int bgs::protocol::club::v1::client::SubscriberStateAssignment::kMemberIdFieldNumber = 1
static

Definition at line 1218 of file club_member.pb.h.

◆ kVoiceFieldNumber

const int bgs::protocol::club::v1::client::SubscriberStateAssignment::kVoiceFieldNumber = 3
static

Definition at line 1234 of file club_member.pb.h.

◆ member_id_

::bgs::protocol::club::v1::MemberId* bgs::protocol::club::v1::client::SubscriberStateAssignment::member_id_
private

Definition at line 1253 of file club_member.pb.h.

◆ voice_

::bgs::protocol::club::v1::client::MemberVoiceState* bgs::protocol::club::v1::client::SubscriberStateAssignment::voice_
private

Definition at line 1254 of file club_member.pb.h.


The documentation for this class was generated from the following file: