TrinityCore
bgs::protocol::channel::v1::ChannelDescription Class Reference

#include <channel_types.pb.h>

+ Inheritance diagram for bgs::protocol::channel::v1::ChannelDescription:

Public Member Functions

 ChannelDescription ()
 
virtual ~ChannelDescription ()
 
 ChannelDescription (const ChannelDescription &from)
 
ChannelDescriptionoperator= (const ChannelDescription &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChannelDescription *other)
 
ChannelDescriptionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_channel_id () const
 
void clear_channel_id ()
 
const ::bgs::protocol::EntityIdchannel_id () const
 
inline ::bgs::protocol::EntityIdmutable_channel_id ()
 
inline ::bgs::protocol::EntityIdrelease_channel_id ()
 
void set_allocated_channel_id (::bgs::protocol::EntityId *channel_id)
 
bool has_current_members () const
 
void clear_current_members ()
 
inline ::google::protobuf::uint32 current_members () const
 
void set_current_members (::google::protobuf::uint32 value)
 
bool has_state () const
 
void clear_state ()
 
const ::bgs::protocol::channel::v1::ChannelStatestate () const
 
inline ::bgs::protocol::channel::v1::ChannelStatemutable_state ()
 
inline ::bgs::protocol::channel::v1::ChannelStaterelease_state ()
 
void set_allocated_state (::bgs::protocol::channel::v1::ChannelState *state)
 

Static Public Member Functions

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

Static Public Attributes

static const int kChannelIdFieldNumber = 1
 
static const int kCurrentMembersFieldNumber = 2
 
static const int kStateFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_channel_id ()
 
void clear_has_channel_id ()
 
void set_has_current_members ()
 
void clear_has_current_members ()
 
void set_has_state ()
 
void clear_has_state ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdchannel_id_
 
::bgs::protocol::channel::v1::ChannelStatestate_
 
::google::protobuf::uint32 current_members_
 

Static Private Attributes

static ChannelDescriptiondefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_channel_5ftypes_2eproto ()
 
void protobuf_AssignDesc_channel_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_channel_5ftypes_2eproto ()
 

Detailed Description

Definition at line 300 of file channel_types.pb.h.

Constructor & Destructor Documentation

◆ ChannelDescription() [1/2]

bgs::protocol::channel::v1::ChannelDescription::ChannelDescription ( )

◆ ~ChannelDescription()

virtual bgs::protocol::channel::v1::ChannelDescription::~ChannelDescription ( )
virtual

◆ ChannelDescription() [2/2]

bgs::protocol::channel::v1::ChannelDescription::ChannelDescription ( const ChannelDescription from)

Member Function Documentation

◆ channel_id()

const ::bgs::protocol::EntityId & bgs::protocol::channel::v1::ChannelDescription::channel_id ( ) const
inline

Definition at line 1391 of file channel_types.pb.h.

◆ clear_channel_id()

void bgs::protocol::channel::v1::ChannelDescription::clear_channel_id ( )
inline

Definition at line 1387 of file channel_types.pb.h.

◆ clear_current_members()

void bgs::protocol::channel::v1::ChannelDescription::clear_current_members ( )
inline

Definition at line 1428 of file channel_types.pb.h.

◆ clear_has_channel_id()

void bgs::protocol::channel::v1::ChannelDescription::clear_has_channel_id ( )
inlineprivate

Definition at line 1384 of file channel_types.pb.h.

◆ clear_has_current_members()

void bgs::protocol::channel::v1::ChannelDescription::clear_has_current_members ( )
inlineprivate

Definition at line 1425 of file channel_types.pb.h.

◆ clear_has_state()

void bgs::protocol::channel::v1::ChannelDescription::clear_has_state ( )
inlineprivate

Definition at line 1449 of file channel_types.pb.h.

◆ clear_state()

void bgs::protocol::channel::v1::ChannelDescription::clear_state ( )
inline

Definition at line 1452 of file channel_types.pb.h.

◆ current_members()

google::protobuf::uint32 bgs::protocol::channel::v1::ChannelDescription::current_members ( ) const
inline

Definition at line 1432 of file channel_types.pb.h.

◆ default_instance()

static const ChannelDescription & bgs::protocol::channel::v1::ChannelDescription::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::channel::v1::ChannelDescription::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::channel::v1::ChannelDescription::GetCachedSize ( ) const
inline

Definition at line 328 of file channel_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::channel::v1::ChannelDescription::GetMetadata ( ) const

◆ has_channel_id()

bool bgs::protocol::channel::v1::ChannelDescription::has_channel_id ( ) const
inline

Definition at line 1378 of file channel_types.pb.h.

◆ has_current_members()

bool bgs::protocol::channel::v1::ChannelDescription::has_current_members ( ) const
inline

Definition at line 1419 of file channel_types.pb.h.

◆ has_state()

bool bgs::protocol::channel::v1::ChannelDescription::has_state ( ) const
inline

