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

#include <RealmList.pb.h>

Public Member Functions

 RealmState ()
 
virtual ~RealmState ()
 
 RealmState (const RealmState &from)
 
RealmStateoperator= (const RealmState &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RealmState *other)
 
RealmStateNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_update () const
 
void clear_update ()
 
const
::JSON::RealmList::RealmEntry
update () const
 
inline::JSON::RealmList::RealmEntry * mutable_update ()
 
inline::JSON::RealmList::RealmEntry * release_update ()
 
void set_allocated_update (::JSON::RealmList::RealmEntry *update)
 
bool has_deleting () const
 
void clear_deleting ()
 
bool deleting () const
 
void set_deleting (bool 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 RealmStatedefault_instance ()
 

Static Public Attributes

static const int kUpdateFieldNumber = 1
 
static const int kDeletingFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_update ()
 
void clear_has_update ()
 
void set_has_deleting ()
 
void clear_has_deleting ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::JSON::RealmList::RealmEntryupdate_
 
bool deleting_
 

Static Private Attributes

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

Member Function Documentation

void JSON::RealmList::RealmState::clear_deleting ( )
inline
2222  {
2223  deleting_ = false;
2225 }
void clear_has_deleting()
Definition: RealmList.pb.h:2219
bool deleting_
Definition: RealmList.pb.h:842

+ Here is the call graph for this function:

void JSON::RealmList::RealmState::clear_has_deleting ( )
inlineprivate
2219  {
2220  _has_bits_[0] &= ~0x00000002u;
2221 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:839

+ Here is the caller graph for this function:

void JSON::RealmList::RealmState::clear_has_update ( )
inlineprivate
2178  {
2179  _has_bits_[0] &= ~0x00000001u;
2180 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:839

+ Here is the caller graph for this function:

void JSON::RealmList::RealmState::clear_update ( )
inline
2181  {
2182  if (update_ != NULL) update_->::JSON::RealmList::RealmEntry::Clear();
2183  clear_has_update();
2184 }
arena_t NULL
Definition: jemalloc_internal.h:624
::JSON::RealmList::RealmEntry * update_
Definition: RealmList.pb.h:841
void clear_has_update()
Definition: RealmList.pb.h:2178

+ Here is the call graph for this function:

static const RealmState& JSON::RealmList::RealmState::default_instance ( )
static
bool JSON::RealmList::RealmState::deleting ( ) const
inline
2226  {
2227  // @@protoc_insertion_point(field_get:JSON.RealmList.RealmState.deleting)
2228  return deleting_;
2229 }
bool deleting_
Definition: RealmList.pb.h:842
static const ::google::protobuf::Descriptor* JSON::RealmList::RealmState::descriptor ( )
static
int JSON::RealmList::RealmState::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

802 { return _cached_size_; }
int _cached_size_
Definition: RealmList.pb.h:840
::google::protobuf::Metadata JSON::RealmList::RealmState::GetMetadata ( ) const
virtual
bool JSON::RealmList::RealmState::has_deleting ( ) const
inline
2213  {
2214  return (_has_bits_[0] & 0x00000002u) != 0;
2215 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:839
bool JSON::RealmList::RealmState::has_update ( ) const
inline
2172  {
2173  return (_has_bits_[0] & 0x00000001u) != 0;
2174 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:839
void JSON::RealmList::RealmState::InitAsDefaultInstance ( )
private
inline ::google::protobuf::UnknownFieldSet* JSON::RealmList::RealmState::mutable_unknown_fields ( )
inline
790  {
791  return &_unknown_fields_;
792  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:837
JSON::RealmList::RealmEntry * JSON::RealmList::RealmState::mutable_update ( )
inline
2189  {
2190  set_has_update();
2191  if (update_ == NULL) update_ = new ::JSON::RealmList::RealmEntry;
2192  // @@protoc_insertion_point(field_mutable:JSON.RealmList.RealmState.update)
2193  return update_;
2194 }
arena_t NULL
Definition: jemalloc_internal.h:624
::JSON::RealmList::RealmEntry * update_
Definition: RealmList.pb.h:841
void set_has_update()
Definition: RealmList.pb.h:2175

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

RealmState* JSON::RealmList::RealmState::New ( ) const
virtual
RealmState& JSON::RealmList::RealmState::operator= ( const RealmState from)
inline
781  {
782  CopyFrom(from);
783  return *this;
784  }
virtual void CopyFrom(const Message &from)
JSON::RealmList::RealmEntry * JSON::RealmList::RealmState::release_update ( )
inline
2195  {
2196  clear_has_update();
2198  update_ = NULL;
2199  return temp;
2200 }
arena_t NULL
Definition: jemalloc_internal.h:624
::JSON::RealmList::RealmEntry * update_
Definition: RealmList.pb.h:841
void clear_has_update()
Definition: RealmList.pb.h:2178
Definition: RealmList.pb.h:611

+ Here is the call graph for this function:

void JSON::RealmList::RealmState::set_allocated_update ( ::JSON::RealmList::RealmEntry update)
inline
2201  {
2202  delete update_;
2203  update_ = update;
2204  if (update) {
2205  set_has_update();
2206  } else {
2207  clear_has_update();
2208  }
2209  // @@protoc_insertion_point(field_set_allocated:JSON.RealmList.RealmState.update)
2210 }
const ::JSON::RealmList::RealmEntry & update() const
Definition: RealmList.pb.h:2185
::JSON::RealmList::RealmEntry * update_
Definition: RealmList.pb.h:841
void clear_has_update()
Definition: RealmList.pb.h:2178
void set_has_update()
Definition: RealmList.pb.h:2175

+ Here is the call graph for this function:

void JSON::RealmList::RealmState::set_deleting ( bool  value)
inline
2230  {
2231  set_has_deleting();
2232  deleting_ = value;
2233  // @@protoc_insertion_point(field_set:JSON.RealmList.RealmState.deleting)
2234 }
bool deleting_
Definition: RealmList.pb.h:842
void set_has_deleting()
Definition: RealmList.pb.h:2216
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::RealmState::set_has_deleting ( )
inlineprivate
2216  {
2217  _has_bits_[0] |= 0x00000002u;
2218 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:839

+ Here is the caller graph for this function:

void JSON::RealmList::RealmState::set_has_update ( )
inlineprivate
2175  {
2176  _has_bits_[0] |= 0x00000001u;
2177 }
::google::protobuf::uint32 _has_bits_[1]
Definition: RealmList.pb.h:839

+ Here is the caller graph for this function:

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

Reimplemented from google::protobuf::Message.

void JSON::RealmList::RealmState::SharedCtor ( )
private
void JSON::RealmList::RealmState::SharedDtor ( )
private
void JSON::RealmList::RealmState::Swap ( RealmState other)
const ::google::protobuf::UnknownFieldSet& JSON::RealmList::RealmState::unknown_fields ( ) const
inline
786  {
787  return _unknown_fields_;
788  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:837
const ::JSON::RealmList::RealmEntry & JSON::RealmList::RealmState::update ( ) const
inline
2185  {
2186  // @@protoc_insertion_point(field_get:JSON.RealmList.RealmState.update)
2187  return update_ != NULL ? *update_ : *default_instance_->update_;
2188 }
arena_t NULL
Definition: jemalloc_internal.h:624
static RealmState * default_instance_
Definition: RealmList.pb.h:848
::JSON::RealmList::RealmEntry * update_
Definition: RealmList.pb.h:841

+ Here is the caller graph for this function:

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::RealmState::_cached_size_
mutableprivate
::google::protobuf::uint32 JSON::RealmList::RealmState::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet JSON::RealmList::RealmState::_unknown_fields_
private
RealmState* JSON::RealmList::RealmState::default_instance_
staticprivate
bool JSON::RealmList::RealmState::deleting_
private
const int JSON::RealmList::RealmState::kDeletingFieldNumber = 2
static
const int JSON::RealmList::RealmState::kUpdateFieldNumber = 1
static
::JSON::RealmList::RealmEntry* JSON::RealmList::RealmState::update_
private

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