TrinityCore
bgs::protocol::TimeSeriesId Class Reference

#include <ets_types.pb.h>

+ Inheritance diagram for bgs::protocol::TimeSeriesId:

Public Member Functions

 TimeSeriesId ()
 
virtual ~TimeSeriesId ()
 
 TimeSeriesId (const TimeSeriesId &from)
 
TimeSeriesIdoperator= (const TimeSeriesId &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TimeSeriesId *other)
 
TimeSeriesIdNew () 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 TimeSeriesIddefault_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 TimeSeriesIddefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_ets_5ftypes_2eproto ()
 
void protobuf_AssignDesc_ets_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_ets_5ftypes_2eproto ()
 

Detailed Description

Definition at line 42 of file ets_types.pb.h.

Constructor & Destructor Documentation

◆ TimeSeriesId() [1/2]

bgs::protocol::TimeSeriesId::TimeSeriesId ( )

◆ ~TimeSeriesId()

virtual bgs::protocol::TimeSeriesId::~TimeSeriesId ( )
virtual

◆ TimeSeriesId() [2/2]

bgs::protocol::TimeSeriesId::TimeSeriesId ( const TimeSeriesId from)

Member Function Documentation

◆ clear_epoch()

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

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

+ Here is the call graph for this function:

◆ clear_has_epoch()

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

Definition at line 131 of file ets_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_position()

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

Definition at line 155 of file ets_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_position()

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

Definition at line 158 of file ets_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const TimeSeriesId & bgs::protocol::TimeSeriesId::default_instance ( )
static

◆ descriptor()

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

◆ epoch()

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

Definition at line 138 of file ets_types.pb.h.

◆ GetCachedSize()

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

Definition at line 70 of file ets_types.pb.h.

◆ GetMetadata()

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

◆ has_epoch()

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

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

◆ has_position()

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

Definition at line 149 of file ets_types.pb.h.

◆ InitAsDefaultInstance()

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

◆ mutable_unknown_fields()

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

Definition at line 58 of file ets_types.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 49 of file ets_types.pb.h.

◆ position()

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

Definition at line 162 of file ets_types.pb.h.

◆ set_epoch()

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

Definition at line 142 of file ets_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_epoch()

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

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

+ Here is the caller graph for this function:

◆ set_has_position()

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

Definition at line 152 of file ets_types.pb.h.

+ Here is the caller graph for this function:

◆ set_position()

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

Definition at line 166 of file ets_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 54 of file ets_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_ets_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_ets_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_ets_5ftypes_2eproto

void protobuf_AssignDesc_ets_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_ets_5ftypes_2eproto

void protobuf_ShutdownFile_ets_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::TimeSeriesId::_cached_size_
mutableprivate

Definition at line 106 of file ets_types.pb.h.

◆ _has_bits_

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

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

◆ _unknown_fields_

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

Definition at line 103 of file ets_types.pb.h.

◆ default_instance_

TimeSeriesId* bgs::protocol::TimeSeriesId::default_instance_
staticprivate

Definition at line 114 of file ets_types.pb.h.

◆ epoch_

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

Definition at line 107 of file ets_types.pb.h.

◆ kEpochFieldNumber

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

Definition at line 85 of file ets_types.pb.h.

◆ kPositionFieldNumber

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

Definition at line 92 of file ets_types.pb.h.

◆ position_

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

Definition at line 108 of file ets_types.pb.h.


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