TrinityCore
bgs::protocol::club::v1::MemberVoiceState Class Reference

#include <club_member.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::MemberVoiceState:

Public Member Functions

 MemberVoiceState ()
 
virtual ~MemberVoiceState ()
 
 MemberVoiceState (const MemberVoiceState &from)
 
MemberVoiceStateoperator= (const MemberVoiceState &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MemberVoiceState *other)
 
MemberVoiceStateNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_id () const
 
void clear_id ()
 
const ::std::string & id () const
 
void set_id (const ::std::string &value)
 
void set_id (const char *value)
 
void set_id (const char *value, size_t size)
 
inline ::std::string * mutable_id ()
 
inline ::std::string * release_id ()
 
void set_allocated_id (::std::string *id)
 
bool has_stream_id () const
 
void clear_stream_id ()
 
inline ::google::protobuf::uint64 stream_id () const
 
void set_stream_id (::google::protobuf::uint64 value)
 
bool has_joined () const
 
void clear_joined ()
 
bool joined () const
 
void set_joined (bool value)
 
bool has_microphone () const
 
void clear_microphone ()
 
inline ::bgs::protocol::club::v1::VoiceMicrophoneState microphone () const
 
void set_microphone (::bgs::protocol::club::v1::VoiceMicrophoneState value)
 
bool has_active () const
 
void clear_active ()
 
bool active () const
 
