TrinityCore
JSON::RealmList::RealmCharacterCountEntry Class Reference

#include <RealmList.pb.h>

+ Inheritance diagram for JSON::RealmList::RealmCharacterCountEntry:

Public Member Functions

 RealmCharacterCountEntry ()
 
virtual ~RealmCharacterCountEntry ()
 
 RealmCharacterCountEntry (const RealmCharacterCountEntry &from)
 
RealmCharacterCountEntryoperator= (const RealmCharacterCountEntry &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RealmCharacterCountEntry *other)
 
RealmCharacterCountEntryNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_wowrealmaddress () const
 
void clear_wowrealmaddress ()
 
inline ::google::protobuf::uint32 wowrealmaddress () const
 
void set_wowrealmaddress (::google::protobuf::uint32 value)
 
bool has_count () const
 
void clear_count ()
 
inline ::google::protobuf::uint32 count () const
 
void set_count (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kWowRealmAddressFieldNumber = 1
 
static const int kCountFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_wowrealmaddress ()
 
void clear_has_wowrealmaddress ()
 
void set_has_count ()
 
void clear_has_count ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 wowrealmaddress_
 
::google::protobuf::uint32 count_
 

Static Private Attributes

static RealmCharacterCountEntrydefault_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 511 of file RealmList.pb.h.

Constructor & Destructor Documentation

◆ RealmCharacterCountEntry() [1/2]

JSON::RealmList::RealmCharacterCountEntry::RealmCharacterCountEntry ( )

◆ ~RealmCharacterCountEntry()

virtual JSON::RealmList::RealmCharacterCountEntry::~RealmCharacterCountEntry ( )
virtual

◆ RealmCharacterCountEntry() [2/2]

JSON::RealmList::RealmCharacterCountEntry::RealmCharacterCountEntry ( const RealmCharacterCountEntry from)

Member Function Documentation

◆ clear_count()

void JSON::RealmList::RealmCharacterCountEntry::clear_count ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_count()

void JSON::RealmList::RealmCharacterCountEntry::clear_has_count ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_wowrealmaddress()

void JSON::RealmList::RealmCharacterCountEntry::clear_has_wowrealmaddress ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_wowrealmaddress()

void JSON::RealmList::RealmCharacterCountEntry::clear_wowrealmaddress ( )
inline

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

+ Here is the call graph for this function:

◆ count()

google::protobuf::uint32 JSON::RealmList::RealmCharacterCountEntry::count ( ) const
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_count()

bool JSON::RealmList::RealmCharacterCountEntry::has_count ( ) const
inline

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

◆ has_wowrealmaddress()

bool JSON::RealmList::RealmCharacterCountEntry::has_wowrealmaddress ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ set_count()

void JSON::RealmList::RealmCharacterCountEntry::set_count ( ::google::protobuf::uint32  value)
inline

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

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

◆ set_has_count()

void JSON::RealmList::RealmCharacterCountEntry::set_has_count ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_wowrealmaddress()

void JSON::RealmList::RealmCharacterCountEntry::set_has_wowrealmaddress ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_wowrealmaddress()

void JSON::RealmList::RealmCharacterCountEntry::set_wowrealmaddress ( ::google::protobuf::uint32  value)
inline

Definition at line 1981 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::RealmCharacterCountEntry::SetCachedSize ( int  size) const
private

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ wowrealmaddress()

google::protobuf::uint32 JSON::RealmList::RealmCharacterCountEntry::wowrealmaddress ( ) const
inline

Definition at line 1977 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::RealmCharacterCountEntry::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ count_

::google::protobuf::uint32 JSON::RealmList::RealmCharacterCountEntry::count_
private

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

◆ default_instance_

RealmCharacterCountEntry* JSON::RealmList::RealmCharacterCountEntry::default_instance_
staticprivate

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

◆ kCountFieldNumber

const int JSON::RealmList::RealmCharacterCountEntry::kCountFieldNumber = 2
static

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

◆ kWowRealmAddressFieldNumber

const int JSON::RealmList::RealmCharacterCountEntry::kWowRealmAddressFieldNumber = 1
static

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

◆ wowrealmaddress_

::google::protobuf::uint32 JSON::RealmList::RealmCharacterCountEntry::wowrealmaddress_
private

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


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