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

#include <club_member.pb.h>

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

Public Member Functions

 MemberVoiceOptions ()
 
virtual ~MemberVoiceOptions ()
 
 MemberVoiceOptions (const MemberVoiceOptions &from)
 
MemberVoiceOptionsoperator= (const MemberVoiceOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MemberVoiceOptions *other)
 
MemberVoiceOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
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 MemberVoiceOptionsdefault_instance ()
 

Static Public Attributes

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

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
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_
 
::google::protobuf::uint64 stream_id_
 
int microphone_
 
bool joined_
 
bool active_
 

Static Private Attributes

static MemberVoiceOptionsdefault_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 482 of file club_member.pb.h.

Constructor & Destructor Documentation

◆ MemberVoiceOptions() [1/2]

bgs::protocol::club::v1::MemberVoiceOptions::MemberVoiceOptions ( )

◆ ~MemberVoiceOptions()

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

◆ MemberVoiceOptions() [2/2]

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

Member Function Documentation

◆ active()

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

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

◆ clear_active()

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

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

+ Here is the call graph for this function:

◆ clear_has_active()

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

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

+ Here is the caller graph for this function:

◆ clear_has_joined()

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

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

+ Here is the caller graph for this function:

◆ clear_has_microphone()

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

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

+ Here is the caller graph for this function:

◆ clear_has_stream_id()

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

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

+ Here is the caller graph for this function:

◆ clear_joined()

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

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

+ Here is the call graph for this function:

◆ clear_microphone()

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

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

+ Here is the call graph for this function:

◆ clear_stream_id()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_active()

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

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

◆ has_joined()

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

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

◆ has_microphone()

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

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

◆ has_stream_id()

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

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

◆ InitAsDefaultInstance()

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

◆ joined()

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

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

◆ microphone()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ set_active()

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

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

+ Here is the call graph for this function:

◆ set_has_active()

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

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

+ Here is the caller graph for this function:

◆ set_has_joined()

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

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

+ Here is the caller graph for this function:

◆ set_has_microphone()

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

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

+ Here is the caller graph for this function:

◆ set_has_stream_id()

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

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

+ Here is the caller graph for this function:

◆ set_joined()

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

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

+ Here is the call graph for this function:

◆ set_microphone()

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

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

+ Here is the call graph for this function:

◆ set_stream_id()

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ stream_id()

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

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 494 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::MemberVoiceOptions::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ active_

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

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

◆ default_instance_

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

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

◆ joined_

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

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

◆ kActiveFieldNumber

const int bgs::protocol::club::v1::MemberVoiceOptions::kActiveFieldNumber = 4
static

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

◆ kJoinedFieldNumber

const int bgs::protocol::club::v1::MemberVoiceOptions::kJoinedFieldNumber = 2
static

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

◆ kMicrophoneFieldNumber

const int bgs::protocol::club::v1::MemberVoiceOptions::kMicrophoneFieldNumber = 3
static

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

◆ kStreamIdFieldNumber

const int bgs::protocol::club::v1::MemberVoiceOptions::kStreamIdFieldNumber = 1
static

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

◆ microphone_

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

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

◆ stream_id_

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

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


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