TrinityCore
bgs::protocol::connection::v1::BoundService Class Reference

#include <connection_service.pb.h>

+ Inheritance diagram for bgs::protocol::connection::v1::BoundService:

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
 
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)
 

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_PROTO_API protobuf_AddDesc_connection_5fservice_2eproto ()
 
void protobuf_AssignDesc_connection_5fservice_2eproto ()
 
void protobuf_ShutdownFile_connection_5fservice_2eproto ()
 

Detailed Description

Definition at line 528 of file connection_service.pb.h.

Constructor & Destructor Documentation

◆ BoundService() [1/2]

bgs::protocol::connection::v1::BoundService::BoundService ( )

◆ ~BoundService()

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

◆ BoundService() [2/2]

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

Member Function Documentation

◆ clear_has_hash()

void bgs::protocol::connection::v1::BoundService::clear_has_hash ( )
inlineprivate

Definition at line 1996 of file connection_service.pb.h.

◆ clear_has_id()

void bgs::protocol::connection::v1::BoundService::clear_has_id ( )
inlineprivate

Definition at line 2020 of file connection_service.pb.h.

◆ clear_hash()

void bgs::protocol::connection::v1::BoundService::clear_hash ( )
inline

Definition at line 1999 of file connection_service.pb.h.

◆ clear_id()

void bgs::protocol::connection::v1::BoundService::clear_id ( )
inline

Definition at line 2023 of file connection_service.pb.h.

◆ default_instance()

static const BoundService & bgs::protocol::connection::v1::BoundService::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::connection::v1::BoundService::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::connection::v1::BoundService::GetCachedSize ( ) const
inline

Definition at line 556 of file connection_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::connection::v1::BoundService::GetMetadata ( ) const

◆ has_hash()

bool bgs::protocol::connection::v1::BoundService::has_hash ( ) const
inline

Definition at line 1990 of file connection_service.pb.h.

◆ has_id()

bool bgs::protocol::connection::v1::BoundService::has_id ( ) const
inline

Definition at line 2014 of file connection_service.pb.h.

◆ hash()

google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::hash ( ) const
inline

Definition at line 2003 of file connection_service.pb.h.

◆ id()

google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::id ( ) const
inline

Definition at line 2027 of file connection_service.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::connection::v1::BoundService::InitAsDefaultInstance ( )
private

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::connection::v1::BoundService::mutable_unknown_fields ( )
inline

Definition at line 544 of file connection_service.pb.h.

◆ New()

BoundService * bgs::protocol::connection::v1::BoundService::New ( ) const

◆ operator=()

BoundService & bgs::protocol::connection::v1::BoundService::operator= ( const BoundService from)
inline

Definition at line 535 of file connection_service.pb.h.

◆ set_has_hash()

void bgs::protocol::connection::v1::BoundService::set_has_hash ( )
inlineprivate

Definition at line 1993 of file connection_service.pb.h.

◆ set_has_id()

void bgs::protocol::connection::v1::BoundService::set_has_id ( )
inlineprivate

Definition at line 2017 of file connection_service.pb.h.

◆ set_hash()

void bgs::protocol::connection::v1::BoundService::set_hash ( ::google::protobuf::uint32  value)
inline

Definition at line 2007 of file connection_service.pb.h.

◆ set_id()

void bgs::protocol::connection::v1::BoundService::set_id ( ::google::protobuf::uint32  value)
inline

Definition at line 2031 of file connection_service.pb.h.

◆ SetCachedSize()

void bgs::protocol::connection::v1::BoundService::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::connection::v1::BoundService::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::connection::v1::BoundService::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::connection::v1::BoundService::Swap ( BoundService other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::connection::v1::BoundService::unknown_fields ( ) const
inline

Definition at line 540 of file connection_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_connection_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_connection_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_connection_5fservice_2eproto

void protobuf_AssignDesc_connection_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_connection_5fservice_2eproto

void protobuf_ShutdownFile_connection_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::connection::v1::BoundService::_cached_size_
mutableprivate

Definition at line 592 of file connection_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::_has_bits_[1]
private

Definition at line 591 of file connection_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::connection::v1::BoundService::_unknown_fields_
private

Definition at line 589 of file connection_service.pb.h.

◆ default_instance_

BoundService* bgs::protocol::connection::v1::BoundService::default_instance_
staticprivate

Definition at line 600 of file connection_service.pb.h.

◆ hash_

::google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::hash_
private

Definition at line 593 of file connection_service.pb.h.

◆ id_

::google::protobuf::uint32 bgs::protocol::connection::v1::BoundService::id_
private

Definition at line 594 of file connection_service.pb.h.

◆ kHashFieldNumber

const int bgs::protocol::connection::v1::BoundService::kHashFieldNumber = 1
static

Definition at line 571 of file connection_service.pb.h.

◆ kIdFieldNumber

const int bgs::protocol::connection::v1::BoundService::kIdFieldNumber = 2
static

Definition at line 578 of file connection_service.pb.h.


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