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

#include <club_core.pb.h>

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

Public Member Functions

 AvatarId ()
 
virtual ~AvatarId ()
 
 AvatarId (const AvatarId &from)
 
AvatarIdoperator= (const AvatarId &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AvatarId *other)
 
AvatarIdNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_id () const
 
void clear_id ()
 
inline ::google::protobuf::uint32 id () const
 
void set_id (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kIdFieldNumber = 1
 

Private Member Functions

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

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 id_
 

Static Private Attributes

static AvatarIddefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fcore_2eproto ()
 
void protobuf_AssignDesc_club_5fcore_2eproto ()
 
void protobuf_ShutdownFile_club_5fcore_2eproto ()
 

Detailed Description

Definition at line 64 of file club_core.pb.h.

Constructor & Destructor Documentation

◆ AvatarId() [1/2]

bgs::protocol::club::v1::AvatarId::AvatarId ( )

◆ ~AvatarId()

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

◆ AvatarId() [2/2]

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

Member Function Documentation

◆ clear_has_id()

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

Definition at line 1952 of file club_core.pb.h.

◆ clear_id()

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

Definition at line 1955 of file club_core.pb.h.

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 92 of file club_core.pb.h.

◆ GetMetadata()

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

◆ has_id()

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

Definition at line 1946 of file club_core.pb.h.

◆ id()

google::protobuf::uint32 bgs::protocol::club::v1::AvatarId::id ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::club::v1::AvatarId::mutable_unknown_fields ( )
inline

Definition at line 80 of file club_core.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 71 of file club_core.pb.h.

◆ set_has_id()

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

Definition at line 1949 of file club_core.pb.h.

◆ set_id()

void bgs::protocol::club::v1::AvatarId::set_id ( ::google::protobuf::uint32  value)
inline

Definition at line 1963 of file club_core.pb.h.

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 76 of file club_core.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fcore_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fcore_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fcore_2eproto

void protobuf_AssignDesc_club_5fcore_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fcore_2eproto

void protobuf_ShutdownFile_club_5fcore_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::AvatarId::_cached_size_
mutableprivate

Definition at line 119 of file club_core.pb.h.

◆ _has_bits_

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

Definition at line 118 of file club_core.pb.h.

◆ _unknown_fields_

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

Definition at line 116 of file club_core.pb.h.

◆ default_instance_

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

Definition at line 126 of file club_core.pb.h.

◆ id_

::google::protobuf::uint32 bgs::protocol::club::v1::AvatarId::id_
private

Definition at line 120 of file club_core.pb.h.

◆ kIdFieldNumber

const int bgs::protocol::club::v1::AvatarId::kIdFieldNumber = 1
static

Definition at line 107 of file club_core.pb.h.


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