TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::account::v1::GameSessionUpdateInfo Class Reference

#include <account_types.pb.h>

Public Member Functions

 GameSessionUpdateInfo ()
 
virtual ~GameSessionUpdateInfo ()
 
 GameSessionUpdateInfo (const GameSessionUpdateInfo &from)
 
GameSessionUpdateInfooperator= (const GameSessionUpdateInfo &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GameSessionUpdateInfo *other)
 
GameSessionUpdateInfoNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GameSessionUpdateInfo &from)
 
void MergeFrom (const GameSessionUpdateInfo &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_cais () const
 
void clear_cais ()
 
const
::bgs::protocol::account::v1::CAIS
cais () const
 
inline::bgs::protocol::account::v1::CAIS * mutable_cais ()
 
inline::bgs::protocol::account::v1::CAIS * release_cais ()
 
void set_allocated_cais (::bgs::protocol::account::v1::CAIS *cais)
 
- 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 CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
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
GameSessionUpdateInfo
default_instance ()
 

Static Public Attributes

static const int kCaisFieldNumber = 8
 

Private Member Functions

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

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::CAIScais_
 

Static Private Attributes

static GameSessionUpdateInfodefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_account_5ftypes_2eproto ()
 
void protobuf_AssignDesc_account_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_account_5ftypes_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::account::v1::GameSessionUpdateInfo::GameSessionUpdateInfo ( )
virtual bgs::protocol::account::v1::GameSessionUpdateInfo::~GameSessionUpdateInfo ( )
virtual
bgs::protocol::account::v1::GameSessionUpdateInfo::GameSessionUpdateInfo ( const GameSessionUpdateInfo from)

Member Function Documentation

int bgs::protocol::account::v1::GameSessionUpdateInfo::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

const ::bgs::protocol::account::v1::CAIS & bgs::protocol::account::v1::GameSessionUpdateInfo::cais ( ) const
inline
9101  {
9102  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameSessionUpdateInfo.cais)
9103  return cais_ != NULL ? *cais_ : *default_instance_->cais_;
9104 }
arena_t NULL
Definition: jemalloc_internal.h:624
static GameSessionUpdateInfo * default_instance_
Definition: account_types.pb.h:3629
::bgs::protocol::account::v1::CAIS * cais_
Definition: account_types.pb.h:3623
void bgs::protocol::account::v1::GameSessionUpdateInfo::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameSessionUpdateInfo::clear_cais ( )
inline
9097  {
9098  if (cais_ != NULL) cais_->::bgs::protocol::account::v1::CAIS::Clear();
9099  clear_has_cais();
9100 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::CAIS * cais_
Definition: account_types.pb.h:3623
void clear_has_cais()
Definition: account_types.pb.h:9094
void bgs::protocol::account::v1::GameSessionUpdateInfo::clear_has_cais ( )
inlineprivate
9094  {
9095  _has_bits_[0] &= ~0x00000001u;
9096 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:3621
void bgs::protocol::account::v1::GameSessionUpdateInfo::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameSessionUpdateInfo::CopyFrom ( const GameSessionUpdateInfo from)
static const GameSessionUpdateInfo& bgs::protocol::account::v1::GameSessionUpdateInfo::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::GameSessionUpdateInfo::descriptor ( )
static
int bgs::protocol::account::v1::GameSessionUpdateInfo::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

3593 { return _cached_size_; }
int _cached_size_
Definition: account_types.pb.h:3622
::google::protobuf::Metadata bgs::protocol::account::v1::GameSessionUpdateInfo::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::GameSessionUpdateInfo::has_cais ( ) const
inline
9088  {
9089  return (_has_bits_[0] & 0x00000001u) != 0;
9090 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:3621
void bgs::protocol::account::v1::GameSessionUpdateInfo::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::GameSessionUpdateInfo::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameSessionUpdateInfo::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameSessionUpdateInfo::MergeFrom ( const GameSessionUpdateInfo from)
bool bgs::protocol::account::v1::GameSessionUpdateInfo::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::account::v1::CAIS * bgs::protocol::account::v1::GameSessionUpdateInfo::mutable_cais ( )
inline
9105  {
9106  set_has_cais();
9107  if (cais_ == NULL) cais_ = new ::bgs::protocol::account::v1::CAIS;
9108  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GameSessionUpdateInfo.cais)
9109  return cais_;
9110 }
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_cais()
Definition: account_types.pb.h:9091
::bgs::protocol::account::v1::CAIS * cais_
Definition: account_types.pb.h:3623
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::GameSessionUpdateInfo::mutable_unknown_fields ( )
inline
3568  {
3569  return &_unknown_fields_;
3570  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:3619
GameSessionUpdateInfo* bgs::protocol::account::v1::GameSessionUpdateInfo::New ( ) const
virtual
GameSessionUpdateInfo& bgs::protocol::account::v1::GameSessionUpdateInfo::operator= ( const GameSessionUpdateInfo from)
inline
3559  {
3560  CopyFrom(from);
3561  return *this;
3562  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::account::v1::CAIS * bgs::protocol::account::v1::GameSessionUpdateInfo::release_cais ( )
inline
9111  {
9112  clear_has_cais();
9114  cais_ = NULL;
9115  return temp;
9116 }
arena_t NULL
Definition: jemalloc_internal.h:624
Definition: account_types.pb.h:3742
::bgs::protocol::account::v1::CAIS * cais_
Definition: account_types.pb.h:3623
void clear_has_cais()
Definition: account_types.pb.h:9094
void bgs::protocol::account::v1::GameSessionUpdateInfo::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::GameSessionUpdateInfo::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::GameSessionUpdateInfo::set_allocated_cais ( ::bgs::protocol::account::v1::CAIS cais)
inline
9117  {
9118  delete cais_;
9119  cais_ = cais;
9120  if (cais) {
9121  set_has_cais();
9122  } else {
9123  clear_has_cais();
9124  }
9125  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GameSessionUpdateInfo.cais)
9126 }
void set_has_cais()
Definition: account_types.pb.h:9091
const ::bgs::protocol::account::v1::CAIS & cais() const
Definition: account_types.pb.h:9101
::bgs::protocol::account::v1::CAIS * cais_
Definition: account_types.pb.h:3623
void clear_has_cais()
Definition: account_types.pb.h:9094
void bgs::protocol::account::v1::GameSessionUpdateInfo::set_has_cais ( )
inlineprivate
9091  {
9092  _has_bits_[0] |= 0x00000001u;
9093 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:3621
void bgs::protocol::account::v1::GameSessionUpdateInfo::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameSessionUpdateInfo::SharedCtor ( )
private
void bgs::protocol::account::v1::GameSessionUpdateInfo::SharedDtor ( )
private
void bgs::protocol::account::v1::GameSessionUpdateInfo::Swap ( GameSessionUpdateInfo other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::GameSessionUpdateInfo::unknown_fields ( ) const
inline
3564  {
3565  return _unknown_fields_;
3566  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:3619

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_account_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_account_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_account_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::account::v1::GameSessionUpdateInfo::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GameSessionUpdateInfo::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GameSessionUpdateInfo::_unknown_fields_
private
::bgs::protocol::account::v1::CAIS* bgs::protocol::account::v1::GameSessionUpdateInfo::cais_
private
GameSessionUpdateInfo* bgs::protocol::account::v1::GameSessionUpdateInfo::default_instance_
staticprivate
const int bgs::protocol::account::v1::GameSessionUpdateInfo::kCaisFieldNumber = 8
static

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