TrinityCore
bgs::protocol::ViewMarker Class Reference

#include <event_view_types.pb.h>

+ Inheritance diagram for bgs::protocol::ViewMarker:

Public Member Functions

 ViewMarker ()
 
virtual ~ViewMarker ()
 
 ViewMarker (const ViewMarker &from)
 
ViewMarkeroperator= (const ViewMarker &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ViewMarker *other)
 
ViewMarkerNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_last_read_time () const
 
void clear_last_read_time ()
 
inline ::google::protobuf::uint64 last_read_time () const
 
void set_last_read_time (::google::protobuf::uint64 value)
 
bool has_last_message_time () const
 
void clear_last_message_time ()
 
inline ::google::protobuf::uint64 last_message_time () const
 
void set_last_message_time (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kLastReadTimeFieldNumber = 1
 
static const int kLastMessageTimeFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_last_read_time ()
 
void clear_has_last_read_time ()
 
void set_has_last_message_time ()
 
void clear_has_last_message_time ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 last_read_time_
 
::google::protobuf::uint64 last_message_time_
 

Static Private Attributes

static ViewMarkerdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_event_5fview_5ftypes_2eproto ()
 
void protobuf_AssignDesc_event_5fview_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_event_5fview_5ftypes_2eproto ()
 

Detailed Description

Definition at line 159 of file event_view_types.pb.h.

Constructor & Destructor Documentation

◆ ViewMarker() [1/2]

bgs::protocol::ViewMarker::ViewMarker ( )

◆ ~ViewMarker()

virtual bgs::protocol::ViewMarker::~ViewMarker ( )
virtual

◆ ViewMarker() [2/2]

bgs::protocol::ViewMarker::ViewMarker ( const ViewMarker from)

Member Function Documentation

◆ clear_has_last_message_time()

void bgs::protocol::ViewMarker::clear_has_last_message_time ( )
inlineprivate

Definition at line 373 of file event_view_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_last_read_time()

void bgs::protocol::ViewMarker::clear_has_last_read_time ( )
inlineprivate

Definition at line 349 of file event_view_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_last_message_time()

void bgs::protocol::ViewMarker::clear_last_message_time ( )
inline

Definition at line 376 of file event_view_types.pb.h.

+ Here is the call graph for this function:

◆ clear_last_read_time()

void bgs::protocol::ViewMarker::clear_last_read_time ( )
inline

Definition at line 352 of file event_view_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_last_message_time()

bool bgs::protocol::ViewMarker::has_last_message_time ( ) const
inline

Definition at line 367 of file event_view_types.pb.h.

◆ has_last_read_time()

bool bgs::protocol::ViewMarker::has_last_read_time ( ) const
inline

Definition at line 343 of file event_view_types.pb.h.

◆ InitAsDefaultInstance()

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

◆ last_message_time()

google::protobuf::uint64 bgs::protocol::ViewMarker::last_message_time ( ) const
inline

Definition at line 380 of file event_view_types.pb.h.

◆ last_read_time()

google::protobuf::uint64 bgs::protocol::ViewMarker::last_read_time ( ) const
inline

Definition at line 356 of file event_view_types.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 175 of file event_view_types.pb.h.

◆ New()

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

◆ operator=()

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

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

◆ set_has_last_message_time()

void bgs::protocol::ViewMarker::set_has_last_message_time ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_last_read_time()

void bgs::protocol::ViewMarker::set_has_last_read_time ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_last_message_time()

void bgs::protocol::ViewMarker::set_last_message_time ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ set_last_read_time()

void bgs::protocol::ViewMarker::set_last_read_time ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 171 of file event_view_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_event_5fview_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_event_5fview_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_event_5fview_5ftypes_2eproto

void protobuf_AssignDesc_event_5fview_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_event_5fview_5ftypes_2eproto

void protobuf_ShutdownFile_event_5fview_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::ViewMarker::_cached_size_
mutableprivate

Definition at line 223 of file event_view_types.pb.h.

◆ _has_bits_

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

Definition at line 222 of file event_view_types.pb.h.

◆ _unknown_fields_

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

Definition at line 220 of file event_view_types.pb.h.

◆ default_instance_

ViewMarker* bgs::protocol::ViewMarker::default_instance_
staticprivate

Definition at line 231 of file event_view_types.pb.h.

◆ kLastMessageTimeFieldNumber

const int bgs::protocol::ViewMarker::kLastMessageTimeFieldNumber = 2
static

Definition at line 209 of file event_view_types.pb.h.

◆ kLastReadTimeFieldNumber

const int bgs::protocol::ViewMarker::kLastReadTimeFieldNumber = 1
static

Definition at line 202 of file event_view_types.pb.h.

◆ last_message_time_

::google::protobuf::uint64 bgs::protocol::ViewMarker::last_message_time_
private

Definition at line 225 of file event_view_types.pb.h.

◆ last_read_time_

::google::protobuf::uint64 bgs::protocol::ViewMarker::last_read_time_
private

Definition at line 224 of file event_view_types.pb.h.


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