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

#include <channel_types.pb.h>

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

Public Member Functions

 MemberState ()
 
virtual ~MemberState ()
 
 MemberState (const MemberState &from)
 
MemberStateoperator= (const MemberState &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MemberState *other)
 
MemberStateNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int attribute_size () const
 
void clear_attribute ()
 
const ::bgs::protocol::Attributeattribute (int index) const
 
inline ::bgs::protocol::Attributemutable_attribute (int index)
 
inline ::bgs::protocol::Attributeadd_attribute ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > & attribute () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > * mutable_attribute ()
 
int role_size () const
 
void clear_role ()
 
inline ::google::protobuf::uint32 role (int index) const
 
void set_role (int index, ::google::protobuf::uint32 value)
 
void add_role (::google::protobuf::uint32 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > & role () const
 
inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > * mutable_role ()
 
bool has_privileges () const
 
void clear_privileges ()
 
inline ::google::protobuf::uint64 privileges () const
 
void set_privileges (::google::protobuf::uint64 value)
 
bool has_info () const
 
void clear_info ()
 
const ::bgs::protocol::channel::v1::MemberAccountInfoinfo () const
 
inline ::bgs::protocol::channel::v1::MemberAccountInfomutable_info ()
 
inline ::bgs::protocol::channel::v1::MemberAccountInforelease_info ()
 
void set_allocated_info (::bgs::protocol::channel::v1::MemberAccountInfo *info)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAttributeFieldNumber = 1
 
static const int kRoleFieldNumber = 2
 
static const int kPrivilegesFieldNumber = 3
 
static const int kInfoFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_privileges ()
 
void clear_has_privileges ()
 
void set_has_info ()
 
void clear_has_info ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attributeattribute_
 
::google::protobuf::RepeatedField< ::google::protobuf::uint32role_
 
::google::protobuf::uint64 privileges_
 
::bgs::protocol::channel::v1::MemberAccountInfoinfo_
 

Static Private Attributes

static MemberStatedefault_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 744 of file channel_types.pb.h.

Constructor & Destructor Documentation

◆ MemberState() [1/2]

bgs::protocol::channel::v1::MemberState::MemberState ( )

◆ ~MemberState()

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

◆ MemberState() [2/2]

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

Member Function Documentation

◆ add_attribute()

bgs::protocol::Attribute * bgs::protocol::channel::v1::MemberState::add_attribute ( )
inline

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

◆ add_role()

void bgs::protocol::channel::v1::MemberState::add_role ( ::google::protobuf::uint32  value)
inline

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

◆ attribute() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > & bgs::protocol::channel::v1::MemberState::attribute ( ) const
inline

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

◆ attribute() [2/2]

const ::bgs::protocol::Attribute & bgs::protocol::channel::v1::MemberState::attribute ( int  index) const
inline

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

◆ attribute_size()

int bgs::protocol::channel::v1::MemberState::attribute_size ( ) const
inline

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

◆ clear_attribute()

void bgs::protocol::channel::v1::MemberState::clear_attribute ( )
inline

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

◆ clear_has_info()

void bgs::protocol::channel::v1::MemberState::clear_has_info ( )
inlineprivate

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

◆ clear_has_privileges()

void bgs::protocol::channel::v1::MemberState::clear_has_privileges ( )
inlineprivate

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

◆ clear_info()

void bgs::protocol::channel::v1::MemberState::clear_info ( )
inline

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

◆ clear_privileges()

void bgs::protocol::channel::v1::MemberState::clear_privileges ( )
inline

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

◆ clear_role()

void bgs::protocol::channel::v1::MemberState::clear_role ( )
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_info()

bool bgs::protocol::channel::v1::MemberState::has_info ( ) const
inline

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

◆ has_privileges()

bool bgs::protocol::channel::v1::MemberState::has_privileges ( ) const
inline

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

◆ info()

const ::bgs::protocol::channel::v1::MemberAccountInfo & bgs::protocol::channel::v1::MemberState::info ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_attribute() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > * bgs::protocol::channel::v1::MemberState::mutable_attribute ( )
inline

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

◆ mutable_attribute() [2/2]

bgs::protocol::Attribute * bgs::protocol::channel::v1::MemberState::mutable_attribute ( int  index)
inline

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

◆ mutable_info()

bgs::protocol::channel::v1::MemberAccountInfo * bgs::protocol::channel::v1::MemberState::mutable_info ( )
inline

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

◆ mutable_role()

google::protobuf::RepeatedField<::google::protobuf::uint32 > * bgs::protocol::channel::v1::MemberState::mutable_role ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ privileges()

google::protobuf::uint64 bgs::protocol::channel::v1::MemberState::privileges ( ) const
inline

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

◆ release_info()

bgs::protocol::channel::v1::MemberAccountInfo * bgs::protocol::channel::v1::MemberState::release_info ( )
inline

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

◆ role() [1/2]

const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & bgs::protocol::channel::v1::MemberState::role ( ) const
inline

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

◆ role() [2/2]

google::protobuf::uint32 bgs::protocol::channel::v1::MemberState::role ( int  index) const
inline

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

◆ role_size()

int bgs::protocol::channel::v1::MemberState::role_size ( ) const
inline

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

◆ set_allocated_info()

void bgs::protocol::channel::v1::MemberState::set_allocated_info ( ::bgs::protocol::channel::v1::MemberAccountInfo info)
inline

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

◆ set_has_info()

void bgs::protocol::channel::v1::MemberState::set_has_info ( )
inlineprivate

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

◆ set_has_privileges()

void bgs::protocol::channel::v1::MemberState::set_has_privileges ( )
inlineprivate

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

◆ set_privileges()

void bgs::protocol::channel::v1::MemberState::set_privileges ( ::google::protobuf::uint64  value)
inline

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

◆ set_role()

void bgs::protocol::channel::v1::MemberState::set_role ( int  index,
::google::protobuf::uint32  value 
)
inline

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 756 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::MemberState::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ attribute_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > bgs::protocol::channel::v1::MemberState::attribute_
private

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

◆ default_instance_

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

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

◆ info_

::bgs::protocol::channel::v1::MemberAccountInfo* bgs::protocol::channel::v1::MemberState::info_
private

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

◆ kAttributeFieldNumber

const int bgs::protocol::channel::v1::MemberState::kAttributeFieldNumber = 1
static

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

◆ kInfoFieldNumber

const int bgs::protocol::channel::v1::MemberState::kInfoFieldNumber = 4
static

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

◆ kPrivilegesFieldNumber

const int bgs::protocol::channel::v1::MemberState::kPrivilegesFieldNumber = 3
static

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

◆ kRoleFieldNumber

const int bgs::protocol::channel::v1::MemberState::kRoleFieldNumber = 2
static

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

◆ privileges_

::google::protobuf::uint64 bgs::protocol::channel::v1::MemberState::privileges_
private

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

◆ role_

::google::protobuf::RepeatedField< ::google::protobuf::uint32 > bgs::protocol::channel::v1::MemberState::role_
private

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


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