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

#include <account_types.pb.h>

+ Inheritance diagram for bgs::protocol::account::v1::IgrId:

Classes

union  TypeUnion
 

Public Types

enum  TypeCase { kGameAccount = 1 , kExternalId = 2 , kUuid = 3 , TYPE_NOT_SET = 0 }
 

Public Member Functions

 IgrId ()
 
virtual ~IgrId ()
 
 IgrId (const IgrId &from)
 
IgrIdoperator= (const IgrId &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IgrId *other)
 
IgrIdNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_game_account () const PROTOBUF_DEPRECATED
 
void clear_game_account () PROTOBUF_DEPRECATED
 
const ::bgs::protocol::account::v1::GameAccountHandlegame_account () const PROTOBUF_DEPRECATED
 
inline ::bgs::protocol::account::v1::GameAccountHandlemutable_game_account () PROTOBUF_DEPRECATED
 
inline ::bgs::protocol::account::v1::GameAccountHandlerelease_game_account () PROTOBUF_DEPRECATED
 
void set_allocated_game_account (::bgs::protocol::account::v1::GameAccountHandle *game_account) PROTOBUF_DEPRECATED
 
bool has_external_id () const
 
void clear_external_id ()
 
inline ::google::protobuf::uint32 external_id () const
 
void set_external_id (::google::protobuf::uint32 value)
 
bool has_uuid () const
 
void clear_uuid ()
 
const ::std::string & uuid () const
 
void set_uuid (const ::std::string &value)
 
void set_uuid (const char *value)
 
void set_uuid (const char *value, size_t size)
 
inline ::std::string * mutable_uuid ()
 
inline ::std::string * release_uuid ()
 
void set_allocated_uuid (::std::string *uuid)
 
TypeCase type_case () const
 

Static Public Member Functions

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

Static Public Attributes

static const int kGameAccountFieldNumber = 1
 
static const int kExternalIdFieldNumber = 2
 
static const int kUuidFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_game_account ()
 
void set_has_external_id ()
 
void set_has_uuid ()
 
bool has_type ()
 
void clear_type ()
 
void clear_has_type ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
union bgs::protocol::account::v1::IgrId::TypeUnion type_
 
::google::protobuf::uint32 _oneof_case_ [1]
 

Static Private Attributes

static IgrIddefault_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 3663 of file account_types.pb.h.

Member Enumeration Documentation

◆ TypeCase

Enumerator
kGameAccount 
kExternalId 
kUuid 
TYPE_NOT_SET 

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

Constructor & Destructor Documentation

◆ IgrId() [1/2]

bgs::protocol::account::v1::IgrId::IgrId ( )

◆ ~IgrId()

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

◆ IgrId() [2/2]

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

Member Function Documentation

◆ clear_external_id()

void bgs::protocol::account::v1::IgrId::clear_external_id ( )
inline

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

◆ clear_game_account()

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

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

◆ clear_has_type()

void bgs::protocol::account::v1::IgrId::clear_has_type ( )
inlineprivate

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

◆ clear_type()

void bgs::protocol::account::v1::IgrId::clear_type ( )
private

◆ clear_uuid()

void bgs::protocol::account::v1::IgrId::clear_uuid ( )
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ external_id()

google::protobuf::uint32 bgs::protocol::account::v1::IgrId::external_id ( ) const
inline

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

◆ game_account()

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

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

+ Here is the call graph for this function:

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_external_id()

bool bgs::protocol::account::v1::IgrId::has_external_id ( ) const
inline

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

◆ has_game_account()

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

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

◆ has_type()

bool bgs::protocol::account::v1::IgrId::has_type ( )
inlineprivate

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

◆ has_uuid()

bool bgs::protocol::account::v1::IgrId::has_uuid ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_game_account()

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

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

◆ mutable_unknown_fields()

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

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

◆ mutable_uuid()

std::string * bgs::protocol::account::v1::IgrId::mutable_uuid ( )
inline

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

◆ New()

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

◆ operator=()

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

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

◆ release_game_account()

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

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

◆ release_uuid()

std::string * bgs::protocol::account::v1::IgrId::release_uuid ( )
inline

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

◆ set_allocated_game_account()

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

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

◆ set_allocated_uuid()

void bgs::protocol::account::v1::IgrId::set_allocated_uuid ( ::std::string *  uuid)
inline

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

◆ set_external_id()

void bgs::protocol::account::v1::IgrId::set_external_id ( ::google::protobuf::uint32  value)
inline

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

◆ set_has_external_id()

void bgs::protocol::account::v1::IgrId::set_has_external_id ( )
inlineprivate

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

◆ set_has_game_account()

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

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

◆ set_has_uuid()

void bgs::protocol::account::v1::IgrId::set_has_uuid ( )
inlineprivate

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

◆ set_uuid() [1/3]

void bgs::protocol::account::v1::IgrId::set_uuid ( const ::std::string &  value)
inline

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

◆ set_uuid() [2/3]

void bgs::protocol::account::v1::IgrId::set_uuid ( const char *  value)
inline

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

◆ set_uuid() [3/3]

void bgs::protocol::account::v1::IgrId::set_uuid ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ type_case()

IgrId::TypeCase bgs::protocol::account::v1::IgrId::type_case ( ) const
inline

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

◆ unknown_fields()

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

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

◆ uuid()

const ::std::string & bgs::protocol::account::v1::IgrId::uuid ( ) const
inline

Definition at line 9489 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::IgrId::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _oneof_case_

::google::protobuf::uint32 bgs::protocol::account::v1::IgrId::_oneof_case_[1]
private

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ kExternalIdFieldNumber

const int bgs::protocol::account::v1::IgrId::kExternalIdFieldNumber = 2
static

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

◆ kGameAccountFieldNumber

const int bgs::protocol::account::v1::IgrId::kGameAccountFieldNumber = 1
static

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

◆ kUuidFieldNumber

const int bgs::protocol::account::v1::IgrId::kUuidFieldNumber = 3
static

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

◆ type_

union bgs::protocol::account::v1::IgrId::TypeUnion bgs::protocol::account::v1::IgrId::type_
private

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