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

#include <rpc_types.pb.h>

Public Member Functions

 ProcessId ()
 
virtual ~ProcessId ()
 
 ProcessId (const ProcessId &from)
 
ProcessIdoperator= (const ProcessId &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ProcessId *other)
 
ProcessIdNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ProcessId &from)
 
void MergeFrom (const ProcessId &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_label () const
 
void clear_label ()
 
inline::google::protobuf::uint32 label () const
 
void set_label (::google::protobuf::uint32 value)
 
bool has_epoch () const
 
void clear_epoch ()
 
inline::google::protobuf::uint32 epoch () const
 
void set_epoch (::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 ProcessIddefault_instance ()
 

Static Public Attributes

static const int kLabelFieldNumber = 1
 
static const int kEpochFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_label ()
 
void clear_has_label ()
 
void set_has_epoch ()
 
void clear_has_epoch ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 label_
 
::google::protobuf::uint32 epoch_
 

Static Private Attributes

static ProcessIddefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_rpc_5ftypes_2eproto ()
 
void protobuf_AssignDesc_rpc_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_rpc_5ftypes_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::ProcessId::clear_epoch ( )
inline
909  {
910  epoch_ = 0u;
911  clear_has_epoch();
912 }
void clear_has_epoch()
Definition: rpc_types.pb.h:906
::google::protobuf::uint32 epoch_
Definition: rpc_types.pb.h:293

+ Here is the call graph for this function:

void bgs::protocol::ProcessId::clear_has_epoch ( )
inlineprivate
906  {
907  _has_bits_[0] &= ~0x00000002u;
908 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::ProcessId::clear_has_label ( )
inlineprivate
882  {
883  _has_bits_[0] &= ~0x00000001u;
884 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::ProcessId::clear_label ( )
inline
885  {
886  label_ = 0u;
887  clear_has_label();
888 }
void clear_has_label()
Definition: rpc_types.pb.h:882
::google::protobuf::uint32 label_
Definition: rpc_types.pb.h:292

+ Here is the call graph for this function:

void bgs::protocol::ProcessId::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::ProcessId::CopyFrom ( const ProcessId from)
static const ProcessId& bgs::protocol::ProcessId::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::ProcessId::descriptor ( )
static
google::protobuf::uint32 bgs::protocol::ProcessId::epoch ( ) const
inline
913  {
914  // @@protoc_insertion_point(field_get:bgs.protocol.ProcessId.epoch)
915  return epoch_;
916 }
::google::protobuf::uint32 epoch_
Definition: rpc_types.pb.h:293
int bgs::protocol::ProcessId::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

255 { return _cached_size_; }
int _cached_size_
Definition: rpc_types.pb.h:291
::google::protobuf::Metadata bgs::protocol::ProcessId::GetMetadata ( ) const
virtual
bool bgs::protocol::ProcessId::has_epoch ( ) const
inline
900  {
901  return (_has_bits_[0] & 0x00000002u) != 0;
902 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:290
bool bgs::protocol::ProcessId::has_label ( ) const
inline
876  {
877  return (_has_bits_[0] & 0x00000001u) != 0;
878 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:290
void bgs::protocol::ProcessId::InitAsDefaultInstance ( )
private
bool bgs::protocol::ProcessId::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

google::protobuf::uint32 bgs::protocol::ProcessId::label ( ) const
inline
889  {
890  // @@protoc_insertion_point(field_get:bgs.protocol.ProcessId.label)
891  return label_;
892 }
::google::protobuf::uint32 label_
Definition: rpc_types.pb.h:292
void bgs::protocol::ProcessId::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::ProcessId::MergeFrom ( const ProcessId from)
bool bgs::protocol::ProcessId::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::ProcessId::mutable_unknown_fields ( )
inline
230  {
231  return &_unknown_fields_;
232  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: rpc_types.pb.h:288
ProcessId* bgs::protocol::ProcessId::New ( ) const
virtual
ProcessId& bgs::protocol::ProcessId::operator= ( const ProcessId from)
inline
221  {
222  CopyFrom(from);
223  return *this;
224  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::ProcessId::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::ProcessId::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::ProcessId::set_epoch ( ::google::protobuf::uint32  value)
inline
917  {
918  set_has_epoch();
919  epoch_ = value;
920  // @@protoc_insertion_point(field_set:bgs.protocol.ProcessId.epoch)
921 }
::google::protobuf::uint32 epoch_
Definition: rpc_types.pb.h:293
void set_has_epoch()
Definition: rpc_types.pb.h:903
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ProcessId::set_has_epoch ( )
inlineprivate
903  {
904  _has_bits_[0] |= 0x00000002u;
905 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::ProcessId::set_has_label ( )
inlineprivate
879  {
880  _has_bits_[0] |= 0x00000001u;
881 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::ProcessId::set_label ( ::google::protobuf::uint32  value)
inline
893  {
894  set_has_label();
895  label_ = value;
896  // @@protoc_insertion_point(field_set:bgs.protocol.ProcessId.label)
897 }
void set_has_label()
Definition: rpc_types.pb.h:879
::google::protobuf::uint32 label_
Definition: rpc_types.pb.h:292
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::ProcessId::SharedCtor ( )
private
void bgs::protocol::ProcessId::SharedDtor ( )
private
void bgs::protocol::ProcessId::Swap ( ProcessId other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::ProcessId::unknown_fields ( ) const
inline
226  {
227  return _unknown_fields_;
228  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: rpc_types.pb.h:288

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_rpc_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_rpc_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_rpc_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::ProcessId::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::ProcessId::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::ProcessId::_unknown_fields_
private
ProcessId* bgs::protocol::ProcessId::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::ProcessId::epoch_
private
const int bgs::protocol::ProcessId::kEpochFieldNumber = 2
static
const int bgs::protocol::ProcessId::kLabelFieldNumber = 1
static
::google::protobuf::uint32 bgs::protocol::ProcessId::label_
private

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