TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
JSON::RealmList::RealmCharacterCountEntry Class Reference

#include <RealmList.pb.h>

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)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void Clear ()
 
virtual bool IsInitialized () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual int ByteSize () const
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const
RealmCharacterCountEntry
default_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_SHARED_API protobuf_AddDesc_RealmList_2eproto ()
 
void protobuf_AssignDesc_RealmList_2eproto ()
 
void protobuf_ShutdownFile_RealmList_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

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

Member Function Documentation

void JSON::RealmList::RealmCharacterCountEntry::clear_count ( )
inline
1806  {
1807  count_ = 0u;
1808  clear_has_count();
1809 }
void clear_has_count()
Definition: RealmList.pb.h:1803
::google::protobuf::uint32 count_
Definition: RealmList.pb.h:532

+ Here is the call graph for this function:

void JSON::RealmList::RealmCharacterCountEntry::clear_has_count ( )
inlineprivate
1803  {
1804  _has_bits_[0] &= ~0x00000002u;
1805 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:529

+ Here is the caller graph for this function:

void JSON::RealmList::RealmCharacterCountEntry::clear_has_wowrealmaddress ( )
inlineprivate
1779  {
1780  _has_bits_[0] &= ~0x00000001u;
1781 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:529

+ Here is the caller graph for this function:

void JSON::RealmList::RealmCharacterCountEntry::clear_wowrealmaddress ( )
inline
1782  {
1783  wowrealmaddress_ = 0u;
1785 }
::google::protobuf::uint32 wowrealmaddress_
Definition: RealmList.pb.h:531
void clear_has_wowrealmaddress()
Definition: RealmList.pb.h:1779

+ Here is the call graph for this function:

google::protobuf::uint32 JSON::RealmList::RealmCharacterCountEntry::count ( ) const
inline
1810  {
1811  // @@protoc_insertion_point(field_get:JSON.RealmList.RealmCharacterCountEntry.count)
1812  return count_;
1813 }
::google::protobuf::uint32 count_
Definition: RealmList.pb.h:532
static const RealmCharacterCountEntry& JSON::RealmList::RealmCharacterCountEntry::default_instance ( )
static
static const ::google::protobuf::Descriptor* JSON::RealmList::RealmCharacterCountEntry::descriptor ( )
static
int JSON::RealmList::RealmCharacterCountEntry::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

494 { return _cached_size_; }
int _cached_size_
Definition: RealmList.pb.h:530
::google::protobuf::Metadata JSON::RealmList::RealmCharacterCountEntry::GetMetadata ( ) const
virtual
bool JSON::RealmList::RealmCharacterCountEntry::has_count ( ) const
inline
1797  {
1798  return (_has_bits_[0] & 0x00000002u) != 0;
1799 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:529
bool JSON::RealmList::RealmCharacterCountEntry::has_wowrealmaddress ( ) const
inline
1773  {
1774  return (_has_bits_[0] & 0x00000001u) != 0;
1775 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:529
void JSON::RealmList::RealmCharacterCountEntry::InitAsDefaultInstance ( )
private
inline ::google::protobuf::UnknownFieldSet* JSON::RealmList::RealmCharacterCountEntry::mutable_unknown_fields ( )
inline
482  {
483  return &_unknown_fields_;
484  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:527
RealmCharacterCountEntry* JSON::RealmList::RealmCharacterCountEntry::New ( ) const
virtual
RealmCharacterCountEntry& JSON::RealmList::RealmCharacterCountEntry::operator= ( const RealmCharacterCountEntry from)
inline
473  {
474  CopyFrom(from);
475  return *this;
476  }
virtual void CopyFrom(const Message &from)
void JSON::RealmList::RealmCharacterCountEntry::set_count ( ::google::protobuf::uint32  value)
inline
1814  {
1815  set_has_count();
1816  count_ = value;
1817  // @@protoc_insertion_point(field_set:JSON.RealmList.RealmCharacterCountEntry.count)
1818 }
void set_has_count()
Definition: RealmList.pb.h:1800
const FieldDescriptor value
Definition: descriptor.h:1522
::google::protobuf::uint32 count_
Definition: RealmList.pb.h:532

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void JSON::RealmList::RealmCharacterCountEntry::set_has_count ( )
inlineprivate
1800  {
1801  _has_bits_[0] |= 0x00000002u;
1802 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:529

+ Here is the caller graph for this function:

void JSON::RealmList::RealmCharacterCountEntry::set_has_wowrealmaddress ( )
inlineprivate
1776  {
1777  _has_bits_[0] |= 0x00000001u;
1778 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:529

+ Here is the caller graph for this function:

void JSON::RealmList::RealmCharacterCountEntry::set_wowrealmaddress ( ::google::protobuf::uint32  value)
inline
1790  {
1793  // @@protoc_insertion_point(field_set:JSON.RealmList.RealmCharacterCountEntry.wowRealmAddress)
1794 }
::google::protobuf::uint32 wowrealmaddress_
Definition: RealmList.pb.h:531
void set_has_wowrealmaddress()
Definition: RealmList.pb.h:1776
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void JSON::RealmList::RealmCharacterCountEntry::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void JSON::RealmList::RealmCharacterCountEntry::SharedCtor ( )
private
void JSON::RealmList::RealmCharacterCountEntry::SharedDtor ( )
private
void JSON::RealmList::RealmCharacterCountEntry::Swap ( RealmCharacterCountEntry other)
const ::google::protobuf::UnknownFieldSet& JSON::RealmList::RealmCharacterCountEntry::unknown_fields ( ) const
inline
478  {
479  return _unknown_fields_;
480  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:527
google::protobuf::uint32 JSON::RealmList::RealmCharacterCountEntry::wowrealmaddress ( ) const
inline
1786  {
1787  // @@protoc_insertion_point(field_get:JSON.RealmList.RealmCharacterCountEntry.wowRealmAddress)
1788  return wowrealmaddress_;
1789 }
::google::protobuf::uint32 wowrealmaddress_
Definition: RealmList.pb.h:531

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_RealmList_2eproto ( )
friend
void protobuf_AssignDesc_RealmList_2eproto ( )
friend
void protobuf_ShutdownFile_RealmList_2eproto ( )
friend

Member Data Documentation

int JSON::RealmList::RealmCharacterCountEntry::_cached_size_
mutableprivate
::google::protobuf::uint32 JSON::RealmList::RealmCharacterCountEntry::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet JSON::RealmList::RealmCharacterCountEntry::_unknown_fields_
private
::google::protobuf::uint32 JSON::RealmList::RealmCharacterCountEntry::count_
private
RealmCharacterCountEntry* JSON::RealmList::RealmCharacterCountEntry::default_instance_
staticprivate
const int JSON::RealmList::RealmCharacterCountEntry::kCountFieldNumber = 2
static
const int JSON::RealmList::RealmCharacterCountEntry::kWowRealmAddressFieldNumber = 1
static
::google::protobuf::uint32 JSON::RealmList::RealmCharacterCountEntry::wowrealmaddress_
private

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