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

#include <channel_types.pb.h>

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

Public Member Functions

 ChannelInfo ()
 
virtual ~ChannelInfo ()
 
 ChannelInfo (const ChannelInfo &from)
 
ChannelInfooperator= (const ChannelInfo &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChannelInfo *other)
 
ChannelInfoNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_description () const
 
void clear_description ()
 
const ::bgs::protocol::channel::v1::ChannelDescriptiondescription () const
 
inline ::bgs::protocol::channel::v1::ChannelDescriptionmutable_description ()
 
inline ::bgs::protocol::channel::v1::ChannelDescriptionrelease_description ()
 
void set_allocated_description (::bgs::protocol::channel::v1::ChannelDescription *description)
 
int member_size () const
 
void clear_member ()
 
const ::bgs::protocol::channel::v1::Membermember (int index) const
 
inline ::bgs::protocol::channel::v1::Membermutable_member (int index)
 
inline ::bgs::protocol::channel::v1::Memberadd_member ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::channel::v1::Member > & member () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::channel::v1::Member > * mutable_member ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kDescriptionFieldNumber = 1
 
static const int kMemberFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_description ()
 
void clear_has_description ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::channel::v1::ChannelDescriptiondescription_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::channel::v1::Membermember_
 

Static Private Attributes

static ChannelInfodefault_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 390 of file channel_types.pb.h.

Constructor & Destructor Documentation

◆ ChannelInfo() [1/2]

bgs::protocol::channel::v1::ChannelInfo::ChannelInfo ( )

◆ ~ChannelInfo()

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

◆ ChannelInfo() [2/2]

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

Member Function Documentation

◆ add_member()

bgs::protocol::channel::v1::Member * bgs::protocol::channel::v1::ChannelInfo::add_member ( )
inline

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

◆ clear_description()

void bgs::protocol::channel::v1::ChannelInfo::clear_description ( )
inline

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

◆ clear_has_description()

void bgs::protocol::channel::v1::ChannelInfo::clear_has_description ( )
inlineprivate

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

◆ clear_member()

void bgs::protocol::channel::v1::ChannelInfo::clear_member ( )
inline

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

◆ default_instance()

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

◆ description()

const ::bgs::protocol::channel::v1::ChannelDescription & bgs::protocol::channel::v1::ChannelInfo::description ( ) const
inline

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_description()

bool bgs::protocol::channel::v1::ChannelInfo::has_description ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ member() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::channel::v1::Member > & bgs::protocol::channel::v1::ChannelInfo::member ( ) const
inline

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

◆ member() [2/2]

const ::bgs::protocol::channel::v1::Member & bgs::protocol::channel::v1::ChannelInfo::member ( int  index) const
inline

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

◆ member_size()

int bgs::protocol::channel::v1::ChannelInfo::member_size ( ) const
inline

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

◆ mutable_description()

bgs::protocol::channel::v1::ChannelDescription * bgs::protocol::channel::v1::ChannelInfo::mutable_description ( )
inline

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

◆ mutable_member() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::channel::v1::Member > * bgs::protocol::channel::v1::ChannelInfo::mutable_member ( )
inline

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

◆ mutable_member() [2/2]

bgs::protocol::channel::v1::Member * bgs::protocol::channel::v1::ChannelInfo::mutable_member ( int  index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_description()

bgs::protocol::channel::v1::ChannelDescription * bgs::protocol::channel::v1::ChannelInfo::release_description ( )
inline

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

◆ set_allocated_description()

void bgs::protocol::channel::v1::ChannelInfo::set_allocated_description ( ::bgs::protocol::channel::v1::ChannelDescription description)
inline

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

◆ set_has_description()

void bgs::protocol::channel::v1::ChannelInfo::set_has_description ( )
inlineprivate

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 402 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::ChannelInfo::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ description_

::bgs::protocol::channel::v1::ChannelDescription* bgs::protocol::channel::v1::ChannelInfo::description_
private

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

◆ kDescriptionFieldNumber

const int bgs::protocol::channel::v1::ChannelInfo::kDescriptionFieldNumber = 1
static

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

◆ kMemberFieldNumber

const int bgs::protocol::channel::v1::ChannelInfo::kMemberFieldNumber = 2
static

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

◆ member_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::channel::v1::Member > bgs::protocol::channel::v1::ChannelInfo::member_
private

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


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