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

#include <RealmList.pb.h>

Public Member Functions

 ClientVersion ()
 
virtual ~ClientVersion ()
 
 ClientVersion (const ClientVersion &from)
 
ClientVersionoperator= (const ClientVersion &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ClientVersion *other)
 
ClientVersionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_versionmajor () const
 
void clear_versionmajor ()
 
inline::google::protobuf::uint32 versionmajor () const
 
void set_versionmajor (::google::protobuf::uint32 value)
 
bool has_versionminor () const
 
void clear_versionminor ()
 
inline::google::protobuf::uint32 versionminor () const
 
void set_versionminor (::google::protobuf::uint32 value)
 
bool has_versionrevision () const
 
void clear_versionrevision ()
 
inline::google::protobuf::uint32 versionrevision () const
 
void set_versionrevision (::google::protobuf::uint32 value)
 
bool has_versionbuild () const
 
void clear_versionbuild ()
 
inline::google::protobuf::uint32 versionbuild () const
 
void set_versionbuild (::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 ClientVersiondefault_instance ()
 

Static Public Attributes

static const int kVersionMajorFieldNumber = 1
 
static const int kVersionMinorFieldNumber = 2
 
static const int kVersionRevisionFieldNumber = 3
 
static const int kVersionBuildFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_versionmajor ()
 
void clear_has_versionmajor ()
 
void set_has_versionminor ()
 
void clear_has_versionminor ()
 
void set_has_versionrevision ()
 
void clear_has_versionrevision ()
 
void set_has_versionbuild ()
 
void clear_has_versionbuild ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 versionmajor_
 
::google::protobuf::uint32 versionminor_
 
::google::protobuf::uint32 versionrevision_
 
::google::protobuf::uint32 versionbuild_
 

Static Private Attributes

static ClientVersiondefault_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::ClientVersion::ClientVersion ( )
virtual JSON::RealmList::ClientVersion::~ClientVersion ( )
virtual
JSON::RealmList::ClientVersion::ClientVersion ( const ClientVersion from)

Member Function Documentation

void JSON::RealmList::ClientVersion::clear_has_versionbuild ( )
inlineprivate
1289  {
1290  _has_bits_[0] &= ~0x00000008u;
1291 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::clear_has_versionmajor ( )
inlineprivate
1217  {
1218  _has_bits_[0] &= ~0x00000001u;
1219 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::clear_has_versionminor ( )
inlineprivate
1241  {
1242  _has_bits_[0] &= ~0x00000002u;
1243 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::clear_has_versionrevision ( )
inlineprivate
1265  {
1266  _has_bits_[0] &= ~0x00000004u;
1267 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::clear_versionbuild ( )
inline
1292  {
1293  versionbuild_ = 0u;
1295 }
::google::protobuf::uint32 versionbuild_
Definition: RealmList.pb.h:215
void clear_has_versionbuild()
Definition: RealmList.pb.h:1289

+ Here is the call graph for this function:

void JSON::RealmList::ClientVersion::clear_versionmajor ( )
inline
1220  {
1221  versionmajor_ = 0u;
1223 }
::google::protobuf::uint32 versionmajor_
Definition: RealmList.pb.h:212
void clear_has_versionmajor()
Definition: RealmList.pb.h:1217

+ Here is the call graph for this function:

void JSON::RealmList::ClientVersion::clear_versionminor ( )
inline
1244  {
1245  versionminor_ = 0u;
1247 }
void clear_has_versionminor()
Definition: RealmList.pb.h:1241
::google::protobuf::uint32 versionminor_
Definition: RealmList.pb.h:213

+ Here is the call graph for this function:

void JSON::RealmList::ClientVersion::clear_versionrevision ( )
inline
1268  {
1269  versionrevision_ = 0u;
1271 }
void clear_has_versionrevision()
Definition: RealmList.pb.h:1265
::google::protobuf::uint32 versionrevision_
Definition: RealmList.pb.h:214

+ Here is the call graph for this function:

static const ClientVersion& JSON::RealmList::ClientVersion::default_instance ( )
static
static const ::google::protobuf::Descriptor* JSON::RealmList::ClientVersion::descriptor ( )
static
int JSON::RealmList::ClientVersion::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

157 { return _cached_size_; }
int _cached_size_
Definition: RealmList.pb.h:211
::google::protobuf::Metadata JSON::RealmList::ClientVersion::GetMetadata ( ) const
virtual
bool JSON::RealmList::ClientVersion::has_versionbuild ( ) const
inline
1283  {
1284  return (_has_bits_[0] & 0x00000008u) != 0;
1285 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210
bool JSON::RealmList::ClientVersion::has_versionmajor ( ) const
inline
1211  {
1212  return (_has_bits_[0] & 0x00000001u) != 0;
1213 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210
bool JSON::RealmList::ClientVersion::has_versionminor ( ) const
inline
1235  {
1236  return (_has_bits_[0] & 0x00000002u) != 0;
1237 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210
bool JSON::RealmList::ClientVersion::has_versionrevision ( ) const
inline
1259  {
1260  return (_has_bits_[0] & 0x00000004u) != 0;
1261 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210
void JSON::RealmList::ClientVersion::InitAsDefaultInstance ( )
private
inline ::google::protobuf::UnknownFieldSet* JSON::RealmList::ClientVersion::mutable_unknown_fields ( )
inline
145  {
146  return &_unknown_fields_;
147  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:208
ClientVersion* JSON::RealmList::ClientVersion::New ( ) const
virtual
ClientVersion& JSON::RealmList::ClientVersion::operator= ( const ClientVersion from)
inline
136  {
137  CopyFrom(from);
138  return *this;
139  }
virtual void CopyFrom(const Message &from)
void JSON::RealmList::ClientVersion::set_has_versionbuild ( )
inlineprivate
1286  {
1287  _has_bits_[0] |= 0x00000008u;
1288 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::set_has_versionmajor ( )
inlineprivate
1214  {
1215  _has_bits_[0] |= 0x00000001u;
1216 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::set_has_versionminor ( )
inlineprivate
1238  {
1239  _has_bits_[0] |= 0x00000002u;
1240 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::set_has_versionrevision ( )
inlineprivate
1262  {
1263  _has_bits_[0] |= 0x00000004u;
1264 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:210

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::set_versionbuild ( ::google::protobuf::uint32  value)
inline
1300  {
1302  versionbuild_ = value;
1303  // @@protoc_insertion_point(field_set:JSON.RealmList.ClientVersion.versionBuild)
1304 }
::google::protobuf::uint32 versionbuild_
Definition: RealmList.pb.h:215
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_versionbuild()
Definition: RealmList.pb.h:1286

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::set_versionmajor ( ::google::protobuf::uint32  value)
inline
1228  {
1230  versionmajor_ = value;
1231  // @@protoc_insertion_point(field_set:JSON.RealmList.ClientVersion.versionMajor)
1232 }
::google::protobuf::uint32 versionmajor_
Definition: RealmList.pb.h:212
void set_has_versionmajor()
Definition: RealmList.pb.h:1214
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::ClientVersion::set_versionminor ( ::google::protobuf::uint32  value)
inline
1252  {
1254  versionminor_ = value;
1255  // @@protoc_insertion_point(field_set:JSON.RealmList.ClientVersion.versionMinor)
1256 }
::google::protobuf::uint32 versionminor_
Definition: RealmList.pb.h:213
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_versionminor()
Definition: RealmList.pb.h:1238

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void JSON::RealmList::ClientVersion::set_versionrevision ( ::google::protobuf::uint32  value)
inline
1276  {
1279  // @@protoc_insertion_point(field_set:JSON.RealmList.ClientVersion.versionRevision)
1280 }
::google::protobuf::uint32 versionrevision_
Definition: RealmList.pb.h:214
void set_has_versionrevision()
Definition: RealmList.pb.h:1262
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::ClientVersion::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void JSON::RealmList::ClientVersion::SharedCtor ( )
private
void JSON::RealmList::ClientVersion::SharedDtor ( )
private
void JSON::RealmList::ClientVersion::Swap ( ClientVersion other)
const ::google::protobuf::UnknownFieldSet& JSON::RealmList::ClientVersion::unknown_fields ( ) const
inline
141  {
142  return _unknown_fields_;
143  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:208
google::protobuf::uint32 JSON::RealmList::ClientVersion::versionbuild ( ) const
inline
1296  {
1297  // @@protoc_insertion_point(field_get:JSON.RealmList.ClientVersion.versionBuild)
1298  return versionbuild_;
1299 }
::google::protobuf::uint32 versionbuild_
Definition: RealmList.pb.h:215

+ Here is the caller graph for this function:

google::protobuf::uint32 JSON::RealmList::ClientVersion::versionmajor ( ) const
inline
1224  {
1225  // @@protoc_insertion_point(field_get:JSON.RealmList.ClientVersion.versionMajor)
1226  return versionmajor_;
1227 }
::google::protobuf::uint32 versionmajor_
Definition: RealmList.pb.h:212
google::protobuf::uint32 JSON::RealmList::ClientVersion::versionminor ( ) const
inline
1248  {
1249  // @@protoc_insertion_point(field_get:JSON.RealmList.ClientVersion.versionMinor)
1250  return versionminor_;
1251 }
::google::protobuf::uint32 versionminor_
Definition: RealmList.pb.h:213
google::protobuf::uint32 JSON::RealmList::ClientVersion::versionrevision ( ) const
inline
1272  {
1273  // @@protoc_insertion_point(field_get:JSON.RealmList.ClientVersion.versionRevision)
1274  return versionrevision_;
1275 }
::google::protobuf::uint32 versionrevision_
Definition: RealmList.pb.h:214

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::ClientVersion::_cached_size_
mutableprivate
::google::protobuf::uint32 JSON::RealmList::ClientVersion::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet JSON::RealmList::ClientVersion::_unknown_fields_
private
ClientVersion* JSON::RealmList::ClientVersion::default_instance_
staticprivate
const int JSON::RealmList::ClientVersion::kVersionBuildFieldNumber = 4
static
const int JSON::RealmList::ClientVersion::kVersionMajorFieldNumber = 1
static
const int JSON::RealmList::ClientVersion::kVersionMinorFieldNumber = 2
static
const int JSON::RealmList::ClientVersion::kVersionRevisionFieldNumber = 3
static
::google::protobuf::uint32 JSON::RealmList::ClientVersion::versionbuild_
private
::google::protobuf::uint32 JSON::RealmList::ClientVersion::versionmajor_
private
::google::protobuf::uint32 JSON::RealmList::ClientVersion::versionminor_
private
::google::protobuf::uint32 JSON::RealmList::ClientVersion::versionrevision_
private

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