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

#include <entity_types.pb.h>

Public Member Functions

 EntityId ()
 
virtual ~EntityId ()
 
 EntityId (const EntityId &from)
 
EntityIdoperator= (const EntityId &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EntityId *other)
 
EntityIdNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const EntityId &from)
 
void MergeFrom (const EntityId &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_high () const
 
void clear_high ()
 
inline::google::protobuf::uint64 high () const
 
void set_high (::google::protobuf::uint64 value)
 
bool has_low () const
 
void clear_low ()
 
inline::google::protobuf::uint64 low () const
 
void set_low (::google::protobuf::uint64 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 EntityIddefault_instance ()
 

Static Public Attributes

static const int kHighFieldNumber = 1
 
static const int kLowFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_high ()
 
void clear_has_high ()
 
void set_has_low ()
 
void clear_has_low ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 high_
 
::google::protobuf::uint64 low_
 

Static Private Attributes

static EntityIddefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_entity_5ftypes_2eproto ()
 
void protobuf_AssignDesc_entity_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_entity_5ftypes_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::EntityId::EntityId ( )
virtual bgs::protocol::EntityId::~EntityId ( )
virtual
bgs::protocol::EntityId::EntityId ( const EntityId from)

Member Function Documentation

int bgs::protocol::EntityId::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::EntityId::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::EntityId::clear_has_high ( )
inlineprivate
378  {
379  _has_bits_[0] &= ~0x00000001u;
380 }
::google::protobuf::uint32 _has_bits_[1]
Definition: entity_types.pb.h:121

+ Here is the caller graph for this function:

void bgs::protocol::EntityId::clear_has_low ( )
inlineprivate
402  {
403  _has_bits_[0] &= ~0x00000002u;
404 }
::google::protobuf::uint32 _has_bits_[1]
Definition: entity_types.pb.h:121

+ Here is the caller graph for this function:

void bgs::protocol::EntityId::clear_high ( )
inline
381  {
382  high_ = GOOGLE_ULONGLONG(0);
383  clear_has_high();
384 }
::google::protobuf::uint64 high_
Definition: entity_types.pb.h:123
void clear_has_high()
Definition: entity_types.pb.h:378
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193

+ Here is the call graph for this function:

void bgs::protocol::EntityId::clear_low ( )
inline
405  {
406  low_ = GOOGLE_ULONGLONG(0);
407  clear_has_low();
408 }
::google::protobuf::uint64 low_
Definition: entity_types.pb.h:124
void clear_has_low()
Definition: entity_types.pb.h:402
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193

+ Here is the call graph for this function:

void bgs::protocol::EntityId::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::EntityId::CopyFrom ( const EntityId from)
static const EntityId& bgs::protocol::EntityId::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::EntityId::descriptor ( )
static
int bgs::protocol::EntityId::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

86 { return _cached_size_; }
int _cached_size_
Definition: entity_types.pb.h:122
::google::protobuf::Metadata bgs::protocol::EntityId::GetMetadata ( ) const
virtual
bool bgs::protocol::EntityId::has_high ( ) const
inline
372  {
373  return (_has_bits_[0] & 0x00000001u) != 0;
374 }
::google::protobuf::uint32 _has_bits_[1]
Definition: entity_types.pb.h:121
bool bgs::protocol::EntityId::has_low ( ) const
inline
396  {
397  return (_has_bits_[0] & 0x00000002u) != 0;
398 }
::google::protobuf::uint32 _has_bits_[1]
Definition: entity_types.pb.h:121
google::protobuf::uint64 bgs::protocol::EntityId::high ( ) const
inline
385  {
386  // @@protoc_insertion_point(field_get:bgs.protocol.EntityId.high)
387  return high_;
388 }
::google::protobuf::uint64 high_
Definition: entity_types.pb.h:123
void bgs::protocol::EntityId::InitAsDefaultInstance ( )
private
bool bgs::protocol::EntityId::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

google::protobuf::uint64 bgs::protocol::EntityId::low ( ) const
inline
409  {
410  // @@protoc_insertion_point(field_get:bgs.protocol.EntityId.low)
411  return low_;
412 }
::google::protobuf::uint64 low_
Definition: entity_types.pb.h:124

+ Here is the caller graph for this function:

void bgs::protocol::EntityId::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::EntityId::MergeFrom ( const EntityId from)
bool bgs::protocol::EntityId::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::EntityId::mutable_unknown_fields ( )
inline
61  {
62  return &_unknown_fields_;
63  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: entity_types.pb.h:119
EntityId* bgs::protocol::EntityId::New ( ) const
virtual
EntityId& bgs::protocol::EntityId::operator= ( const EntityId from)
inline
52  {
53  CopyFrom(from);
54  return *this;
55  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::EntityId::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::EntityId::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::EntityId::set_has_high ( )
inlineprivate
375  {
376  _has_bits_[0] |= 0x00000001u;
377 }
::google::protobuf::uint32 _has_bits_[1]
Definition: entity_types.pb.h:121

+ Here is the caller graph for this function:

void bgs::protocol::EntityId::set_has_low ( )
inlineprivate
399  {
400  _has_bits_[0] |= 0x00000002u;
401 }
::google::protobuf::uint32 _has_bits_[1]
Definition: entity_types.pb.h:121

+ Here is the caller graph for this function:

void bgs::protocol::EntityId::set_high ( ::google::protobuf::uint64  value)
inline
389  {
390  set_has_high();
391  high_ = value;
392  // @@protoc_insertion_point(field_set:bgs.protocol.EntityId.high)
393 }
void set_has_high()
Definition: entity_types.pb.h:375
::google::protobuf::uint64 high_
Definition: entity_types.pb.h:123
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::EntityId::set_low ( ::google::protobuf::uint64  value)
inline
413  {
414  set_has_low();
415  low_ = value;
416  // @@protoc_insertion_point(field_set:bgs.protocol.EntityId.low)
417 }
::google::protobuf::uint64 low_
Definition: entity_types.pb.h:124
void set_has_low()
Definition: entity_types.pb.h:399
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::EntityId::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::EntityId::SharedCtor ( )
private
void bgs::protocol::EntityId::SharedDtor ( )
private
void bgs::protocol::EntityId::Swap ( EntityId other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::EntityId::unknown_fields ( ) const
inline
57  {
58  return _unknown_fields_;
59  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: entity_types.pb.h:119

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_entity_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_entity_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_entity_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::EntityId::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::EntityId::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::EntityId::_unknown_fields_
private
EntityId* bgs::protocol::EntityId::default_instance_
staticprivate
::google::protobuf::uint64 bgs::protocol::EntityId::high_
private
const int bgs::protocol::EntityId::kHighFieldNumber = 1
static
const int bgs::protocol::EntityId::kLowFieldNumber = 2
static
::google::protobuf::uint64 bgs::protocol::EntityId::low_
private

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