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

#include <connection_service.pb.h>

Public Member Functions

 BoundService ()
 
virtual ~BoundService ()
 
 BoundService (const BoundService &from)
 
BoundServiceoperator= (const BoundService &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BoundService *other)
 
BoundServiceNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const BoundService &from)
 
void MergeFrom (const BoundService &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_hash () const
 
void clear_hash ()
 
inline::google::protobuf::uint32 hash () const
 
void set_hash (::google::protobuf::uint32 value)
 
bool has_id () const
 
void clear_id ()
 
inline::google::protobuf::uint32 id () const
 
void set_id (::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 BoundServicedefault_instance ()
 

Static Public Attributes

static const int kHashFieldNumber = 1
 
static const int kIdFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_hash ()
 
void clear_has_hash ()
 
void set_has_id ()
 
void clear_has_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

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

Static Private Attributes

static BoundServicedefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_connection_5fservice_2eproto ()
 
void protobuf_AssignDesc_connection_5fservice_2eproto ()
 
void protobuf_ShutdownFile_connection_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::connection::v1::BoundService::BoundService ( )
virtual bgs::protocol::connection::v1::BoundService::~BoundService ( )
virtual
bgs::protocol::connection::v1::BoundService::BoundService ( const BoundService from)

Member Function Documentation

int bgs::protocol::connection::v1::BoundService::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::connection::v1::BoundService::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::connection::v1::BoundService::clear_has_hash ( )
inlineprivate
1616  {
1617  _has_bits_[0] &= ~0x00000001u;
1618 }
::google::protobuf::uint32 _has_bits_[1]
Definition: connection_service.pb.h:479
void bgs::protocol::connection::v1::BoundService::clear_has_id ( )
inlineprivate
1640  {
1641  _has_bits_[0] &= ~0x00000002u;
1642 }
::google::protobuf::uint32 _has_bits_[1]
Definition: connection_service.pb.h:479
void bgs::protocol::connection::v1::BoundService::clear_hash ( )
inline
1619  {
1620  hash_ = 0u;
1621  clear_has_hash();
1622 }
void clear_has_hash()
Definition: connection_service.pb.h:1616
::google::protobuf::uint32 hash_
Definition: connection_service.pb.h:481
void bgs::protocol::connection::v1::BoundService::clear_id ( )
inline
1643  {
1644  id_ = 0u;
1645  clear_has_id();
1646 }
::google::protobuf::uint32 id_
Definition: connection_service.pb.h:482
void clear_has_id()
Definition: connection_service.pb.h:1640
void bgs::protocol::connection::v1::BoundService::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::connection::v1::BoundService::CopyFrom ( const BoundService from)
static const BoundService& bgs::protocol::connection::v1::BoundService::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::connection::v1::BoundService::descriptor ( )
static
int bgs::protocol::connection::v1::BoundService::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

444 { return _cached_size_; }
int _cached_size_
Definition: connection_service.pb.h:480
::google::protobuf::Metadata bgs::protocol::connection::v1::BoundService::GetMetadata ( ) const
virtual
bool bgs::protocol::connection::v1::BoundService::has_hash ( ) const
inline
1610  {
1611  return (_has_bits_[0] & 0x00000001u) != 0;
1612 }
::google::protobuf::uint32 _has_bits_[1]
Definition: connection_service.pb.h:479
bool bgs::protocol::connection::v1::BoundService::has_id ( ) const
inline
1634  {
1635  return (_has_bits_[0] & 0x00000002u) != 0;
1636 }
::google::protobuf::uint32 _has_bits_[1]
Definition: connection_service.pb.h:479
google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::hash ( ) const
inline
1623  {
1624  // @@protoc_insertion_point(field_get:bgs.protocol.connection.v1.BoundService.hash)
1625  return hash_;
1626 }
::google::protobuf::uint32 hash_
Definition: connection_service.pb.h:481
google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::id ( ) const
inline
1647  {
1648  // @@protoc_insertion_point(field_get:bgs.protocol.connection.v1.BoundService.id)
1649  return id_;
1650 }
::google::protobuf::uint32 id_
Definition: connection_service.pb.h:482
void bgs::protocol::connection::v1::BoundService::InitAsDefaultInstance ( )
private
bool bgs::protocol::connection::v1::BoundService::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::connection::v1::BoundService::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::connection::v1::BoundService::MergeFrom ( const BoundService from)
bool bgs::protocol::connection::v1::BoundService::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::connection::v1::BoundService::mutable_unknown_fields ( )
inline
419  {
420  return &_unknown_fields_;
421  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: connection_service.pb.h:477
BoundService* bgs::protocol::connection::v1::BoundService::New ( ) const
virtual
BoundService& bgs::protocol::connection::v1::BoundService::operator= ( const BoundService from)
inline
410  {
411  CopyFrom(from);
412  return *this;
413  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::connection::v1::BoundService::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::connection::v1::BoundService::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::connection::v1::BoundService::set_has_hash ( )
inlineprivate
1613  {
1614  _has_bits_[0] |= 0x00000001u;
1615 }
::google::protobuf::uint32 _has_bits_[1]
Definition: connection_service.pb.h:479
void bgs::protocol::connection::v1::BoundService::set_has_id ( )
inlineprivate
1637  {
1638  _has_bits_[0] |= 0x00000002u;
1639 }
::google::protobuf::uint32 _has_bits_[1]
Definition: connection_service.pb.h:479
void bgs::protocol::connection::v1::BoundService::set_hash ( ::google::protobuf::uint32  value)
inline
1627  {
1628  set_has_hash();
1629  hash_ = value;
1630  // @@protoc_insertion_point(field_set:bgs.protocol.connection.v1.BoundService.hash)
1631 }
void set_has_hash()
Definition: connection_service.pb.h:1613
::google::protobuf::uint32 hash_
Definition: connection_service.pb.h:481
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::connection::v1::BoundService::set_id ( ::google::protobuf::uint32  value)
inline
1651  {
1652  set_has_id();
1653  id_ = value;
1654  // @@protoc_insertion_point(field_set:bgs.protocol.connection.v1.BoundService.id)
1655 }
::google::protobuf::uint32 id_
Definition: connection_service.pb.h:482
void set_has_id()
Definition: connection_service.pb.h:1637
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::connection::v1::BoundService::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::connection::v1::BoundService::SharedCtor ( )
private
void bgs::protocol::connection::v1::BoundService::SharedDtor ( )
private
void bgs::protocol::connection::v1::BoundService::Swap ( BoundService other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::connection::v1::BoundService::unknown_fields ( ) const
inline
415  {
416  return _unknown_fields_;
417  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: connection_service.pb.h:477

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_connection_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_connection_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_connection_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::connection::v1::BoundService::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::connection::v1::BoundService::_unknown_fields_
private
BoundService* bgs::protocol::connection::v1::BoundService::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::hash_
private
::google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::id_
private
const int bgs::protocol::connection::v1::BoundService::kHashFieldNumber = 1
static
const int bgs::protocol::connection::v1::BoundService::kIdFieldNumber = 2
static

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