TrinityCore
JSON::RealmList::IPAddress Class Reference

#include <RealmList.pb.h>

+ Inheritance diagram for JSON::RealmList::IPAddress:

Public Member Functions

 IPAddress ()
 
virtual ~IPAddress ()
 
 IPAddress (const IPAddress &from)
 
IPAddressoperator= (const IPAddress &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IPAddress *other)
 
IPAddressNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_ip () const
 
void clear_ip ()
 
const ::std::string & ip () const
 
void set_ip (const ::std::string &value)
 
void set_ip (const char *value)
 
void set_ip (const char *value, size_t size)
 
inline ::std::string * mutable_ip ()
 
inline ::std::string * release_ip ()
 
void set_allocated_ip (::std::string *ip)
 
bool has_port () const
 
void clear_port ()
 
inline ::google::protobuf::uint32 port () const
 
void set_port (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kIpFieldNumber = 1
 
static const int kPortFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_ip ()
 
void clear_has_ip ()
 
void set_has_port ()
 
void clear_has_port ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * ip_
 
::google::protobuf::uint32 port_
 

Static Private Attributes

static IPAddressdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_RealmList_2eproto ()
 
void protobuf_AssignDesc_RealmList_2eproto ()
 
void protobuf_ShutdownFile_RealmList_2eproto ()
 

Detailed Description

Definition at line 966 of file RealmList.pb.h.

Constructor & Destructor Documentation

◆ IPAddress() [1/2]

JSON::RealmList::IPAddress::IPAddress ( )

◆ ~IPAddress()

virtual JSON::RealmList::IPAddress::~IPAddress ( )
virtual

◆ IPAddress() [2/2]

JSON::RealmList::IPAddress::IPAddress ( const IPAddress from)

Member Function Documentation

◆ clear_has_ip()

void JSON::RealmList::IPAddress::clear_has_ip ( )
inlineprivate

Definition at line 2472 of file RealmList.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_port()

void JSON::RealmList::IPAddress::clear_has_port ( )
inlineprivate

Definition at line 2548 of file RealmList.pb.h.

+ Here is the caller graph for this function:

◆ clear_ip()

void JSON::RealmList::IPAddress::clear_ip ( )
inline

Definition at line 2475 of file RealmList.pb.h.

+ Here is the call graph for this function:

◆ clear_port()

void JSON::RealmList::IPAddress::clear_port ( )
inline

Definition at line 2551 of file RealmList.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const IPAddress & JSON::RealmList::IPAddress::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * JSON::RealmList::IPAddress::descriptor ( )
static

◆ GetCachedSize()

int JSON::RealmList::IPAddress::GetCachedSize ( ) const
inline

Definition at line 994 of file RealmList.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata JSON::RealmList::IPAddress::GetMetadata ( ) const

◆ has_ip()

bool JSON::RealmList::IPAddress::has_ip ( ) const
inline

Definition at line 2466 of file RealmList.pb.h.

◆ has_port()

bool JSON::RealmList::IPAddress::has_port ( ) const
inline

Definition at line 2542 of file RealmList.pb.h.

◆ InitAsDefaultInstance()

void JSON::RealmList::IPAddress::InitAsDefaultInstance ( )
private

◆ ip()

const ::std::string & JSON::RealmList::IPAddress::ip ( ) const
inline

Definition at line 2481 of file RealmList.pb.h.

+ Here is the caller graph for this function:

◆ mutable_ip()

std::string * JSON::RealmList::IPAddress::mutable_ip ( )
inline

Definition at line 2509 of file RealmList.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * JSON::RealmList::IPAddress::mutable_unknown_fields ( )
inline

Definition at line 982 of file RealmList.pb.h.

◆ New()

IPAddress * JSON::RealmList::IPAddress::New ( ) const

◆ operator=()

IPAddress & JSON::RealmList::IPAddress::operator= ( const IPAddress from)
inline

Definition at line 973 of file RealmList.pb.h.

◆ port()

google::protobuf::uint32 JSON::RealmList::IPAddress::port ( ) const
inline

Definition at line 2555 of file RealmList.pb.h.

◆ release_ip()

std::string * JSON::RealmList::IPAddress::release_ip ( )
inline

Definition at line 2517 of file RealmList.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_ip()

void JSON::RealmList::IPAddress::set_allocated_ip ( ::std::string *  ip)
inline

Definition at line 2527 of file RealmList.pb.h.

+ Here is the call graph for this function:

◆ set_has_ip()

void JSON::RealmList::IPAddress::set_has_ip ( )
inlineprivate

Definition at line 2469 of file RealmList.pb.h.

+ Here is the caller graph for this function:

◆ set_has_port()

void JSON::RealmList::IPAddress::set_has_port ( )
inlineprivate

Definition at line 2545 of file RealmList.pb.h.

+ Here is the caller graph for this function:

◆ set_ip() [1/3]

void JSON::RealmList::IPAddress::set_ip ( const ::std::string &  value)
inline

Definition at line 2485 of file RealmList.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_ip() [2/3]

void JSON::RealmList::IPAddress::set_ip ( const char *  value)
inline

Definition at line 2493 of file RealmList.pb.h.

+ Here is the call graph for this function:

◆ set_ip() [3/3]

void JSON::RealmList::IPAddress::set_ip ( const char *  value,
size_t  size 
)
inline

Definition at line 2501 of file RealmList.pb.h.

+ Here is the call graph for this function:

◆ set_port()

void JSON::RealmList::IPAddress::set_port ( ::google::protobuf::uint32  value)
inline

Definition at line 2559 of file RealmList.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SetCachedSize()

void JSON::RealmList::IPAddress::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void JSON::RealmList::IPAddress::SharedCtor ( )
private

◆ SharedDtor()

void JSON::RealmList::IPAddress::SharedDtor ( )
private

◆ Swap()

void JSON::RealmList::IPAddress::Swap ( IPAddress other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & JSON::RealmList::IPAddress::unknown_fields ( ) const
inline

Definition at line 978 of file RealmList.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_RealmList_2eproto

void TC_PROTO_API protobuf_AddDesc_RealmList_2eproto ( )
friend

◆ protobuf_AssignDesc_RealmList_2eproto

void protobuf_AssignDesc_RealmList_2eproto ( )
friend

◆ protobuf_ShutdownFile_RealmList_2eproto

void protobuf_ShutdownFile_RealmList_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int JSON::RealmList::IPAddress::_cached_size_
mutableprivate

Definition at line 1035 of file RealmList.pb.h.

◆ _has_bits_

::google::protobuf::uint32 JSON::RealmList::IPAddress::_has_bits_[1]
private

Definition at line 1034 of file RealmList.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet JSON::RealmList::IPAddress::_unknown_fields_
private

Definition at line 1032 of file RealmList.pb.h.

◆ default_instance_

IPAddress* JSON::RealmList::IPAddress::default_instance_
staticprivate

Definition at line 1043 of file RealmList.pb.h.

◆ ip_

::std::string* JSON::RealmList::IPAddress::ip_
private

Definition at line 1036 of file RealmList.pb.h.

◆ kIpFieldNumber

const int JSON::RealmList::IPAddress::kIpFieldNumber = 1
static

Definition at line 1009 of file RealmList.pb.h.

◆ kPortFieldNumber

const int JSON::RealmList::IPAddress::kPortFieldNumber = 2
static

Definition at line 1021 of file RealmList.pb.h.

◆ port_

::google::protobuf::uint32 JSON::RealmList::IPAddress::port_
private

Definition at line 1037 of file RealmList.pb.h.


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