TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::MessageId Class Reference

#include <message_types.pb.h>

+ Inheritance diagram for bgs::protocol::MessageId:

Public Member Functions

 MessageId ()
 
virtual ~MessageId ()
 
 MessageId (const MessageId &from)
 
MessageIdoperator= (const MessageId &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MessageId *other)
 
MessageIdNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_epoch () const
 
void clear_epoch ()
 
inline ::google::protobuf::uint64 epoch () const
 
void set_epoch (::google::protobuf::uint64 value)
 
bool has_position () const
 
void clear_position ()
 
inline ::google::protobuf::uint64 position () const
 
void set_position (::google::protobuf::uint64 value)
 
bool has_origin () const
 
void clear_origin ()
 
inline ::google::protobuf::uint32 origin () const
 
void set_origin (::google::protobuf::uint32 value)
 
bool has_external_message_id () const
 
void clear_external_message_id ()
 
const ::bgs::protocol::ExternalMessageIdexternal_message_id () const
 
inline ::bgs::protocol::ExternalMessageIdmutable_external_message_id ()
 
inline ::bgs::protocol::ExternalMessageIdrelease_external_message_id ()
 
void set_allocated_external_message_id (::bgs::protocol::ExternalMessageId *external_message_id)
 

Static Public Member Functions

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

Static Public Attributes

static const int kEpochFieldNumber = 1
 
static const int kPositionFieldNumber = 2
 
static const int kOriginFieldNumber = 3
 
static const int kExternalMessageIdFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_epoch ()
 
void clear_has_epoch ()
 
void set_has_position ()
 
void clear_has_position ()
 
void set_has_origin ()
 
void clear_has_origin ()
 
void set_has_external_message_id ()
 
void clear_has_external_message_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 epoch_
 
::google::protobuf::uint64 position_
 
::bgs::protocol::ExternalMessageIdexternal_message_id_
 
::google::protobuf::uint32 origin_
 

Static Private Attributes

static MessageIddefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ()
 

Detailed Description

Definition at line 104 of file message_types.pb.h.

Constructor & Destructor Documentation

◆ MessageId() [1/2]

bgs::protocol::MessageId::MessageId ( )

◆ ~MessageId()

virtual bgs::protocol::MessageId::~MessageId ( )
virtual

◆ MessageId() [2/2]

bgs::protocol::MessageId::MessageId ( const MessageId from)

Member Function Documentation

◆ clear_epoch()

void bgs::protocol::MessageId::clear_epoch ( )
inline

Definition at line 342 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ clear_external_message_id()

void bgs::protocol::MessageId::clear_external_message_id ( )
inline

Definition at line 414 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ clear_has_epoch()

void bgs::protocol::MessageId::clear_has_epoch ( )
inlineprivate

Definition at line 339 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_external_message_id()

void bgs::protocol::MessageId::clear_has_external_message_id ( )
inlineprivate

Definition at line 411 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_origin()

void bgs::protocol::MessageId::clear_has_origin ( )
inlineprivate

Definition at line 387 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_position()

void bgs::protocol::MessageId::clear_has_position ( )
inlineprivate

Definition at line 363 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_origin()

void bgs::protocol::MessageId::clear_origin ( )
inline

Definition at line 390 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ clear_position()

void bgs::protocol::MessageId::clear_position ( )
inline

Definition at line 366 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const MessageId & bgs::protocol::MessageId::default_instance ( )
static
+ Here is the caller graph for this function:

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::MessageId::descriptor ( )
static

◆ epoch()

google::protobuf::uint64 bgs::protocol::MessageId::epoch ( ) const
inline

Definition at line 346 of file message_types.pb.h.

◆ external_message_id()

const ::bgs::protocol::ExternalMessageId & bgs::protocol::MessageId::external_message_id ( ) const
inline

Definition at line 418 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ GetCachedSize()

int bgs::protocol::MessageId::GetCachedSize ( ) const
inline

Definition at line 132 of file message_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::MessageId::GetMetadata ( ) const

◆ has_epoch()

bool bgs::protocol::MessageId::has_epoch ( ) const
inline

Definition at line 333 of file message_types.pb.h.

◆ has_external_message_id()

bool bgs::protocol::MessageId::has_external_message_id ( ) const
inline

Definition at line 405 of file message_types.pb.h.

◆ has_origin()