void set_active (bool value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kIdFieldNumber = 1
 
static const int kStreamIdFieldNumber = 2
 
static const int kJoinedFieldNumber = 3
 
static const int kMicrophoneFieldNumber = 4
 
static const int kActiveFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_stream_id ()
 
void clear_has_stream_id ()
 
void set_has_joined ()
 
void clear_has_joined ()
 
void set_has_microphone ()
 
void clear_has_microphone ()
 
void set_has_active ()
 
void clear_has_active ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * id_
 
::google::protobuf::uint64 stream_id_
 
int microphone_
 
bool joined_
 
bool active_
 

Static Private Attributes

static MemberVoiceStatedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fmember_2eproto ()
 
void protobuf_AssignDesc_club_5fmember_2eproto ()
 
void protobuf_ShutdownFile_club_5fmember_2eproto ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MemberVoiceState() [1/2]

bgs::protocol::club::v1::MemberVoiceState::MemberVoiceState ( )

◆ ~MemberVoiceState()

virtual bgs::protocol::club::v1::MemberVoiceState::~MemberVoiceState ( )
virtual

◆ MemberVoiceState() [2/2]

bgs::protocol::club::v1::MemberVoiceState::MemberVoiceState ( const MemberVoiceState from)

Member Function Documentation

◆ active()

bool bgs::protocol::club::v1::MemberVoiceState::active ( ) const
inline

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

◆ clear_active()

void bgs::protocol::club::v1::MemberVoiceState::clear_active ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_active()

void bgs::protocol::club::v1::MemberVoiceState::clear_has_active ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_id()

void bgs::protocol::club::v1::MemberVoiceState::clear_has_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_joined()

void bgs::protocol::club::v1::MemberVoiceState::clear_has_joined ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_microphone()

void bgs::protocol::club::v1::MemberVoiceState::clear_has_microphone ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_stream_id()

void bgs::protocol::club::v1::MemberVoiceState::clear_has_stream_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_id()

void bgs::protocol::club::v1::MemberVoiceState::clear_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_joined()

void bgs::protocol::club::v1::MemberVoiceState::clear_joined ( )
inline

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

+ Here is the call graph for this function:

◆ clear_microphone()

void bgs::protocol::club::v1::MemberVoiceState::clear_microphone ( )
inline

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

+ Here is the call graph for this function:

◆ clear_stream_id()

void bgs::protocol::club::v1::MemberVoiceState::clear_stream_id ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

static const MemberVoiceState & bgs::protocol::club::v1::MemberVoiceState::default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int bgs::protocol::club::v1::MemberVoiceState::GetCachedSize ( ) const
inline

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

◆ GetMetadata()

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

◆ has_active()

bool bgs::protocol::club::v1::MemberVoiceState::has_active ( ) const
inline

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

◆ has_id()

bool bgs::protocol::club::v1::MemberVoiceState::has_id ( ) const
inline

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

◆ has_joined()

bool bgs::protocol::club::v1::MemberVoiceState::has_joined ( ) const
inline

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

◆ has_microphone()

bool bgs::protocol::club::v1::MemberVoiceState::has_microphone ( ) const
inline

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

◆ has_stream_id()

bool bgs::protocol::club::v1::MemberVoiceState::has_stream_id ( ) const
inline

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

◆ id()

const ::std::string & bgs::protocol::club::v1::MemberVoiceState::id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::MemberVoiceState::InitAsDefaultInstance ( )
private

◆ joined()

bool bgs::protocol::club::v1::MemberVoiceState::joined ( ) const
inline

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

◆ microphone()

bgs::protocol::club::v1::VoiceMicrophoneState bgs::protocol::club::v1::MemberVoiceState::microphone ( ) const
inline

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

◆ mutable_id()

std::string * bgs::protocol::club::v1::MemberVoiceState::mutable_id ( )
inline

Definition at line 2284 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::MemberVoiceState::mutable_unknown_fields ( )
inline

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

◆ New()

MemberVoiceState * bgs::protocol::club::v1::MemberVoiceState::New ( ) const

◆ operator=()

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

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

◆ release_id()

std::string * bgs::protocol::club::v1::MemberVoiceState::release_id ( )
inline

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

+ Here is the call graph for this function:

◆ set_active()

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

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

+ Here is the call graph for this function:

◆ set_allocated_id()

void bgs::protocol::club::v1::MemberVoiceState::set_allocated_id ( ::std::string *  id)
inline

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

+ Here is the call graph for this function:

◆ set_has_active()

void bgs::protocol::club::v1::MemberVoiceState::set_has_active ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_id()

void bgs::protocol::club::v1::MemberVoiceState::set_has_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_joined()

void bgs::protocol::club::v1::MemberVoiceState::set_has_joined ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_microphone()

void bgs::protocol::club::v1::MemberVoiceState::set_has_microphone ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_stream_id()

void bgs::protocol::club::v1::MemberVoiceState::set_has_stream_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_id() [1/3]

void bgs::protocol::club::v1::MemberVoiceState::set_id ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_id() [2/3]

void bgs::protocol::club::v1::MemberVoiceState::set_id ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_id() [3/3]

void bgs::protocol::club::v1::MemberVoiceState::set_id ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_joined()

void bgs::protocol::club::v1::MemberVoiceState::set_joined ( bool  value)
inline

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

+ Here is the call graph for this function:

◆ set_microphone()

void bgs::protocol::club::v1::MemberVoiceState::set_microphone ( ::bgs::protocol::club::v1::VoiceMicrophoneState  value)
inline

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

+ Here is the call graph for this function:

◆ set_stream_id()

void bgs::protocol::club::v1::MemberVoiceState::set_stream_id ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

void bgs::protocol::club::v1::MemberVoiceState::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::MemberVoiceState::SharedDtor ( )
private

◆ stream_id()

google::protobuf::uint64 bgs::protocol::club::v1::MemberVoiceState::stream_id ( ) const
inline

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

◆ Swap()

void bgs::protocol::club::v1::MemberVoiceState::Swap ( MemberVoiceState other)

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fmember_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fmember_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fmember_2eproto

void protobuf_AssignDesc_club_5fmember_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fmember_2eproto

void protobuf_ShutdownFile_club_5fmember_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::MemberVoiceState::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::MemberVoiceState::_unknown_fields_
private

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

◆ active_

bool bgs::protocol::club::v1::MemberVoiceState::active_
private

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

◆ default_instance_

MemberVoiceState* bgs::protocol::club::v1::MemberVoiceState::default_instance_
staticprivate

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

◆ id_

::std::string* bgs::protocol::club::v1::MemberVoiceState::id_
private

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

◆ joined_

bool bgs::protocol::club::v1::MemberVoiceState::joined_
private

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

◆ kActiveFieldNumber

const int bgs::protocol::club::v1::MemberVoiceState::kActiveFieldNumber = 5
static

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

◆ kIdFieldNumber

const int bgs::protocol::club::v1::MemberVoiceState::kIdFieldNumber = 1
static

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

◆ kJoinedFieldNumber

const int bgs::protocol::club::v1::MemberVoiceState::kJoinedFieldNumber = 3
static

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

◆ kMicrophoneFieldNumber

const int bgs::protocol::club::v1::MemberVoiceState::kMicrophoneFieldNumber = 4
static

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

◆ kStreamIdFieldNumber

const int bgs::protocol::club::v1::MemberVoiceState::kStreamIdFieldNumber = 2
static

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

◆ microphone_

int bgs::protocol::club::v1::MemberVoiceState::microphone_
private

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

◆ stream_id_

::google::protobuf::uint64 bgs::protocol::club::v1::MemberVoiceState::stream_id_
private

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


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