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

#include <club_stream.pb.h>

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

Public Member Functions

 Stream ()
 
virtual ~Stream ()
 
 Stream (const Stream &from)
 
Streamoperator= (const Stream &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Stream *other)
 
StreamNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_club_id () const
 
void clear_club_id ()
 
inline ::google::protobuf::uint64 club_id () const
 
void set_club_id (::google::protobuf::uint64 value)
 
bool has_id () const
 
void clear_id ()
 
inline ::google::protobuf::uint64 id () const
 
void set_id (::google::protobuf::uint64 value)
 
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::client::StreamAccessaccess () const
 
inline ::bgs::protocol::club::v1::client::StreamAccessmutable_access ()
 
inline ::bgs::protocol::club::v1::client::StreamAccessrelease_access ()
 
void set_allocated_access (::bgs::protocol::club::v1::client::StreamAccess *access)
 
bool has_voice_level () const
 
void clear_voice_level ()
 
inline ::bgs::protocol::club::v1::client::StreamVoiceLevel voice_level () const
 
void set_voice_level (::bgs::protocol::club::v1::client::StreamVoiceLevel value)
 
bool has_creation_time () const
 
void clear_creation_time ()
 
inline ::google::protobuf::uint64 creation_time () const
 
void set_creation_time (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kClubIdFieldNumber = 1
 
static const int kIdFieldNumber = 2
 
static const int kAttributeFieldNumber = 3
 
static const int kNameFieldNumber = 4
 
static const int kSubjectFieldNumber = 5
 
static const int kAccessFieldNumber = 6
 
static const int kVoiceLevelFieldNumber = 7
 
static const int kCreationTimeFieldNumber = 8
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_club_id ()
 
void clear_has_club_id ()
 
void set_has_id ()
 
void clear_has_id ()
 
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 set_has_creation_time ()
 
void clear_has_creation_time ()
 
void InitAsDefaultInstance ()
 

Private Attributes

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

Static Private Attributes

static Streamdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fstream_2eproto ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Stream() [1/2]

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

◆ ~Stream()

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

◆ Stream() [2/2]

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

Member Function Documentation

◆ access()

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

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

+ Here is the caller graph for this function:

◆ add_attribute()

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

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

◆ attribute() [1/2]

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

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

◆ attribute() [2/2]

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

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

◆ attribute_size()

int bgs::protocol::club::v1::client::Stream::attribute_size ( ) const
inline

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

◆ clear_access()

void bgs::protocol::club::v1::client::Stream::clear_access ( )
inline

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

+ Here is the call graph for this function:

◆ clear_attribute()

void bgs::protocol::club::v1::client::Stream::clear_attribute ( )
inline

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

◆ clear_club_id()

void bgs::protocol::club::v1::client::Stream::clear_club_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_creation_time()

void bgs::protocol::club::v1::client::Stream::clear_creation_time ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_access()

void bgs::protocol::club::v1::client::Stream::clear_has_access ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_club_id()

void bgs::protocol::club::v1::client::Stream::clear_has_club_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_creation_time()

void bgs::protocol::club::v1::client::Stream::clear_has_creation_time ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_id()

void bgs::protocol::club::v1::client::Stream::clear_has_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_name()

void bgs::protocol::club::v1::client::Stream::clear_has_name ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_subject()

void bgs::protocol::club::v1::client::Stream::clear_has_subject ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_voice_level()

void bgs::protocol::club::v1::client::Stream::clear_has_voice_level ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_id()

void bgs::protocol::club::v1::client::Stream::clear_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_name()

void bgs::protocol::club::v1::client::Stream::clear_name ( )
inline

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

+ Here is the call graph for this function:

◆ clear_subject()

void bgs::protocol::club::v1::client::Stream::clear_subject ( )
inline

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

+ Here is the call graph for this function:

◆ clear_voice_level()

void bgs::protocol::club::v1::client::Stream::clear_voice_level ( )
inline

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

+ Here is the call graph for this function:

◆ club_id()

google::protobuf::uint64 bgs::protocol::club::v1::client::Stream::club_id ( ) const
inline

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

◆ creation_time()

google::protobuf::uint64 bgs::protocol::club::v1::client::Stream::creation_time ( ) const
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_access()

bool bgs::protocol::club::v1::client::Stream::has_access ( ) const
inline

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

◆ has_club_id()

bool bgs::protocol::club::v1::client::Stream::has_club_id ( ) const
inline

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

◆ has_creation_time()

bool bgs::protocol::club::v1::client::Stream::has_creation_time ( ) const
inline

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

◆ has_id()

bool bgs::protocol::club::v1::client::Stream::has_id ( ) const
inline

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

◆ has_name()

bool bgs::protocol::club::v1::client::Stream::has_name ( ) const
inline

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

◆ has_subject()

bool bgs::protocol::club::v1::client::Stream::has_subject ( ) const
inline

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

◆ has_voice_level()

bool bgs::protocol::club::v1::client::Stream::has_voice_level ( ) const
inline

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

◆ id()

google::protobuf::uint64 bgs::protocol::club::v1::client::Stream::id ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_access()

bgs::protocol::club::v1::client::StreamAccess * bgs::protocol::club::v1::client::Stream::mutable_access ( )
inline

Definition at line 2456 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::client::Stream::mutable_attribute ( )
inline

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

◆ mutable_attribute() [2/2]

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

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

◆ mutable_name()

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

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

+ Here is the call graph for this function:

◆ mutable_subject()

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

Definition at line 2406 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::client::Stream::mutable_unknown_fields ( )
inline

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

◆ name()

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

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

+ Here is the caller graph for this function:

◆ New()

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

◆ operator=()

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

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

◆ release_access()

bgs::protocol::club::v1::client::StreamAccess * bgs::protocol::club::v1::client::Stream::release_access ( )
inline

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

+ Here is the call graph for this function:

◆ release_name()

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

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

+ Here is the call graph for this function:

◆ release_subject()

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

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

+ Here is the call graph for this function:

◆ set_allocated_access()

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

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

+ Here is the call graph for this function:

◆ set_allocated_name()

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

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

+ Here is the call graph for this function:

◆ set_allocated_subject()

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

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

+ Here is the call graph for this function:

◆ set_club_id()

void bgs::protocol::club::v1::client::Stream::set_club_id ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ set_creation_time()

void bgs::protocol::club::v1::client::Stream::set_creation_time ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ set_has_access()

void bgs::protocol::club::v1::client::Stream::set_has_access ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_club_id()

void bgs::protocol::club::v1::client::Stream::set_has_club_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_creation_time()

void bgs::protocol::club::v1::client::Stream::set_has_creation_time ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_id()

void bgs::protocol::club::v1::client::Stream::set_has_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_name()

void bgs::protocol::club::v1::client::Stream::set_has_name ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_subject()

void bgs::protocol::club::v1::client::Stream::set_has_subject ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_voice_level()

void bgs::protocol::club::v1::client::Stream::set_has_voice_level ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_id()

void bgs::protocol::club::v1::client::Stream::set_id ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ set_name() [1/3]

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

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

+ Here is the call graph for this function:

◆ set_name() [2/3]

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

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

+ Here is the call graph for this function:

◆ set_name() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_subject() [1/3]

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

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

+ Here is the call graph for this function:

◆ set_subject() [2/3]

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

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

+ Here is the call graph for this function:

◆ set_subject() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_voice_level()

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ subject()

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

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

+ Here is the caller graph for this function:

◆ Swap()

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

◆ unknown_fields()

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

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

◆ voice_level()

bgs::protocol::club::v1::client::StreamVoiceLevel bgs::protocol::club::v1::client::Stream::voice_level ( ) const
inline

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

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto

void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fstream_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fstream_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ access_

::bgs::protocol::club::v1::client::StreamAccess* bgs::protocol::club::v1::client::Stream::access_
private

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

◆ attribute_

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

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

◆ club_id_

::google::protobuf::uint64 bgs::protocol::club::v1::client::Stream::club_id_
private

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

◆ creation_time_

::google::protobuf::uint64 bgs::protocol::club::v1::client::Stream::creation_time_
private

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

◆ default_instance_

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

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

◆ id_

::google::protobuf::uint64 bgs::protocol::club::v1::client::Stream::id_
private

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

◆ kAccessFieldNumber

const int bgs::protocol::club::v1::client::Stream::kAccessFieldNumber = 6
static

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

◆ kAttributeFieldNumber

const int bgs::protocol::club::v1::client::Stream::kAttributeFieldNumber = 3
static

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

◆ kClubIdFieldNumber

const int bgs::protocol::club::v1::client::Stream::kClubIdFieldNumber = 1
static

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

◆ kCreationTimeFieldNumber

const int bgs::protocol::club::v1::client::Stream::kCreationTimeFieldNumber = 8
static

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

◆ kIdFieldNumber

const int bgs::protocol::club::v1::client::Stream::kIdFieldNumber = 2
static

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

◆ kNameFieldNumber

const int bgs::protocol::club::v1::client::Stream::kNameFieldNumber = 4
static

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

◆ kSubjectFieldNumber

const int bgs::protocol::club::v1::client::Stream::kSubjectFieldNumber = 5
static

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

◆ kVoiceLevelFieldNumber

const int bgs::protocol::club::v1::client::Stream::kVoiceLevelFieldNumber = 7
static

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

◆ name_

::std::string* bgs::protocol::club::v1::client::Stream::name_
private

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

◆ subject_

::std::string* bgs::protocol::club::v1::client::Stream::subject_
private

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

◆ voice_level_

int bgs::protocol::club::v1::client::Stream::voice_level_
private

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


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