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

#include <RealmList.pb.h>

Public Member Functions

 RealmListUpdates ()
 
virtual ~RealmListUpdates ()
 
 RealmListUpdates (const RealmListUpdates &from)
 
RealmListUpdatesoperator= (const RealmListUpdates &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RealmListUpdates *other)
 
RealmListUpdatesNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int updates_size () const
 
void clear_updates ()
 
const
::JSON::RealmList::RealmState
updates (int index) const
 
inline::JSON::RealmList::RealmState * mutable_updates (int index)
 
inline::JSON::RealmList::RealmState * add_updates ()
 
const
::google::protobuf::RepeatedPtrField
< ::JSON::RealmList::RealmState > & 
updates () const
 
inline::google::protobuf::RepeatedPtrField
< ::JSON::RealmList::RealmState > * 
mutable_updates ()
 
- 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 RealmListUpdatesdefault_instance ()
 

Static Public Attributes

static const int kUpdatesFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField
< ::JSON::RealmList::RealmState
updates_
 

Static Private Attributes

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

Member Function Documentation

JSON::RealmList::RealmState * JSON::RealmList::RealmListUpdates::add_updates ( )
inline
2255  {
2256  // @@protoc_insertion_point(field_add:JSON.RealmList.RealmListUpdates.updates)
2257  return updates_.Add();
2258 }
::google::protobuf::RepeatedPtrField< ::JSON::RealmList::RealmState > updates_
Definition: RealmList.pb.h:911

+ Here is the caller graph for this function:

void JSON::RealmList::RealmListUpdates::clear_updates ( )
inline
2244  {
2245  updates_.Clear();
2246 }
::google::protobuf::RepeatedPtrField< ::JSON::RealmList::RealmState > updates_
Definition: RealmList.pb.h:911
static const RealmListUpdates& JSON::RealmList::RealmListUpdates::default_instance ( )
static
static const ::google::protobuf::Descriptor* JSON::RealmList::RealmListUpdates::descriptor ( )
static
int JSON::RealmList::RealmListUpdates::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

880 { return _cached_size_; }
int _cached_size_
Definition: RealmList.pb.h:910
::google::protobuf::Metadata JSON::RealmList::RealmListUpdates::GetMetadata ( ) const
virtual
void JSON::RealmList::RealmListUpdates::InitAsDefaultInstance ( )
private
inline ::google::protobuf::UnknownFieldSet* JSON::RealmList::RealmListUpdates::mutable_unknown_fields ( )
inline
868  {
869  return &_unknown_fields_;
870  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:907
JSON::RealmList::RealmState * JSON::RealmList::RealmListUpdates::mutable_updates ( int  index)
inline
2251  {
2252  // @@protoc_insertion_point(field_mutable:JSON.RealmList.RealmListUpdates.updates)
2253  return updates_.Mutable(index);
2254 }
::google::protobuf::RepeatedPtrField< ::JSON::RealmList::RealmState > updates_
Definition: RealmList.pb.h:911
google::protobuf::RepeatedPtrField<::JSON::RealmList::RealmState > * JSON::RealmList::RealmListUpdates::mutable_updates ( )
inline
2265  {
2266  // @@protoc_insertion_point(field_mutable_list:JSON.RealmList.RealmListUpdates.updates)
2267  return &updates_;
2268 }
::google::protobuf::RepeatedPtrField< ::JSON::RealmList::RealmState > updates_
Definition: RealmList.pb.h:911
RealmListUpdates* JSON::RealmList::RealmListUpdates::New ( ) const
virtual
RealmListUpdates& JSON::RealmList::RealmListUpdates::operator= ( const RealmListUpdates from)
inline
859  {
860  CopyFrom(from);
861  return *this;
862  }
virtual void CopyFrom(const Message &from)
void JSON::RealmList::RealmListUpdates::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void JSON::RealmList::RealmListUpdates::SharedCtor ( )
private
void JSON::RealmList::RealmListUpdates::SharedDtor ( )
private
void JSON::RealmList::RealmListUpdates::Swap ( RealmListUpdates other)
const ::google::protobuf::UnknownFieldSet& JSON::RealmList::RealmListUpdates::unknown_fields ( ) const
inline
864  {
865  return _unknown_fields_;
866  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: RealmList.pb.h:907
const ::JSON::RealmList::RealmState & JSON::RealmList::RealmListUpdates::updates ( int  index) const
inline
2247  {
2248  // @@protoc_insertion_point(field_get:JSON.RealmList.RealmListUpdates.updates)
2249  return updates_.Get(index);
2250 }
::google::protobuf::RepeatedPtrField< ::JSON::RealmList::RealmState > updates_
Definition: RealmList.pb.h:911
const ::google::protobuf::RepeatedPtrField<::JSON::RealmList::RealmState > & JSON::RealmList::RealmListUpdates::updates ( ) const
inline
2260  {
2261  // @@protoc_insertion_point(field_list:JSON.RealmList.RealmListUpdates.updates)
2262  return updates_;
2263 }
::google::protobuf::RepeatedPtrField< ::JSON::RealmList::RealmState > updates_
Definition: RealmList.pb.h:911
int JSON::RealmList::RealmListUpdates::updates_size ( ) const
inline
2241  {
2242  return updates_.size();
2243 }
::google::protobuf::RepeatedPtrField< ::JSON::RealmList::RealmState > updates_
Definition: RealmList.pb.h:911

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::RealmListUpdates::_cached_size_
mutableprivate
::google::protobuf::uint32 JSON::RealmList::RealmListUpdates::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet JSON::RealmList::RealmListUpdates::_unknown_fields_
private
RealmListUpdates* JSON::RealmList::RealmListUpdates::default_instance_
staticprivate
const int JSON::RealmList::RealmListUpdates::kUpdatesFieldNumber = 1
static
::google::protobuf::RepeatedPtrField< ::JSON::RealmList::RealmState > JSON::RealmList::RealmListUpdates::updates_
private

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