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

#include <club_stream.pb.h>

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

Public Member Functions

 StreamStateOptions ()
 
virtual ~StreamStateOptions ()
 
 StreamStateOptions (const StreamStateOptions &from)
 
StreamStateOptionsoperator= (const StreamStateOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StreamStateOptions *other)
 
StreamStateOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int attribute_size () const
 
void clear_attribute ()
 
const ::bgs::protocol::v2::Attributeattribute (int index) const
 
inline ::bgs::protocol::v2::Attributemutable_attribute (int index)
 
inline ::bgs::protocol::v2::Attributeadd_attribute ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > & attribute () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > * mutable_attribute ()
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
inline ::std::string * mutable_name ()
 
inline ::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_subject () const
 
void clear_subject ()
 
const ::std::string & subject () const
 
void set_subject (const ::std::string &value)
 
void set_subject (const char *value)
 
void set_subject (const char *value, size_t size)
 
inline ::std::string * mutable_subject ()
 
inline ::std::string * release_subject ()
 
void set_allocated_subject (::std::string *subject)
 
bool has_access () const
 
void clear_access ()
 
const ::bgs::protocol::club::v1::StreamAccessaccess () const
 
inline ::bgs::protocol::club::v1::StreamAccessmutable_access ()
 
inline ::bgs::protocol::club::v1::StreamAccessrelease_access ()
 
void set_allocated_access (::bgs::protocol::club::v1::StreamAccess *access)
 
bool has_voice_level () const
 
void clear_voice_level ()
 
inline ::bgs::protocol::club::v1::StreamVoiceLevel voice_level () const
 
