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

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
 

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

Static Private Attributes

static MessageIddefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_message_5ftypes_2eproto ()
 
void protobuf_AssignDesc_message_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_message_5ftypes_2eproto ()
 

Detailed Description

Definition at line 62 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 154 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 151 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 175 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_position()

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

Definition at line 178 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 158 of file message_types.pb.h.

◆ GetCachedSize()

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

Definition at line 90 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 145 of file message_types.pb.h.

◆ has_position()

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

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

◆ InitAsDefaultInstance()

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

◆ mutable_unknown_fields()

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

Definition at line 78 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 69 of file message_types.pb.h.

◆ position()

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

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

◆ set_epoch()

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

Definition at line 162 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 148 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 172 of file message_types.pb.h.

+ Here is the caller graph for this function:

◆ set_position()

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

Definition at line 186 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 74 of file message_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_message_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_message_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_message_5ftypes_2eproto

void protobuf_AssignDesc_message_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_message_5ftypes_2eproto

void protobuf_ShutdownFile_message_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ epoch_

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

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

◆ kEpochFieldNumber

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

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

◆ kPositionFieldNumber

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

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

◆ position_

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

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


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