TrinityCore
bgs::protocol::Identity Class Reference

#include <entity_types.pb.h>

+ Inheritance diagram for bgs::protocol::Identity:

Public Member Functions

 Identity ()
 
virtual ~Identity ()
 
 Identity (const Identity &from)
 
Identityoperator= (const Identity &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Identity *other)
 
IdentityNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_account_id () const
 
void clear_account_id ()
 
const ::bgs::protocol::EntityIdaccount_id () const
 
inline ::bgs::protocol::EntityIdmutable_account_id ()
 
inline ::bgs::protocol::EntityIdrelease_account_id ()
 
void set_allocated_account_id (::bgs::protocol::EntityId *account_id)
 
bool has_game_account_id () const
 
void clear_game_account_id ()
 
const ::bgs::protocol::EntityIdgame_account_id () const
 
inline ::bgs::protocol::EntityIdmutable_game_account_id ()
 
inline ::bgs::protocol::EntityIdrelease_game_account_id ()
 
void set_allocated_game_account_id (::bgs::protocol::EntityId *game_account_id)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAccountIdFieldNumber = 1
 
static const int kGameAccountIdFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_account_id ()
 
void clear_has_account_id ()
 
void set_has_game_account_id ()
 
void clear_has_game_account_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdaccount_id_
 
::bgs::protocol::EntityIdgame_account_id_
 

Static Private Attributes

static Identitydefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_entity_5ftypes_2eproto ()
 
void protobuf_AssignDesc_entity_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_entity_5ftypes_2eproto ()
 

Detailed Description

Definition at line 121 of file entity_types.pb.h.

Constructor & Destructor Documentation

◆ Identity() [1/2]

bgs::protocol::Identity::Identity ( )

◆ ~Identity()

virtual bgs::protocol::Identity::~Identity ( )
virtual

◆ Identity() [2/2]

bgs::protocol::Identity::Identity ( const Identity from)

Member Function Documentation

◆ account_id()

const ::bgs::protocol::EntityId & bgs::protocol::Identity::account_id ( ) const
inline

Definition at line 273 of file entity_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_account_id()

void bgs::protocol::Identity::clear_account_id ( )
inline

Definition at line 269 of file entity_types.pb.h.

+ Here is the call graph for this function:

◆ clear_game_account_id()

void bgs::protocol::Identity::clear_game_account_id ( )
inline

Definition at line 310 of file entity_types.pb.h.

+ Here is the call graph for this function:

◆ clear_has_account_id()

void bgs::protocol::Identity::clear_has_account_id ( )
inlineprivate

Definition at line 266 of file entity_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_game_account_id()

void bgs::protocol::Identity::clear_has_game_account_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ default_instance()

static const Identity & bgs::protocol::Identity::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::Identity::descriptor ( )
static

◆ game_account_id()

const ::bgs::protocol::EntityId & bgs::protocol::Identity::game_account_id ( ) const
inline

Definition at line 314 of file entity_types.pb.h.

+ Here is the caller graph for this function:

◆ GetCachedSize()

int bgs::protocol::Identity::GetCachedSize ( ) const
inline

Definition at line 149 of file entity_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::Identity::GetMetadata ( ) const

◆ has_account_id()

bool bgs::protocol::Identity::has_account_id ( ) const
inline

Definition at line 260 of file entity_types.pb.h.

◆ has_game_account_id()

bool bgs::protocol::Identity::has_game_account_id ( ) const
inline

Definition at line 301 of file entity_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::Identity::InitAsDefaultInstance ( )
private

◆ mutable_account_id()

bgs::protocol::EntityId * bgs::protocol::Identity::mutable_account_id ( )
inline

Definition at line 277 of file entity_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_game_account_id()

bgs::protocol::EntityId * bgs::protocol::Identity::mutable_game_account_id ( )
inline

Definition at line 318 of file entity_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::Identity::mutable_unknown_fields ( )
inline

Definition at line 137 of file entity_types.pb.h.

◆ New()

Identity * bgs::protocol::Identity::New ( ) const

◆ operator=()

Identity & bgs::protocol::Identity::operator= ( const Identity from)
inline

Definition at line 128 of file entity_types.pb.h.

◆ release_account_id()

bgs::protocol::EntityId * bgs::protocol::Identity::release_account_id ( )
inline

Definition at line 283 of file entity_types.pb.h.

+ Here is the call graph for this function:

◆ release_game_account_id()

bgs::protocol::EntityId * bgs::protocol::Identity::release_game_account_id ( )
inline

Definition at line 324 of file entity_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_account_id()

void bgs::protocol::Identity::set_allocated_account_id ( ::bgs::protocol::EntityId account_id)
inline

Definition at line 289 of file entity_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_game_account_id()

void bgs::protocol::Identity::set_allocated_game_account_id ( ::bgs::protocol::EntityId game_account_id)
inline

Definition at line 330 of file entity_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_account_id()

void bgs::protocol::Identity::set_has_account_id ( )
inlineprivate

Definition at line 263 of file entity_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_game_account_id()

void bgs::protocol::Identity::set_has_game_account_id ( )
inlineprivate

Definition at line 304 of file entity_types.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

void bgs::protocol::Identity::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::Identity::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::Identity::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::Identity::Swap ( Identity other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::Identity::unknown_fields ( ) const
inline

Definition at line 133 of file entity_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_entity_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_entity_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_entity_5ftypes_2eproto

void protobuf_AssignDesc_entity_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_entity_5ftypes_2eproto

void protobuf_ShutdownFile_entity_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::Identity::_cached_size_
mutableprivate

Definition at line 189 of file entity_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::Identity::_has_bits_[1]
private

Definition at line 188 of file entity_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::Identity::_unknown_fields_
private

Definition at line 186 of file entity_types.pb.h.

◆ account_id_

::bgs::protocol::EntityId* bgs::protocol::Identity::account_id_
private

Definition at line 190 of file entity_types.pb.h.

◆ default_instance_

Identity* bgs::protocol::Identity::default_instance_
staticprivate

Definition at line 197 of file entity_types.pb.h.

◆ game_account_id_

::bgs::protocol::EntityId* bgs::protocol::Identity::game_account_id_
private

Definition at line 191 of file entity_types.pb.h.

◆ kAccountIdFieldNumber

const int bgs::protocol::Identity::kAccountIdFieldNumber = 1
static

Definition at line 164 of file entity_types.pb.h.

◆ kGameAccountIdFieldNumber

const int bgs::protocol::Identity::kGameAccountIdFieldNumber = 2
static

Definition at line 173 of file entity_types.pb.h.


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