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

#include <channel_types.pb.h>

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

Public Member Functions

 MemberAccountInfo ()
 
virtual ~MemberAccountInfo ()
 
 MemberAccountInfo (const MemberAccountInfo &from)
 
MemberAccountInfooperator= (const MemberAccountInfo &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MemberAccountInfo *other)
 
MemberAccountInfoNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_battle_tag () const
 
void clear_battle_tag ()
 
const ::std::string & battle_tag () const
 
void set_battle_tag (const ::std::string &value)
 
void set_battle_tag (const char *value)
 
void set_battle_tag (const char *value, size_t size)
 
inline ::std::string * mutable_battle_tag ()
 
inline ::std::string * release_battle_tag ()
 
void set_allocated_battle_tag (::std::string *battle_tag)
 

Static Public Member Functions

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

Static Public Attributes

static const int kBattleTagFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_battle_tag ()
 
void clear_has_battle_tag ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * battle_tag_
 

Static Private Attributes

static MemberAccountInfodefault_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 673 of file channel_types.pb.h.

Constructor & Destructor Documentation

◆ MemberAccountInfo() [1/2]

bgs::protocol::channel::v1::MemberAccountInfo::MemberAccountInfo ( )

◆ ~MemberAccountInfo()

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

◆ MemberAccountInfo() [2/2]

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

Member Function Documentation

◆ battle_tag()

const ::std::string & bgs::protocol::channel::v1::MemberAccountInfo::battle_tag ( ) const
inline

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

◆ clear_battle_tag()

void bgs::protocol::channel::v1::MemberAccountInfo::clear_battle_tag ( )
inline

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

◆ clear_has_battle_tag()

void bgs::protocol::channel::v1::MemberAccountInfo::clear_has_battle_tag ( )
inlineprivate

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_battle_tag()

bool bgs::protocol::channel::v1::MemberAccountInfo::has_battle_tag ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_battle_tag()

std::string * bgs::protocol::channel::v1::MemberAccountInfo::mutable_battle_tag ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_battle_tag()

std::string * bgs::protocol::channel::v1::MemberAccountInfo::release_battle_tag ( )
inline

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

◆ set_allocated_battle_tag()

void bgs::protocol::channel::v1::MemberAccountInfo::set_allocated_battle_tag ( ::std::string *  battle_tag)
inline

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

◆ set_battle_tag() [1/3]

void bgs::protocol::channel::v1::MemberAccountInfo::set_battle_tag ( const ::std::string &  value)
inline

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

◆ set_battle_tag() [2/3]

void bgs::protocol::channel::v1::MemberAccountInfo::set_battle_tag ( const char *  value)
inline

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

◆ set_battle_tag() [3/3]

void bgs::protocol::channel::v1::MemberAccountInfo::set_battle_tag ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_has_battle_tag()

void bgs::protocol::channel::v1::MemberAccountInfo::set_has_battle_tag ( )
inlineprivate

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 685 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::MemberAccountInfo::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ battle_tag_

::std::string* bgs::protocol::channel::v1::MemberAccountInfo::battle_tag_
private

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

◆ default_instance_

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

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

◆ kBattleTagFieldNumber

const int bgs::protocol::channel::v1::MemberAccountInfo::kBattleTagFieldNumber = 3
static

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


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