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

#include <connection_service.pb.h>

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

Public Member Functions

 DisconnectNotification ()
 
virtual ~DisconnectNotification ()
 
 DisconnectNotification (const DisconnectNotification &from)
 
DisconnectNotificationoperator= (const DisconnectNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DisconnectNotification *other)
 
DisconnectNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_error_code () const
 
void clear_error_code ()
 
inline ::google::protobuf::uint32 error_code () const
 
void set_error_code (::google::protobuf::uint32 value)
 
bool has_reason () const
 
void clear_reason ()
 
const ::std::string & reason () const
 
void set_reason (const ::std::string &value)
 
void set_reason (const char *value)
 
void set_reason (const char *value, size_t size)
 
inline ::std::string * mutable_reason ()
 
inline ::std::string * release_reason ()
 
void set_allocated_reason (::std::string *reason)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const DisconnectNotificationdefault_instance ()
 

Static Public Attributes

static const int kErrorCodeFieldNumber = 1
 
static const int kReasonFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_error_code ()
 
void clear_has_error_code ()
 
void set_has_reason ()
 
void clear_has_reason ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * reason_
 
::google::protobuf::uint32 error_code_
 

Static Private Attributes

static DisconnectNotificationdefault_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 1046 of file connection_service.pb.h.

Constructor & Destructor Documentation

◆ DisconnectNotification() [1/2]

bgs::protocol::connection::v1::DisconnectNotification::DisconnectNotification ( )

◆ ~DisconnectNotification()

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

◆ DisconnectNotification() [2/2]

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

Member Function Documentation

◆ clear_error_code()

void bgs::protocol::connection::v1::DisconnectNotification::clear_error_code ( )
inline

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

◆ clear_has_error_code()

void bgs::protocol::connection::v1::DisconnectNotification::clear_has_error_code ( )
inlineprivate

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

◆ clear_has_reason()

void bgs::protocol::connection::v1::DisconnectNotification::clear_has_reason ( )
inlineprivate

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

◆ clear_reason()

void bgs::protocol::connection::v1::DisconnectNotification::clear_reason ( )
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ error_code()

google::protobuf::uint32 bgs::protocol::connection::v1::DisconnectNotification::error_code ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_error_code()

bool bgs::protocol::connection::v1::DisconnectNotification::has_error_code ( ) const
inline

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

◆ has_reason()

bool bgs::protocol::connection::v1::DisconnectNotification::has_reason ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_reason()

std::string * bgs::protocol::connection::v1::DisconnectNotification::mutable_reason ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ reason()

const ::std::string & bgs::protocol::connection::v1::DisconnectNotification::reason ( ) const
inline

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

◆ release_reason()

std::string * bgs::protocol::connection::v1::DisconnectNotification::release_reason ( )
inline

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

◆ set_allocated_reason()

void bgs::protocol::connection::v1::DisconnectNotification::set_allocated_reason ( ::std::string *  reason)
inline

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

◆ set_error_code()

void bgs::protocol::connection::v1::DisconnectNotification::set_error_code ( ::google::protobuf::uint32  value)
inline

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

+ Here is the caller graph for this function:

◆ set_has_error_code()

void bgs::protocol::connection::v1::DisconnectNotification::set_has_error_code ( )
inlineprivate

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

◆ set_has_reason()

void bgs::protocol::connection::v1::DisconnectNotification::set_has_reason ( )
inlineprivate

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

◆ set_reason() [1/3]

void bgs::protocol::connection::v1::DisconnectNotification::set_reason ( const ::std::string &  value)
inline

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

◆ set_reason() [2/3]

void bgs::protocol::connection::v1::DisconnectNotification::set_reason ( const char *  value)
inline

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

◆ set_reason() [3/3]

void bgs::protocol::connection::v1::DisconnectNotification::set_reason ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 1058 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::DisconnectNotification::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ error_code_

::google::protobuf::uint32 bgs::protocol::connection::v1::DisconnectNotification::error_code_
private

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

◆ kErrorCodeFieldNumber

const int bgs::protocol::connection::v1::DisconnectNotification::kErrorCodeFieldNumber = 1
static

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

◆ kReasonFieldNumber

const int bgs::protocol::connection::v1::DisconnectNotification::kReasonFieldNumber = 2
static

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

◆ reason_

::std::string* bgs::protocol::connection::v1::DisconnectNotification::reason_
private

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


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