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

#include <account_types.pb.h>

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

Public Member Functions

 IgrAddress ()
 
virtual ~IgrAddress ()
 
 IgrAddress (const IgrAddress &from)
 
IgrAddressoperator= (const IgrAddress &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IgrAddress *other)
 
IgrAddressNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_client_address () const
 
void clear_client_address ()
 
const ::std::string & client_address () const
 
void set_client_address (const ::std::string &value)
 
void set_client_address (const char *value)
 
void set_client_address (const char *value, size_t size)
 
inline ::std::string * mutable_client_address ()
 
inline ::std::string * release_client_address ()
 
void set_allocated_client_address (::std::string *client_address)
 
bool has_region () const
 
void clear_region ()
 
inline ::google::protobuf::uint32 region () const
 
void set_region (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kClientAddressFieldNumber = 1
 
static const int kRegionFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_client_address ()
 
void clear_has_client_address ()
 
void set_has_region ()
 
void clear_has_region ()
 
void InitAsDefaultInstance ()
 

Private Attributes

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

Static Private Attributes

static IgrAddressdefault_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 3769 of file account_types.pb.h.

Constructor & Destructor Documentation

◆ IgrAddress() [1/2]

bgs::protocol::account::v1::IgrAddress::IgrAddress ( )

◆ ~IgrAddress()

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

◆ IgrAddress() [2/2]

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

Member Function Documentation

◆ clear_client_address()

void bgs::protocol::account::v1::IgrAddress::clear_client_address ( )
inline

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

◆ clear_has_client_address()

void bgs::protocol::account::v1::IgrAddress::clear_has_client_address ( )
inlineprivate

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

◆ clear_has_region()

void bgs::protocol::account::v1::IgrAddress::clear_has_region ( )
inlineprivate

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

◆ clear_region()

void bgs::protocol::account::v1::IgrAddress::clear_region ( )
inline

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

◆ client_address()

const ::std::string & bgs::protocol::account::v1::IgrAddress::client_address ( ) const
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_client_address()

bool bgs::protocol::account::v1::IgrAddress::has_client_address ( ) const
inline

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

◆ has_region()

bool bgs::protocol::account::v1::IgrAddress::has_region ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_client_address()

std::string * bgs::protocol::account::v1::IgrAddress::mutable_client_address ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ region()

google::protobuf::uint32 bgs::protocol::account::v1::IgrAddress::region ( ) const
inline

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

◆ release_client_address()

std::string * bgs::protocol::account::v1::IgrAddress::release_client_address ( )
inline

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

◆ set_allocated_client_address()

void bgs::protocol::account::v1::IgrAddress::set_allocated_client_address ( ::std::string *  client_address)
inline

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

◆ set_client_address() [1/3]

void bgs::protocol::account::v1::IgrAddress::set_client_address ( const ::std::string &  value)
inline

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

◆ set_client_address() [2/3]

void bgs::protocol::account::v1::IgrAddress::set_client_address ( const char *  value)
inline

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

◆ set_client_address() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_has_client_address()

void bgs::protocol::account::v1::IgrAddress::set_has_client_address ( )
inlineprivate

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

◆ set_has_region()

void bgs::protocol::account::v1::IgrAddress::set_has_region ( )
inlineprivate

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

◆ set_region()

void bgs::protocol::account::v1::IgrAddress::set_region ( ::google::protobuf::uint32  value)
inline

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 3781 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::IgrAddress::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ client_address_

::std::string* bgs::protocol::account::v1::IgrAddress::client_address_
private

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

◆ default_instance_

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

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

◆ kClientAddressFieldNumber

const int bgs::protocol::account::v1::IgrAddress::kClientAddressFieldNumber = 1
static

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

◆ kRegionFieldNumber

const int bgs::protocol::account::v1::IgrAddress::kRegionFieldNumber = 2
static

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

◆ region_

::google::protobuf::uint32 bgs::protocol::account::v1::IgrAddress::region_
private

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


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