Definition at line 1443 of file channel_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::channel::v1::ChannelDescription::InitAsDefaultInstance ( )
private

◆ mutable_channel_id()

bgs::protocol::EntityId * bgs::protocol::channel::v1::ChannelDescription::mutable_channel_id ( )
inline

Definition at line 1395 of file channel_types.pb.h.

◆ mutable_state()

bgs::protocol::channel::v1::ChannelState * bgs::protocol::channel::v1::ChannelDescription::mutable_state ( )
inline

Definition at line 1460 of file channel_types.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::channel::v1::ChannelDescription::mutable_unknown_fields ( )
inline

Definition at line 316 of file channel_types.pb.h.

◆ New()

ChannelDescription * bgs::protocol::channel::v1::ChannelDescription::New ( ) const

◆ operator=()

ChannelDescription & bgs::protocol::channel::v1::ChannelDescription::operator= ( const ChannelDescription from)
inline

Definition at line 307 of file channel_types.pb.h.

◆ release_channel_id()

bgs::protocol::EntityId * bgs::protocol::channel::v1::ChannelDescription::release_channel_id ( )
inline

Definition at line 1401 of file channel_types.pb.h.

◆ release_state()

bgs::protocol::channel::v1::ChannelState * bgs::protocol::channel::v1::ChannelDescription::release_state ( )
inline

Definition at line 1466 of file channel_types.pb.h.

◆ set_allocated_channel_id()

void bgs::protocol::channel::v1::ChannelDescription::set_allocated_channel_id ( ::bgs::protocol::EntityId channel_id)
inline

Definition at line 1407 of file channel_types.pb.h.

◆ set_allocated_state()

void bgs::protocol::channel::v1::ChannelDescription::set_allocated_state ( ::bgs::protocol::channel::v1::ChannelState state)
inline

Definition at line 1472 of file channel_types.pb.h.

◆ set_current_members()

void bgs::protocol::channel::v1::ChannelDescription::set_current_members ( ::google::protobuf::uint32  value)
inline

Definition at line 1436 of file channel_types.pb.h.

◆ set_has_channel_id()

void bgs::protocol::channel::v1::ChannelDescription::set_has_channel_id ( )
inlineprivate

Definition at line 1381 of file channel_types.pb.h.

◆ set_has_current_members()

void bgs::protocol::channel::v1::ChannelDescription::set_has_current_members ( )
inlineprivate

Definition at line 1422 of file channel_types.pb.h.

◆ set_has_state()

void bgs::protocol::channel::v1::ChannelDescription::set_has_state ( )
inlineprivate

Definition at line 1446 of file channel_types.pb.h.

◆ SetCachedSize()

void bgs::protocol::channel::v1::ChannelDescription::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::channel::v1::ChannelDescription::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::channel::v1::ChannelDescription::SharedDtor ( )
private

◆ state()

const ::bgs::protocol::channel::v1::ChannelState & bgs::protocol::channel::v1::ChannelDescription::state ( ) const
inline

Definition at line 1456 of file channel_types.pb.h.

◆ Swap()

void bgs::protocol::channel::v1::ChannelDescription::Swap ( ChannelDescription other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::channel::v1::ChannelDescription::unknown_fields ( ) const
inline

Definition at line 312 of file channel_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_channel_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_channel_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_channel_5ftypes_2eproto

void protobuf_AssignDesc_channel_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_channel_5ftypes_2eproto

void protobuf_ShutdownFile_channel_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::channel::v1::ChannelDescription::_cached_size_
mutableprivate

Definition at line 377 of file channel_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::channel::v1::ChannelDescription::_has_bits_[1]
private

Definition at line 376 of file channel_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::channel::v1::ChannelDescription::_unknown_fields_
private

Definition at line 374 of file channel_types.pb.h.

◆ channel_id_

::bgs::protocol::EntityId* bgs::protocol::channel::v1::ChannelDescription::channel_id_
private

Definition at line 378 of file channel_types.pb.h.

◆ current_members_

::google::protobuf::uint32 bgs::protocol::channel::v1::ChannelDescription::current_members_
private

Definition at line 380 of file channel_types.pb.h.

◆ default_instance_

ChannelDescription* bgs::protocol::channel::v1::ChannelDescription::default_instance_
staticprivate

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

◆ kChannelIdFieldNumber

const int bgs::protocol::channel::v1::ChannelDescription::kChannelIdFieldNumber = 1
static

Definition at line 343 of file channel_types.pb.h.

◆ kCurrentMembersFieldNumber

const int bgs::protocol::channel::v1::ChannelDescription::kCurrentMembersFieldNumber = 2
static

Definition at line 352 of file channel_types.pb.h.

◆ kStateFieldNumber

const int bgs::protocol::channel::v1::ChannelDescription::kStateFieldNumber = 3
static

Definition at line 359 of file channel_types.pb.h.

◆ state_

::bgs::protocol::channel::v1::ChannelState* bgs::protocol::channel::v1::ChannelDescription::state_
private

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


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