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

#include <club_stream.pb.h>

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

Public Member Functions

 StreamDescription ()
 
virtual ~StreamDescription ()
 
 StreamDescription (const StreamDescription &from)
 
StreamDescriptionoperator= (const StreamDescription &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StreamDescription *other)
 
StreamDescriptionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_id () const
 
void clear_id ()
 
inline ::google::protobuf::uint64 id () const
 
void set_id (::google::protobuf::uint64 value)
 
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)
 

Static Public Member Functions

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

Static Public Attributes

static const int kIdFieldNumber = 2
 
static const int kNameFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_name ()
 
void clear_has_name ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 id_
 
::std::string * name_
 

Static Private Attributes

static StreamDescriptiondefault_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 479 of file club_stream.pb.h.

Constructor & Destructor Documentation

◆ StreamDescription() [1/2]

bgs::protocol::club::v1::StreamDescription::StreamDescription ( )

◆ ~StreamDescription()

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

◆ StreamDescription() [2/2]

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

Member Function Documentation

◆ clear_has_id()

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

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

+ Here is the caller graph for this function:

◆ clear_has_name()

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

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

+ Here is the caller graph for this function:

◆ clear_id()

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

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

+ Here is the call graph for this function:

◆ clear_name()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_id()

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

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

◆ has_name()

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

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

◆ id()

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

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

◆ InitAsDefaultInstance()

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

◆ mutable_name()

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

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

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

◆ name()

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

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

+ Here is the caller graph for this function:

◆ New()

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

◆ operator=()

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

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

◆ release_name()

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

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

+ Here is the call graph for this function:

◆ set_allocated_name()

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

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

+ Here is the call graph for this function:

◆ set_has_id()

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

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

+ Here is the caller graph for this function:

◆ set_has_name()

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

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

+ Here is the caller graph for this function:

◆ set_id()

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

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

+ Here is the call graph for this function:

◆ set_name() [1/3]

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

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

+ Here is the call graph for this function:

◆ set_name() [2/3]

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

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

+ Here is the call graph for this function:

◆ set_name() [3/3]

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 491 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::StreamDescription::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ id_

::google::protobuf::uint64 bgs::protocol::club::v1::StreamDescription::id_
private

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

◆ kIdFieldNumber

const int bgs::protocol::club::v1::StreamDescription::kIdFieldNumber = 2
static

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

◆ kNameFieldNumber

const int bgs::protocol::club::v1::StreamDescription::kNameFieldNumber = 4
static

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

◆ name_

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

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


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