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

#include <account_types.pb.h>

Public Member Functions

 GameAccountHandle ()
 
virtual ~GameAccountHandle ()
 
 GameAccountHandle (const GameAccountHandle &from)
 
GameAccountHandleoperator= (const GameAccountHandle &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GameAccountHandle *other)
 
GameAccountHandleNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GameAccountHandle &from)
 
void MergeFrom (const GameAccountHandle &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_id () const
 
void clear_id ()
 
inline::google::protobuf::uint32 id () const
 
void set_id (::google::protobuf::uint32 value)
 
bool has_program () const
 
void clear_program ()
 
inline::google::protobuf::uint32 program () const
 
void set_program (::google::protobuf::uint32 value)
 
bool has_region () const
 
void clear_region ()
 
inline::google::protobuf::uint32 region () const
 
void set_region (::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 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 GameAccountHandledefault_instance ()
 

Static Public Attributes

static const int kIdFieldNumber = 1
 
static const int kProgramFieldNumber = 2
 
static const int kRegionFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_program ()
 
void clear_has_program ()
 
void set_has_region ()
 
void clear_has_region ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 id_
 
::google::protobuf::uint32 program_
 
::google::protobuf::uint32 region_
 

Static Private Attributes

static GameAccountHandledefault_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::GameAccountHandle::GameAccountHandle ( )
virtual bgs::protocol::account::v1::GameAccountHandle::~GameAccountHandle ( )
virtual
bgs::protocol::account::v1::GameAccountHandle::GameAccountHandle ( const GameAccountHandle from)

Member Function Documentation

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountHandle::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountHandle::clear_has_id ( )
inlineprivate
5416  {
5417  _has_bits_[0] &= ~0x00000001u;
5418 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:856
void bgs::protocol::account::v1::GameAccountHandle::clear_has_program ( )
inlineprivate
5440  {
5441  _has_bits_[0] &= ~0x00000002u;
5442 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:856
void bgs::protocol::account::v1::GameAccountHandle::clear_has_region ( )
inlineprivate
5464  {
5465  _has_bits_[0] &= ~0x00000004u;
5466 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:856
void bgs::protocol::account::v1::GameAccountHandle::clear_id ( )
inline
5419  {
5420  id_ = 0u;
5421  clear_has_id();
5422 }
::google::protobuf::uint32 id_
Definition: account_types.pb.h:858
void clear_has_id()
Definition: account_types.pb.h:5416
void bgs::protocol::account::v1::GameAccountHandle::clear_program ( )
inline
5443  {
5444  program_ = 0u;
5446 }
::google::protobuf::uint32 program_
Definition: account_types.pb.h:859
void clear_has_program()
Definition: account_types.pb.h:5440
void bgs::protocol::account::v1::GameAccountHandle::clear_region ( )
inline
5467  {
5468  region_ = 0u;
5469  clear_has_region();
5470 }
void clear_has_region()
Definition: account_types.pb.h:5464
::google::protobuf::uint32 region_
Definition: account_types.pb.h:860
void bgs::protocol::account::v1::GameAccountHandle::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameAccountHandle::CopyFrom ( const GameAccountHandle from)
static const GameAccountHandle& bgs::protocol::account::v1::GameAccountHandle::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::GameAccountHandle::descriptor ( )
static
int bgs::protocol::account::v1::GameAccountHandle::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

812 { return _cached_size_; }
int _cached_size_
Definition: account_types.pb.h:857
::google::protobuf::Metadata bgs::protocol::account::v1::GameAccountHandle::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::GameAccountHandle::has_id ( ) const
inline
5410  {
5411  return (_has_bits_[0] & 0x00000001u) != 0;
5412 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:856
bool bgs::protocol::account::v1::GameAccountHandle::has_program ( ) const
inline
5434  {
5435  return (_has_bits_[0] & 0x00000002u) != 0;
5436 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:856
bool bgs::protocol::account::v1::GameAccountHandle::has_region ( ) const
inline
5458  {
5459  return (_has_bits_[0] & 0x00000004u) != 0;
5460 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:856
google::protobuf::uint32 bgs::protocol::account::v1::GameAccountHandle::id ( ) const
inline
5423  {
5424  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountHandle.id)
5425  return id_;
5426 }
::google::protobuf::uint32 id_
Definition: account_types.pb.h:858
void bgs::protocol::account::v1::GameAccountHandle::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::GameAccountHandle::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountHandle::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameAccountHandle::MergeFrom ( const GameAccountHandle from)
bool bgs::protocol::account::v1::GameAccountHandle::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::GameAccountHandle::mutable_unknown_fields ( )
inline
787  {
788  return &_unknown_fields_;
789  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:854
GameAccountHandle* bgs::protocol::account::v1::GameAccountHandle::New ( ) const
virtual
GameAccountHandle& bgs::protocol::account::v1::GameAccountHandle::operator= ( const GameAccountHandle from)
inline
778  {
779  CopyFrom(from);
780  return *this;
781  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::account::v1::GameAccountHandle::program ( ) const
inline
5447  {
5448  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountHandle.program)
5449  return program_;
5450 }
::google::protobuf::uint32 program_
Definition: account_types.pb.h:859
google::protobuf::uint32 bgs::protocol::account::v1::GameAccountHandle::region ( ) const
inline
5471  {
5472  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountHandle.region)
5473  return region_;
5474 }
::google::protobuf::uint32 region_
Definition: account_types.pb.h:860
void bgs::protocol::account::v1::GameAccountHandle::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::GameAccountHandle::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::GameAccountHandle::set_has_id ( )
inlineprivate
5413  {
5414  _has_bits_[0] |= 0x00000001u;
5415 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:856
void bgs::protocol::account::v1::GameAccountHandle::set_has_program ( )
inlineprivate
5437  {
5438  _has_bits_[0] |= 0x00000002u;
5439 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:856
void bgs::protocol::account::v1::GameAccountHandle::set_has_region ( )
inlineprivate
5461  {
5462  _has_bits_[0] |= 0x00000004u;
5463 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:856
void bgs::protocol::account::v1::GameAccountHandle::set_id ( ::google::protobuf::uint32  value)
inline
5427  {
5428  set_has_id();
5429  id_ = value;
5430  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountHandle.id)
5431 }
::google::protobuf::uint32 id_
Definition: account_types.pb.h:858
void set_has_id()
Definition: account_types.pb.h:5413
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountHandle::set_program ( ::google::protobuf::uint32  value)
inline
5451  {
5452  set_has_program();
5453  program_ = value;
5454  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountHandle.program)
5455 }
void set_has_program()
Definition: account_types.pb.h:5437
::google::protobuf::uint32 program_
Definition: account_types.pb.h:859
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountHandle::set_region ( ::google::protobuf::uint32  value)
inline
5475  {
5476  set_has_region();
5477  region_ = value;
5478  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountHandle.region)
5479 }
::google::protobuf::uint32 region_
Definition: account_types.pb.h:860
void set_has_region()
Definition: account_types.pb.h:5461
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountHandle::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountHandle::SharedCtor ( )
private
void bgs::protocol::account::v1::GameAccountHandle::SharedDtor ( )
private
void bgs::protocol::account::v1::GameAccountHandle::Swap ( GameAccountHandle other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::GameAccountHandle::unknown_fields ( ) const
inline
783  {
784  return _unknown_fields_;
785  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:854

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::GameAccountHandle::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountHandle::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GameAccountHandle::_unknown_fields_
private
GameAccountHandle* bgs::protocol::account::v1::GameAccountHandle::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountHandle::id_
private
const int bgs::protocol::account::v1::GameAccountHandle::kIdFieldNumber = 1
static
const int bgs::protocol::account::v1::GameAccountHandle::kProgramFieldNumber = 2
static
const int bgs::protocol::account::v1::GameAccountHandle::kRegionFieldNumber = 3
static
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountHandle::program_
private
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountHandle::region_
private

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