bool bgs::protocol::MessageId::has_origin ( ) const
inline

Definition at line 381 of file message_types.pb.h.

◆ has_position()

bool bgs::protocol::MessageId::has_position ( ) const
inline

Definition at line 357 of file message_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::MessageId::InitAsDefaultInstance ( )
private

◆ mutable_external_message_id()

bgs::protocol::ExternalMessageId * bgs::protocol::MessageId::mutable_external_message_id ( )
inline

Definition at line 422 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::MessageId::mutable_unknown_fields ( )
inline

Definition at line 120 of file message_types.pb.h.

◆ New()

MessageId * bgs::protocol::MessageId::New ( ) const

◆ operator=()

MessageId & bgs::protocol::MessageId::operator= ( const MessageId from)
inline

Definition at line 111 of file message_types.pb.h.

◆ origin()

google::protobuf::uint32 bgs::protocol::MessageId::origin ( ) const
inline

Definition at line 394 of file message_types.pb.h.

◆ position()

google::protobuf::uint64 bgs::protocol::MessageId::position ( ) const
inline

Definition at line 370 of file message_types.pb.h.

◆ release_external_message_id()

bgs::protocol::ExternalMessageId * bgs::protocol::MessageId::release_external_message_id ( )
inline

Definition at line 428 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_external_message_id()

void bgs::protocol::MessageId::set_allocated_external_message_id ( ::bgs::protocol::ExternalMessageId external_message_id)
inline

Definition at line 434 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ set_epoch()

void bgs::protocol::MessageId::set_epoch ( ::google::protobuf::uint64  value)
inline

Definition at line 350 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_epoch()

void bgs::protocol::MessageId::set_has_epoch ( )
inlineprivate

Definition at line 336 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_external_message_id()

void bgs::protocol::MessageId::set_has_external_message_id ( )
inlineprivate

Definition at line 408 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_origin()

void bgs::protocol::MessageId::set_has_origin ( )
inlineprivate

Definition at line 384 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_position()

void bgs::protocol::MessageId::set_has_position ( )
inlineprivate

Definition at line 360 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ set_origin()

void bgs::protocol::MessageId::set_origin ( ::google::protobuf::uint32  value)
inline

Definition at line 398 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ set_position()

void bgs::protocol::MessageId::set_position ( ::google::protobuf::uint64  value)
inline

Definition at line 374 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::MessageId::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::MessageId::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::MessageId::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::MessageId::Swap ( MessageId other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::MessageId::unknown_fields ( ) const
inline

Definition at line 116 of file message_types.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto

void protobuf_AssignDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto

void protobuf_ShutdownFile_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::MessageId::_cached_size_
mutableprivate

Definition at line 188 of file message_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::MessageId::_has_bits_[1]
private

Definition at line 187 of file message_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::MessageId::_unknown_fields_
private

Definition at line 185 of file message_types.pb.h.

◆ default_instance_

MessageId* bgs::protocol::MessageId::default_instance_
staticprivate

Definition at line 198 of file message_types.pb.h.

◆ epoch_

::google::protobuf::uint64 bgs::protocol::MessageId::epoch_
private

Definition at line 189 of file message_types.pb.h.

◆ external_message_id_

::bgs::protocol::ExternalMessageId* bgs::protocol::MessageId::external_message_id_
private

Definition at line 191 of file message_types.pb.h.

◆ kEpochFieldNumber

const int bgs::protocol::MessageId::kEpochFieldNumber = 1
static

Definition at line 147 of file message_types.pb.h.

◆ kExternalMessageIdFieldNumber

const int bgs::protocol::MessageId::kExternalMessageIdFieldNumber = 4
static

Definition at line 168 of file message_types.pb.h.

◆ kOriginFieldNumber

const int bgs::protocol::MessageId::kOriginFieldNumber = 3
static

Definition at line 161 of file message_types.pb.h.

◆ kPositionFieldNumber

const int bgs::protocol::MessageId::kPositionFieldNumber = 2
static

Definition at line 154 of file message_types.pb.h.

◆ origin_

::google::protobuf::uint32 bgs::protocol::MessageId::origin_
private

Definition at line 192 of file message_types.pb.h.

◆ position_

::google::protobuf::uint64 bgs::protocol::MessageId::position_
private

Definition at line 190 of file message_types.pb.h.


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