void set_voice_level (::bgs::protocol::club::v1::StreamVoiceLevel value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAttributeFieldNumber = 1
 
static const int kNameFieldNumber = 2
 
static const int kSubjectFieldNumber = 3
 
static const int kAccessFieldNumber = 4
 
static const int kVoiceLevelFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_name ()
 
void clear_has_name ()
 
void set_has_subject ()
 
void clear_has_subject ()
 
void set_has_access ()
 
void clear_has_access ()
 
void set_has_voice_level ()
 
void clear_has_voice_level ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attributeattribute_
 
::std::string * name_
 
::std::string * subject_
 
::bgs::protocol::club::v1::StreamAccessaccess_
 
int voice_level_
 

Static Private Attributes

static StreamStateOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fstream_2eproto ()
 
void protobuf_AssignDesc_club_5fstream_2eproto ()
 
void protobuf_ShutdownFile_club_5fstream_2eproto ()
 

Detailed Description

Definition at line 1531 of file club_stream.pb.h.

Constructor & Destructor Documentation

◆ StreamStateOptions() [1/2]

bgs::protocol::club::v1::StreamStateOptions::StreamStateOptions ( )

◆ ~StreamStateOptions()

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

◆ StreamStateOptions() [2/2]

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

Member Function Documentation

◆ access()

const ::bgs::protocol::club::v1::StreamAccess & bgs::protocol::club::v1::StreamStateOptions::access ( ) const
inline

Definition at line 4090 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ add_attribute()

bgs::protocol::v2::Attribute * bgs::protocol::club::v1::StreamStateOptions::add_attribute ( )
inline

Definition at line 3909 of file club_stream.pb.h.

◆ attribute() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::v2::Attribute > & bgs::protocol::club::v1::StreamStateOptions::attribute ( ) const
inline

Definition at line 3914 of file club_stream.pb.h.

◆ attribute() [2/2]

const ::bgs::protocol::v2::Attribute & bgs::protocol::club::v1::StreamStateOptions::attribute ( int  index) const
inline

Definition at line 3901 of file club_stream.pb.h.

◆ attribute_size()

int bgs::protocol::club::v1::StreamStateOptions::attribute_size ( ) const
inline

Definition at line 3895 of file club_stream.pb.h.

◆ clear_access()

void bgs::protocol::club::v1::StreamStateOptions::clear_access ( )
inline

Definition at line 4086 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_attribute()

void bgs::protocol::club::v1::StreamStateOptions::clear_attribute ( )
inline

Definition at line 3898 of file club_stream.pb.h.

◆ clear_has_access()

void bgs::protocol::club::v1::StreamStateOptions::clear_has_access ( )
inlineprivate

Definition at line 4083 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_name()

void bgs::protocol::club::v1::StreamStateOptions::clear_has_name ( )
inlineprivate

Definition at line 3931 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_subject()

void bgs::protocol::club::v1::StreamStateOptions::clear_has_subject ( )
inlineprivate

Definition at line 4007 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_voice_level()

void bgs::protocol::club::v1::StreamStateOptions::clear_has_voice_level ( )
inlineprivate

Definition at line 4124 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_name()

void bgs::protocol::club::v1::StreamStateOptions::clear_name ( )
inline

Definition at line 3934 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_subject()

void bgs::protocol::club::v1::StreamStateOptions::clear_subject ( )
inline

Definition at line 4010 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_voice_level()

void bgs::protocol::club::v1::StreamStateOptions::clear_voice_level ( )
inline

Definition at line 4127 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 1559 of file club_stream.pb.h.

◆ GetMetadata()

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

◆ has_access()

bool bgs::protocol::club::v1::StreamStateOptions::has_access ( ) const
inline

Definition at line 4077 of file club_stream.pb.h.

◆ has_name()

bool bgs::protocol::club::v1::StreamStateOptions::has_name ( ) const
inline

Definition at line 3925 of file club_stream.pb.h.

◆ has_subject()

bool bgs::protocol::club::v1::StreamStateOptions::has_subject ( ) const
inline

Definition at line 4001 of file club_stream.pb.h.

◆ has_voice_level()

bool bgs::protocol::club::v1::StreamStateOptions::has_voice_level ( ) const
inline

Definition at line 4118 of file club_stream.pb.h.

◆ InitAsDefaultInstance()

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

◆ mutable_access()

bgs::protocol::club::v1::StreamAccess * bgs::protocol::club::v1::StreamStateOptions::mutable_access ( )
inline

Definition at line 4094 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_attribute() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::v2::Attribute > * bgs::protocol::club::v1::StreamStateOptions::mutable_attribute ( )
inline

Definition at line 3919 of file club_stream.pb.h.

◆ mutable_attribute() [2/2]

bgs::protocol::v2::Attribute * bgs::protocol::club::v1::StreamStateOptions::mutable_attribute ( int  index)
inline

Definition at line 3905 of file club_stream.pb.h.

◆ mutable_name()

std::string * bgs::protocol::club::v1::StreamStateOptions::mutable_name ( )
inline

Definition at line 3968 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_subject()

std::string * bgs::protocol::club::v1::StreamStateOptions::mutable_subject ( )
inline

Definition at line 4044 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 1547 of file club_stream.pb.h.

◆ name()

const ::std::string & bgs::protocol::club::v1::StreamStateOptions::name ( ) const
inline

Definition at line 3940 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ New()

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

◆ operator=()

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

Definition at line 1538 of file club_stream.pb.h.

◆ release_access()

bgs::protocol::club::v1::StreamAccess * bgs::protocol::club::v1::StreamStateOptions::release_access ( )
inline

Definition at line 4100 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ release_name()

std::string * bgs::protocol::club::v1::StreamStateOptions::release_name ( )
inline

Definition at line 3976 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ release_subject()

std::string * bgs::protocol::club::v1::StreamStateOptions::release_subject ( )
inline

Definition at line 4052 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_access()

void bgs::protocol::club::v1::StreamStateOptions::set_allocated_access ( ::bgs::protocol::club::v1::StreamAccess access)
inline

Definition at line 4106 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_name()

void bgs::protocol::club::v1::StreamStateOptions::set_allocated_name ( ::std::string *  name)
inline

Definition at line 3986 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_subject()

void bgs::protocol::club::v1::StreamStateOptions::set_allocated_subject ( ::std::string *  subject)
inline

Definition at line 4062 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_has_access()

void bgs::protocol::club::v1::StreamStateOptions::set_has_access ( )
inlineprivate

Definition at line 4080 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_name()

void bgs::protocol::club::v1::StreamStateOptions::set_has_name ( )
inlineprivate

Definition at line 3928 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_subject()

void bgs::protocol::club::v1::StreamStateOptions::set_has_subject ( )
inlineprivate

Definition at line 4004 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_voice_level()

void bgs::protocol::club::v1::StreamStateOptions::set_has_voice_level ( )
inlineprivate

Definition at line 4121 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_name() [1/3]

void bgs::protocol::club::v1::StreamStateOptions::set_name ( const ::std::string &  value)
inline

Definition at line 3944 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_name() [2/3]

void bgs::protocol::club::v1::StreamStateOptions::set_name ( const char *  value)
inline

Definition at line 3952 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_name() [3/3]

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

Definition at line 3960 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_subject() [1/3]

void bgs::protocol::club::v1::StreamStateOptions::set_subject ( const ::std::string &  value)
inline

Definition at line 4020 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_subject() [2/3]

void bgs::protocol::club::v1::StreamStateOptions::set_subject ( const char *  value)
inline

Definition at line 4028 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_subject() [3/3]

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

Definition at line 4036 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_voice_level()

void bgs::protocol::club::v1::StreamStateOptions::set_voice_level ( ::bgs::protocol::club::v1::StreamVoiceLevel  value)
inline

Definition at line 4135 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ subject()

const ::std::string & bgs::protocol::club::v1::StreamStateOptions::subject ( ) const
inline

Definition at line 4016 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 1543 of file club_stream.pb.h.

◆ voice_level()

bgs::protocol::club::v1::StreamVoiceLevel bgs::protocol::club::v1::StreamStateOptions::voice_level ( ) const
inline

Definition at line 4131 of file club_stream.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fstream_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fstream_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fstream_2eproto

void protobuf_AssignDesc_club_5fstream_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fstream_2eproto

void protobuf_ShutdownFile_club_5fstream_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

Definition at line 1637 of file club_stream.pb.h.

◆ _has_bits_

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

Definition at line 1636 of file club_stream.pb.h.

◆ _unknown_fields_

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

Definition at line 1634 of file club_stream.pb.h.

◆ access_

::bgs::protocol::club::v1::StreamAccess* bgs::protocol::club::v1::StreamStateOptions::access_
private

Definition at line 1641 of file club_stream.pb.h.

◆ attribute_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > bgs::protocol::club::v1::StreamStateOptions::attribute_
private

Definition at line 1638 of file club_stream.pb.h.

◆ default_instance_

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

Definition at line 1648 of file club_stream.pb.h.

◆ kAccessFieldNumber

const int bgs::protocol::club::v1::StreamStateOptions::kAccessFieldNumber = 4
static

Definition at line 1610 of file club_stream.pb.h.

◆ kAttributeFieldNumber

const int bgs::protocol::club::v1::StreamStateOptions::kAttributeFieldNumber = 1
static

Definition at line 1574 of file club_stream.pb.h.

◆ kNameFieldNumber

const int bgs::protocol::club::v1::StreamStateOptions::kNameFieldNumber = 2
static

Definition at line 1586 of file club_stream.pb.h.

◆ kSubjectFieldNumber

const int bgs::protocol::club::v1::StreamStateOptions::kSubjectFieldNumber = 3
static

Definition at line 1598 of file club_stream.pb.h.

◆ kVoiceLevelFieldNumber

const int bgs::protocol::club::v1::StreamStateOptions::kVoiceLevelFieldNumber = 5
static

Definition at line 1619 of file club_stream.pb.h.

◆ name_

::std::string* bgs::protocol::club::v1::StreamStateOptions::name_
private

Definition at line 1639 of file club_stream.pb.h.

◆ subject_

::std::string* bgs::protocol::club::v1::StreamStateOptions::subject_
private

Definition at line 1640 of file club_stream.pb.h.

◆ voice_level_

int bgs::protocol::club::v1::StreamStateOptions::voice_level_
private

Definition at line 1642 of file club_stream.pb.h.


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