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

#include <RealmList.pb.h>

Public Member Functions

 RealmListTicketIdentity ()
 
virtual ~RealmListTicketIdentity ()
 
 RealmListTicketIdentity (const RealmListTicketIdentity &from)
 
RealmListTicketIdentityoperator= (const RealmListTicketIdentity &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RealmListTicketIdentity *other)
 
RealmListTicketIdentityNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_gameaccountid () const
 
void clear_gameaccountid ()
 
inline::google::protobuf::uint32 gameaccountid () const
 
void set_gameaccountid (::google::protobuf::uint32 value)
 
bool has_gameaccountregion () const
 
void clear_gameaccountregion ()
 
inline::google::protobuf::uint32 gameaccountregion () const
 
void set_gameaccountregion (::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
RealmListTicketIdentity
default_instance ()
 

Static Public Attributes

static const int kGameAccountIDFieldNumber = 1
 
static const int kGameAccountRegionFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_gameaccountid ()
 
void clear_has_gameaccountid ()
 
void set_has_gameaccountregion ()
 
void clear_has_gameaccountregion ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 gameaccountid_
 
::google::protobuf::uint32 gameaccountregion_
 

Static Private Attributes

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

Member Function Documentation

void JSON::RealmList::RealmListTicketIdentity::clear_gameaccountid ( )
inline
1168  {
1169  gameaccountid_ = 0u;
1171 }
void clear_has_gameaccountid()
Definition: RealmList.pb.h:1165
::google::protobuf::uint32 gameaccountid_
Definition: RealmList.pb.h:118

+ Here is the call graph for this function:

void JSON::RealmList::RealmListTicketIdentity::clear_gameaccountregion ( )
inline
1192  {
1193  gameaccountregion_ = 0u;
1195 }
void clear_has_gameaccountregion()
Definition: RealmList.pb.h:1189
::google::protobuf::uint32 gameaccountregion_
Definition: RealmList.pb.h:119

+ Here is the call graph for this function:

void JSON::RealmList::RealmListTicketIdentity::clear_has_gameaccountid ( )
inlineprivate
1165  {
1166  _has_bits_[0] &= ~0x00000001u;
1167 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:116

+ Here is the caller graph for this function:

void JSON::RealmList::RealmListTicketIdentity::clear_has_gameaccountregion ( )
inlineprivate
1189  {
1190  _has_bits_[0] &= ~0x00000002u;
1191 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:116

+ Here is the caller graph for this function:

static const RealmListTicketIdentity& JSON::RealmList::RealmListTicketIdentity::default_instance ( )
static
static const ::google::protobuf::Descriptor* JSON::RealmList::RealmListTicketIdentity::descriptor ( )
static
google::protobuf::uint32 JSON::RealmList::RealmListTicketIdentity::gameaccountid ( ) const
inline
1172  {
1173  // @@protoc_insertion_point(field_get:JSON.RealmList.RealmListTicketIdentity.gameAccountID)
1174  return gameaccountid_;
1175 }
::google::protobuf::uint32 gameaccountid_
Definition: RealmList.pb.h:118

+ Here is the caller graph for this function:

google::protobuf::uint32 JSON::RealmList::RealmListTicketIdentity::gameaccountregion ( ) const
inline
1196  {
1197  // @@protoc_insertion_point(field_get:JSON.RealmList.RealmListTicketIdentity.gameAccountRegion)
1198  return gameaccountregion_;
1199 }
::google::protobuf::uint32 gameaccountregion_
Definition: RealmList.pb.h:119
int JSON::RealmList::RealmListTicketIdentity::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

81 { return _cached_size_; }
int _cached_size_
Definition: RealmList.pb.h:117
::google::protobuf::Metadata JSON::RealmList::RealmListTicketIdentity::GetMetadata ( ) const
virtual
bool JSON::RealmList::RealmListTicketIdentity::has_gameaccountid ( ) const
inline
1159  {
1160  return (_has_bits_[0] & 0x00000001u) != 0;
1161 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:116
bool JSON::RealmList::RealmListTicketIdentity::has_gameaccountregion ( ) const
inline
1183  {
1184  return (_has_bits_[0] & 0x00000002u) != 0;
1185 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:116
void JSON::RealmList::RealmListTicketIdentity::InitAsDefaultInstance ( )
private
inline ::google::protobuf::UnknownFieldSet* JSON::RealmList::RealmListTicketIdentity::mutable_unknown_fields ( )
inline
69  {
70  return &_unknown_fields_;
71  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:114
RealmListTicketIdentity* JSON::RealmList::RealmListTicketIdentity::New ( ) const
virtual
RealmListTicketIdentity& JSON::RealmList::RealmListTicketIdentity::operator= ( const RealmListTicketIdentity from)
inline
60  {
61  CopyFrom(from);
62  return *this;
63  }
virtual void CopyFrom(const Message &from)
void JSON::RealmList::RealmListTicketIdentity::set_gameaccountid ( ::google::protobuf::uint32  value)
inline
1176  {
1179  // @@protoc_insertion_point(field_set:JSON.RealmList.RealmListTicketIdentity.gameAccountID)
1180 }
void set_has_gameaccountid()
Definition: RealmList.pb.h:1162
::google::protobuf::uint32 gameaccountid_
Definition: RealmList.pb.h:118
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void JSON::RealmList::RealmListTicketIdentity::set_gameaccountregion ( ::google::protobuf::uint32  value)
inline
1200  {
1203  // @@protoc_insertion_point(field_set:JSON.RealmList.RealmListTicketIdentity.gameAccountRegion)
1204 }
::google::protobuf::uint32 gameaccountregion_
Definition: RealmList.pb.h:119
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_gameaccountregion()
Definition: RealmList.pb.h:1186

+ Here is the call graph for this function:

void JSON::RealmList::RealmListTicketIdentity::set_has_gameaccountid ( )
inlineprivate
1162  {
1163  _has_bits_[0] |= 0x00000001u;
1164 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:116

+ Here is the caller graph for this function:

void JSON::RealmList::RealmListTicketIdentity::set_has_gameaccountregion ( )
inlineprivate
1186  {
1187  _has_bits_[0] |= 0x00000002u;
1188 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:116

+ Here is the caller graph for this function:

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

Reimplemented from google::protobuf::Message.

void JSON::RealmList::RealmListTicketIdentity::SharedCtor ( )
private
void JSON::RealmList::RealmListTicketIdentity::SharedDtor ( )
private
void JSON::RealmList::RealmListTicketIdentity::Swap ( RealmListTicketIdentity other)
const ::google::protobuf::UnknownFieldSet& JSON::RealmList::RealmListTicketIdentity::unknown_fields ( ) const
inline
65  {
66  return _unknown_fields_;
67  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:114

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::RealmListTicketIdentity::_cached_size_
mutableprivate
::google::protobuf::uint32 JSON::RealmList::RealmListTicketIdentity::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet JSON::RealmList::RealmListTicketIdentity::_unknown_fields_
private
RealmListTicketIdentity* JSON::RealmList::RealmListTicketIdentity::default_instance_
staticprivate
::google::protobuf::uint32 JSON::RealmList::RealmListTicketIdentity::gameaccountid_
private
::google::protobuf::uint32 JSON::RealmList::RealmListTicketIdentity::gameaccountregion_
private
const int JSON::RealmList::RealmListTicketIdentity::kGameAccountIDFieldNumber = 1
static
const int JSON::RealmList::RealmListTicketIdentity::kGameAccountRegionFieldNumber = 2
static

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