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

#include <presence_types.pb.h>

Public Member Functions

 FieldKey ()
 
virtual ~FieldKey ()
 
 FieldKey (const FieldKey &from)
 
FieldKeyoperator= (const FieldKey &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FieldKey *other)
 
FieldKeyNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const FieldKey &from)
 
void MergeFrom (const FieldKey &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_program () const
 
void clear_program ()
 
inline::google::protobuf::uint32 program () const
 
void set_program (::google::protobuf::uint32 value)
 
bool has_group () const
 
void clear_group ()
 
inline::google::protobuf::uint32 group () const
 
void set_group (::google::protobuf::uint32 value)
 
bool has_field () const
 
void clear_field ()
 
inline::google::protobuf::uint32 field () const
 
void set_field (::google::protobuf::uint32 value)
 
bool has_unique_id () const
 
void clear_unique_id ()
 
inline::google::protobuf::uint64 unique_id () const
 
void set_unique_id (::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 FieldKeydefault_instance ()
 

Static Public Attributes

static const int kProgramFieldNumber = 1
 
static const int kGroupFieldNumber = 2
 
static const int kFieldFieldNumber = 3
 
static const int kUniqueIdFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_program ()
 
void clear_has_program ()
 
void set_has_group ()
 
void clear_has_group ()
 
void set_has_field ()
 
void clear_has_field ()
 
void set_has_unique_id ()
 
void clear_has_unique_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 program_
 
::google::protobuf::uint32 group_
 
::google::protobuf::uint64 unique_id_
 
::google::protobuf::uint32 field_
 

Static Private Attributes

static FieldKeydefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_presence_5ftypes_2eproto ()
 
void protobuf_AssignDesc_presence_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_presence_5ftypes_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::presence::v1::FieldKey::FieldKey ( )
virtual bgs::protocol::presence::v1::FieldKey::~FieldKey ( )
virtual
bgs::protocol::presence::v1::FieldKey::FieldKey ( const FieldKey from)

Member Function Documentation

int bgs::protocol::presence::v1::FieldKey::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::presence::v1::FieldKey::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::presence::v1::FieldKey::clear_field ( )
inline
737  {
738  field_ = 0u;
739  clear_has_field();
740 }
::google::protobuf::uint32 field_
Definition: presence_types.pb.h:269
void clear_has_field()
Definition: presence_types.pb.h:734

+ Here is the call graph for this function:

void bgs::protocol::presence::v1::FieldKey::clear_group ( )
inline
713  {
714  group_ = 0u;
715  clear_has_group();
716 }
::google::protobuf::uint32 group_
Definition: presence_types.pb.h:267
void clear_has_group()
Definition: presence_types.pb.h:710

+ Here is the call graph for this function:

void bgs::protocol::presence::v1::FieldKey::clear_has_field ( )
inlineprivate
734  {
735  _has_bits_[0] &= ~0x00000004u;
736 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264

+ Here is the caller graph for this function:

void bgs::protocol::presence::v1::FieldKey::clear_has_group ( )
inlineprivate
710  {
711  _has_bits_[0] &= ~0x00000002u;
712 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264

+ Here is the caller graph for this function:

void bgs::protocol::presence::v1::FieldKey::clear_has_program ( )
inlineprivate
686  {
687  _has_bits_[0] &= ~0x00000001u;
688 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264

+ Here is the caller graph for this function:

void bgs::protocol::presence::v1::FieldKey::clear_has_unique_id ( )
inlineprivate
758  {
759  _has_bits_[0] &= ~0x00000008u;
760 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264

+ Here is the caller graph for this function:

void bgs::protocol::presence::v1::FieldKey::clear_program ( )
inline
689  {
690  program_ = 0u;
692 }
void clear_has_program()
Definition: presence_types.pb.h:686
::google::protobuf::uint32 program_
Definition: presence_types.pb.h:266

+ Here is the call graph for this function:

void bgs::protocol::presence::v1::FieldKey::clear_unique_id ( )
inline
761  {
764 }
::google::protobuf::uint64 unique_id_
Definition: presence_types.pb.h:268
void clear_has_unique_id()
Definition: presence_types.pb.h:758
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193

+ Here is the call graph for this function:

void bgs::protocol::presence::v1::FieldKey::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::presence::v1::FieldKey::CopyFrom ( const FieldKey from)
static const FieldKey& bgs::protocol::presence::v1::FieldKey::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::presence::v1::FieldKey::descriptor ( )
static
google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::field ( ) const
inline
741  {
742  // @@protoc_insertion_point(field_get:bgs.protocol.presence.v1.FieldKey.field)
743  return field_;
744 }
::google::protobuf::uint32 field_
Definition: presence_types.pb.h:269
int bgs::protocol::presence::v1::FieldKey::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

211 { return _cached_size_; }
int _cached_size_
Definition: presence_types.pb.h:265
::google::protobuf::Metadata bgs::protocol::presence::v1::FieldKey::GetMetadata ( ) const
virtual
google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::group ( ) const
inline
717  {
718  // @@protoc_insertion_point(field_get:bgs.protocol.presence.v1.FieldKey.group)
719  return group_;
720 }
::google::protobuf::uint32 group_
Definition: presence_types.pb.h:267
bool bgs::protocol::presence::v1::FieldKey::has_field ( ) const
inline
728  {
729  return (_has_bits_[0] & 0x00000004u) != 0;
730 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264
bool bgs::protocol::presence::v1::FieldKey::has_group ( ) const
inline
704  {
705  return (_has_bits_[0] & 0x00000002u) != 0;
706 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264
bool bgs::protocol::presence::v1::FieldKey::has_program ( ) const
inline
680  {
681  return (_has_bits_[0] & 0x00000001u) != 0;
682 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264
bool bgs::protocol::presence::v1::FieldKey::has_unique_id ( ) const
inline
752  {
753  return (_has_bits_[0] & 0x00000008u) != 0;
754 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264
void bgs::protocol::presence::v1::FieldKey::InitAsDefaultInstance ( )
private
bool bgs::protocol::presence::v1::FieldKey::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::presence::v1::FieldKey::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::presence::v1::FieldKey::MergeFrom ( const FieldKey from)
bool bgs::protocol::presence::v1::FieldKey::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::presence::v1::FieldKey::mutable_unknown_fields ( )
inline
186  {
187  return &_unknown_fields_;
188  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: presence_types.pb.h:262
FieldKey* bgs::protocol::presence::v1::FieldKey::New ( ) const
virtual
FieldKey& bgs::protocol::presence::v1::FieldKey::operator= ( const FieldKey from)
inline
177  {
178  CopyFrom(from);
179  return *this;
180  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::program ( ) const
inline
693  {
694  // @@protoc_insertion_point(field_get:bgs.protocol.presence.v1.FieldKey.program)
695  return program_;
696 }
::google::protobuf::uint32 program_
Definition: presence_types.pb.h:266
void bgs::protocol::presence::v1::FieldKey::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::presence::v1::FieldKey::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::presence::v1::FieldKey::set_field ( ::google::protobuf::uint32  value)
inline
745  {
746  set_has_field();
747  field_ = value;
748  // @@protoc_insertion_point(field_set:bgs.protocol.presence.v1.FieldKey.field)
749 }
void set_has_field()
Definition: presence_types.pb.h:731
::google::protobuf::uint32 field_
Definition: presence_types.pb.h:269
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::presence::v1::FieldKey::set_group ( ::google::protobuf::uint32  value)
inline
721  {
722  set_has_group();
723  group_ = value;
724  // @@protoc_insertion_point(field_set:bgs.protocol.presence.v1.FieldKey.group)
725 }
void set_has_group()
Definition: presence_types.pb.h:707
::google::protobuf::uint32 group_
Definition: presence_types.pb.h:267
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::presence::v1::FieldKey::set_has_field ( )
inlineprivate
731  {
732  _has_bits_[0] |= 0x00000004u;
733 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264

+ Here is the caller graph for this function:

void bgs::protocol::presence::v1::FieldKey::set_has_group ( )
inlineprivate
707  {
708  _has_bits_[0] |= 0x00000002u;
709 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264

+ Here is the caller graph for this function:

void bgs::protocol::presence::v1::FieldKey::set_has_program ( )
inlineprivate
683  {
684  _has_bits_[0] |= 0x00000001u;
685 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264

+ Here is the caller graph for this function:

void bgs::protocol::presence::v1::FieldKey::set_has_unique_id ( )
inlineprivate
755  {
756  _has_bits_[0] |= 0x00000008u;
757 }
::google::protobuf::uint32 _has_bits_[1]
Definition: presence_types.pb.h:264

+ Here is the caller graph for this function:

void bgs::protocol::presence::v1::FieldKey::set_program ( ::google::protobuf::uint32  value)
inline
697  {
698  set_has_program();
699  program_ = value;
700  // @@protoc_insertion_point(field_set:bgs.protocol.presence.v1.FieldKey.program)
701 }
::google::protobuf::uint32 program_
Definition: presence_types.pb.h:266
void set_has_program()
Definition: presence_types.pb.h:683
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::presence::v1::FieldKey::set_unique_id ( ::google::protobuf::uint64  value)
inline
769  {
771  unique_id_ = value;
772  // @@protoc_insertion_point(field_set:bgs.protocol.presence.v1.FieldKey.unique_id)
773 }
void set_has_unique_id()
Definition: presence_types.pb.h:755
::google::protobuf::uint64 unique_id_
Definition: presence_types.pb.h:268
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::presence::v1::FieldKey::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::presence::v1::FieldKey::SharedCtor ( )
private
void bgs::protocol::presence::v1::FieldKey::SharedDtor ( )
private
void bgs::protocol::presence::v1::FieldKey::Swap ( FieldKey other)
google::protobuf::uint64 bgs::protocol::presence::v1::FieldKey::unique_id ( ) const
inline
765  {
766  // @@protoc_insertion_point(field_get:bgs.protocol.presence.v1.FieldKey.unique_id)
767  return unique_id_;
768 }
::google::protobuf::uint64 unique_id_
Definition: presence_types.pb.h:268
const ::google::protobuf::UnknownFieldSet& bgs::protocol::presence::v1::FieldKey::unknown_fields ( ) const
inline
182  {
183  return _unknown_fields_;
184  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: presence_types.pb.h:262

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_presence_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_presence_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_presence_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::presence::v1::FieldKey::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::presence::v1::FieldKey::_unknown_fields_
private
FieldKey* bgs::protocol::presence::v1::FieldKey::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::field_
private
::google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::group_
private
const int bgs::protocol::presence::v1::FieldKey::kFieldFieldNumber = 3
static
const int bgs::protocol::presence::v1::FieldKey::kGroupFieldNumber = 2
static
const int bgs::protocol::presence::v1::FieldKey::kProgramFieldNumber = 1
static
const int bgs::protocol::presence::v1::FieldKey::kUniqueIdFieldNumber = 4
static
::google::protobuf::uint32 bgs::protocol::presence::v1::FieldKey::program_
private
::google::protobuf::uint64 bgs::protocol::presence::v1::FieldKey::unique_id_
private

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