TrinityCore
bgs::protocol::game_utilities::v1::ClientInfo Class Reference

#include <game_utilities_types.pb.h>

+ Inheritance diagram for bgs::protocol::game_utilities::v1::ClientInfo:

Public Member Functions

 ClientInfo ()
 
virtual ~ClientInfo ()
 
 ClientInfo (const ClientInfo &from)
 
ClientInfooperator= (const ClientInfo &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ClientInfo *other)
 
ClientInfoNew () 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_privileged_network () const
 
void clear_privileged_network ()
 
bool privileged_network () const
 
void set_privileged_network (bool value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kClientAddressFieldNumber = 1
 
static const int kPrivilegedNetworkFieldNumber = 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_privileged_network ()
 
void clear_has_privileged_network ()
 
void InitAsDefaultInstance ()
 

Private Attributes

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

Static Private Attributes

static ClientInfodefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_game_5futilities_5ftypes_2eproto ()
 
void protobuf_AssignDesc_game_5futilities_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_game_5futilities_5ftypes_2eproto ()
 

Detailed Description

Definition at line 139 of file game_utilities_types.pb.h.

Constructor & Destructor Documentation

◆ ClientInfo() [1/2]

bgs::protocol::game_utilities::v1::ClientInfo::ClientInfo ( )

◆ ~ClientInfo()

virtual bgs::protocol::game_utilities::v1::ClientInfo::~ClientInfo ( )
virtual

◆ ClientInfo() [2/2]

bgs::protocol::game_utilities::v1::ClientInfo::ClientInfo ( const ClientInfo from)

Member Function Documentation

◆ clear_client_address()

void bgs::protocol::game_utilities::v1::ClientInfo::clear_client_address ( )
inline

Definition at line 335 of file game_utilities_types.pb.h.

+ Here is the call graph for this function:

◆ clear_has_client_address()

void bgs::protocol::game_utilities::v1::ClientInfo::clear_has_client_address ( )
inlineprivate

Definition at line 332 of file game_utilities_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_privileged_network()

void bgs::protocol::game_utilities::v1::ClientInfo::clear_has_privileged_network ( )
inlineprivate

Definition at line 408 of file game_utilities_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_privileged_network()

void bgs::protocol::game_utilities::v1::ClientInfo::clear_privileged_network ( )
inline

Definition at line 411 of file game_utilities_types.pb.h.

+ Here is the call graph for this function:

◆ client_address()

const ::std::string & bgs::protocol::game_utilities::v1::ClientInfo::client_address ( ) const
inline

Definition at line 341 of file game_utilities_types.pb.h.

+ Here is the caller graph for this function:

◆ default_instance()

static const ClientInfo & bgs::protocol::game_utilities::v1::ClientInfo::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::game_utilities::v1::ClientInfo::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::game_utilities::v1::ClientInfo::GetCachedSize ( ) const
inline

Definition at line 167 of file game_utilities_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::game_utilities::v1::ClientInfo::GetMetadata ( ) const

◆ has_client_address()

bool bgs::protocol::game_utilities::v1::ClientInfo::has_client_address ( ) const
inline

Definition at line 326 of file game_utilities_types.pb.h.

◆ has_privileged_network()

bool bgs::protocol::game_utilities::v1::ClientInfo::has_privileged_network ( ) const
inline

Definition at line 402 of file game_utilities_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::game_utilities::v1::ClientInfo::InitAsDefaultInstance ( )
private

◆ mutable_client_address()

std::string * bgs::protocol::game_utilities::v1::ClientInfo::mutable_client_address ( )
inline

Definition at line 369 of file game_utilities_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::game_utilities::v1::ClientInfo::mutable_unknown_fields ( )
inline

Definition at line 155 of file game_utilities_types.pb.h.

◆ New()

ClientInfo * bgs::protocol::game_utilities::v1::ClientInfo::New ( ) const

◆ operator=()

ClientInfo & bgs::protocol::game_utilities::v1::ClientInfo::operator= ( const ClientInfo from)
inline

Definition at line 146 of file game_utilities_types.pb.h.

◆ privileged_network()

bool bgs::protocol::game_utilities::v1::ClientInfo::privileged_network ( ) const
inline

Definition at line 415 of file game_utilities_types.pb.h.

◆ release_client_address()

std::string * bgs::protocol::game_utilities::v1::ClientInfo::release_client_address ( )
inline

Definition at line 377 of file game_utilities_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_client_address()

void bgs::protocol::game_utilities::v1::ClientInfo::set_allocated_client_address ( ::std::string *  client_address)
inline

Definition at line 387 of file game_utilities_types.pb.h.

+ Here is the call graph for this function:

◆ set_client_address() [1/3]

void bgs::protocol::game_utilities::v1::ClientInfo::set_client_address ( const ::std::string &  value)
inline

Definition at line 345 of file game_utilities_types.pb.h.

+ Here is the call graph for this function:

◆ set_client_address() [2/3]

void bgs::protocol::game_utilities::v1::ClientInfo::set_client_address ( const char *  value)
inline

Definition at line 353 of file game_utilities_types.pb.h.

+ Here is the call graph for this function:

◆ set_client_address() [3/3]

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

Definition at line 361 of file game_utilities_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_client_address()

void bgs::protocol::game_utilities::v1::ClientInfo::set_has_client_address ( )
inlineprivate

Definition at line 329 of file game_utilities_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_privileged_network()

void bgs::protocol::game_utilities::v1::ClientInfo::set_has_privileged_network ( )
inlineprivate

Definition at line 405 of file game_utilities_types.pb.h.

+ Here is the caller graph for this function:

◆ set_privileged_network()

void bgs::protocol::game_utilities::v1::ClientInfo::set_privileged_network ( bool  value)
inline

Definition at line 419 of file game_utilities_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::game_utilities::v1::ClientInfo::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::game_utilities::v1::ClientInfo::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::game_utilities::v1::ClientInfo::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::game_utilities::v1::ClientInfo::Swap ( ClientInfo other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::game_utilities::v1::ClientInfo::unknown_fields ( ) const
inline

Definition at line 151 of file game_utilities_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_game_5futilities_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_game_5futilities_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_game_5futilities_5ftypes_2eproto

void protobuf_AssignDesc_game_5futilities_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_game_5futilities_5ftypes_2eproto

void protobuf_ShutdownFile_game_5futilities_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::game_utilities::v1::ClientInfo::_cached_size_
mutableprivate

Definition at line 208 of file game_utilities_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::game_utilities::v1::ClientInfo::_has_bits_[1]
private

Definition at line 207 of file game_utilities_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::game_utilities::v1::ClientInfo::_unknown_fields_
private

Definition at line 205 of file game_utilities_types.pb.h.

◆ client_address_

::std::string* bgs::protocol::game_utilities::v1::ClientInfo::client_address_
private

Definition at line 209 of file game_utilities_types.pb.h.

◆ default_instance_

ClientInfo* bgs::protocol::game_utilities::v1::ClientInfo::default_instance_
staticprivate

Definition at line 216 of file game_utilities_types.pb.h.

◆ kClientAddressFieldNumber

const int bgs::protocol::game_utilities::v1::ClientInfo::kClientAddressFieldNumber = 1
static

Definition at line 182 of file game_utilities_types.pb.h.

◆ kPrivilegedNetworkFieldNumber

const int bgs::protocol::game_utilities::v1::ClientInfo::kPrivilegedNetworkFieldNumber = 2
static

Definition at line 194 of file game_utilities_types.pb.h.

◆ privileged_network_

bool bgs::protocol::game_utilities::v1::ClientInfo::privileged_network_
private

Definition at line 210 of file game_utilities_types.pb.h.


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