TrinityCore
bgs::protocol::account::v1::Identity Class Reference

#include <account_types.pb.h>

+ Inheritance diagram for bgs::protocol::account::v1::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 () const
 
void clear_account ()
 
const ::bgs::protocol::account::v1::AccountIdaccount () const
 
inline ::bgs::protocol::account::v1::AccountIdmutable_account ()
 
inline ::bgs::protocol::account::v1::AccountIdrelease_account ()
 
void set_allocated_account (::bgs::protocol::account::v1::AccountId *account)
 
bool has_game_account () const
 
void clear_game_account ()
 
const ::bgs::protocol::account::v1::GameAccountHandlegame_account () const
 
inline ::bgs::protocol::account::v1::GameAccountHandlemutable_game_account ()
 
inline ::bgs::protocol::account::v1::GameAccountHandlerelease_game_account ()
 
void set_allocated_game_account (::bgs::protocol::account::v1::GameAccountHandle *game_account)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAccountFieldNumber = 1
 
static const int kGameAccountFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_account ()
 
void clear_has_account ()
 
void set_has_game_account ()
 
void clear_has_game_account ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::AccountIdaccount_
 
::bgs::protocol::account::v1::GameAccountHandlegame_account_
 

Static Private Attributes

static Identitydefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_account_5ftypes_2eproto ()
 
void protobuf_AssignDesc_account_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_account_5ftypes_2eproto ()
 

Detailed Description

Definition at line 492 of file account_types.pb.h.

Constructor & Destructor Documentation

◆ Identity() [1/2]

bgs::protocol::account::v1::Identity::Identity ( )

◆ ~Identity()

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

◆ Identity() [2/2]

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

Member Function Documentation

◆ account()

const ::bgs::protocol::account::v1::AccountId & bgs::protocol::account::v1::Identity::account ( ) const
inline

Definition at line 4852 of file account_types.pb.h.

◆ clear_account()

void bgs::protocol::account::v1::Identity::clear_account ( )
inline

Definition at line 4848 of file account_types.pb.h.

◆ clear_game_account()

void bgs::protocol::account::v1::Identity::clear_game_account ( )
inline

Definition at line 4889 of file account_types.pb.h.

◆ clear_has_account()

void bgs::protocol::account::v1::Identity::clear_has_account ( )
inlineprivate

Definition at line 4845 of file account_types.pb.h.

◆ clear_has_game_account()

void bgs::protocol::account::v1::Identity::clear_has_game_account ( )
inlineprivate

Definition at line 4886 of file account_types.pb.h.

◆ default_instance()

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

◆ descriptor()

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

◆ game_account()

const ::bgs::protocol::account::v1::GameAccountHandle & bgs::protocol::account::v1::Identity::game_account ( ) const
inline

Definition at line 4893 of file account_types.pb.h.

◆ GetCachedSize()

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

Definition at line 520 of file account_types.pb.h.

◆ GetMetadata()

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

◆ has_account()

bool bgs::protocol::account::v1::Identity::has_account ( ) const
inline

Definition at line 4839 of file account_types.pb.h.

◆ has_game_account()

bool bgs::protocol::account::v1::Identity::has_game_account ( ) const
inline

Definition at line 4880 of file account_types.pb.h.

◆ InitAsDefaultInstance()

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

◆ mutable_account()

bgs::protocol::account::v1::AccountId * bgs::protocol::account::v1::Identity::mutable_account ( )
inline

Definition at line 4856 of file account_types.pb.h.

◆ mutable_game_account()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::account::v1::Identity::mutable_game_account ( )
inline

Definition at line 4897 of file account_types.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 508 of file account_types.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 499 of file account_types.pb.h.

◆ release_account()

bgs::protocol::account::v1::AccountId * bgs::protocol::account::v1::Identity::release_account ( )
inline

Definition at line 4862 of file account_types.pb.h.

◆ release_game_account()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::account::v1::Identity::release_game_account ( )
inline

Definition at line 4903 of file account_types.pb.h.

◆ set_allocated_account()

void bgs::protocol::account::v1::Identity::set_allocated_account ( ::bgs::protocol::account::v1::AccountId account)
inline

Definition at line 4868 of file account_types.pb.h.

◆ set_allocated_game_account()

void bgs::protocol::account::v1::Identity::set_allocated_game_account ( ::bgs::protocol::account::v1::GameAccountHandle game_account)
inline

Definition at line 4909 of file account_types.pb.h.

◆ set_has_account()

void bgs::protocol::account::v1::Identity::set_has_account ( )
inlineprivate

Definition at line 4842 of file account_types.pb.h.

◆ set_has_game_account()

void bgs::protocol::account::v1::Identity::set_has_game_account ( )
inlineprivate

Definition at line 4883 of file account_types.pb.h.

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 504 of file account_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_account_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_account_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_account_5ftypes_2eproto

void protobuf_AssignDesc_account_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_account_5ftypes_2eproto

void protobuf_ShutdownFile_account_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::account::v1::Identity::_cached_size_
mutableprivate

Definition at line 560 of file account_types.pb.h.

◆ _has_bits_

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

Definition at line 559 of file account_types.pb.h.

◆ _unknown_fields_

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

Definition at line 557 of file account_types.pb.h.

◆ account_

::bgs::protocol::account::v1::AccountId* bgs::protocol::account::v1::Identity::account_
private

Definition at line 561 of file account_types.pb.h.

◆ default_instance_

Identity* bgs::protocol::account::v1::Identity::default_instance_
staticprivate

Definition at line 568 of file account_types.pb.h.

◆ game_account_

::bgs::protocol::account::v1::GameAccountHandle* bgs::protocol::account::v1::Identity::game_account_
private

Definition at line 562 of file account_types.pb.h.

◆ kAccountFieldNumber

const int bgs::protocol::account::v1::Identity::kAccountFieldNumber = 1
static

Definition at line 535 of file account_types.pb.h.

◆ kGameAccountFieldNumber

const int bgs::protocol::account::v1::Identity::kGameAccountFieldNumber = 2
static

Definition at line 544 of file account_types.pb.h.


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