TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::club::v1::client::StreamEventTime Class Reference

#include <club_stream.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::client::StreamEventTime:

Public Member Functions

 StreamEventTime ()
 
virtual ~StreamEventTime ()
 
 StreamEventTime (const StreamEventTime &from)
 
StreamEventTimeoperator= (const StreamEventTime &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StreamEventTime *other)
 
StreamEventTimeNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_stream_id () const
 
void clear_stream_id ()
 
inline ::google::protobuf::uint64 stream_id () const
 
void set_stream_id (::google::protobuf::uint64 value)
 
bool has_event_time () const
 
void clear_event_time ()
 
inline ::google::protobuf::uint64 event_time () const
 
void set_event_time (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kStreamIdFieldNumber = 1
 
static const int kEventTimeFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_stream_id ()
 
void clear_has_stream_id ()
 
void set_has_event_time ()
 
void clear_has_event_time ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 stream_id_
 
::google::protobuf::uint64 event_time_
 

Static Private Attributes

static StreamEventTimedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fstream_2eproto ()
 

Detailed Description

Definition at line 1368 of file club_stream.pb.h.

Constructor & Destructor Documentation

◆ StreamEventTime() [1/2]

bgs::protocol::club::v1::client::StreamEventTime::StreamEventTime ( )

◆ ~StreamEventTime()

virtual bgs::protocol::club::v1::client::StreamEventTime::~StreamEventTime ( )
virtual

◆ StreamEventTime() [2/2]

bgs::protocol::club::v1::client::StreamEventTime::StreamEventTime ( const StreamEventTime from)

Member Function Documentation

◆ clear_event_time()

void bgs::protocol::club::v1::client::StreamEventTime::clear_event_time ( )
inline

Definition at line 3784 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_has_event_time()

void bgs::protocol::club::v1::client::StreamEventTime::clear_has_event_time ( )
inlineprivate

Definition at line 3781 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_stream_id()

void bgs::protocol::club::v1::client::StreamEventTime::clear_has_stream_id ( )
inlineprivate

Definition at line 3757 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_stream_id()

void bgs::protocol::club::v1::client::StreamEventTime::clear_stream_id ( )
inline

Definition at line 3760 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const StreamEventTime & bgs::protocol::club::v1::client::StreamEventTime::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::club::v1::client::StreamEventTime::descriptor ( )
static

◆ event_time()

google::protobuf::uint64 bgs::protocol::club::v1::client::StreamEventTime::event_time ( ) const
inline

Definition at line 3788 of file club_stream.pb.h.

◆ GetCachedSize()

int bgs::protocol::club::v1::client::StreamEventTime::GetCachedSize ( ) const
inline

Definition at line 1396 of file club_stream.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::club::v1::client::StreamEventTime::GetMetadata ( ) const

◆ has_event_time()

bool bgs::protocol::club::v1::client::StreamEventTime::has_event_time ( ) const
inline

Definition at line 3775 of file club_stream.pb.h.

◆ has_stream_id()

bool bgs::protocol::club::v1::client::StreamEventTime::has_stream_id ( ) const
inline

Definition at line 3751 of file club_stream.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::client::StreamEventTime::InitAsDefaultInstance ( )
private

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::club::v1::client::StreamEventTime::mutable_unknown_fields ( )
inline

Definition at line 1384 of file club_stream.pb.h.

◆ New()

StreamEventTime * bgs::protocol::club::v1::client::StreamEventTime::New ( ) const

◆ operator=()

StreamEventTime & bgs::protocol::club::v1::client::StreamEventTime::operator= ( const StreamEventTime from)
inline

Definition at line 1375 of file club_stream.pb.h.

◆ set_event_time()

void bgs::protocol::club::v1::client::StreamEventTime::set_event_time ( ::google::protobuf::uint64  value)
inline

Definition at line 3792 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_has_event_time()

void bgs::protocol::club::v1::client::StreamEventTime::set_has_event_time ( )
inlineprivate

Definition at line 3778 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_stream_id()

void bgs::protocol::club::v1::client::StreamEventTime::set_has_stream_id ( )
inlineprivate

Definition at line 3754 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_stream_id()

void bgs::protocol::club::v1::client::StreamEventTime::set_stream_id ( ::google::protobuf::uint64  value)
inline

Definition at line 3768 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::club::v1::client::StreamEventTime::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::club::v1::client::StreamEventTime::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::client::StreamEventTime::SharedDtor ( )
private

◆ stream_id()

google::protobuf::uint64 bgs::protocol::club::v1::client::StreamEventTime::stream_id ( ) const
inline

Definition at line 3764 of file club_stream.pb.h.

◆ Swap()

void bgs::protocol::club::v1::client::StreamEventTime::Swap ( StreamEventTime other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::club::v1::client::StreamEventTime::unknown_fields ( ) const
inline

Definition at line 1380 of file club_stream.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto

void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fstream_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fstream_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::client::StreamEventTime::_cached_size_
mutableprivate

Definition at line 1432 of file club_stream.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::club::v1::client::StreamEventTime::_has_bits_[1]
private

Definition at line 1431 of file club_stream.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::client::StreamEventTime::_unknown_fields_
private

Definition at line 1429 of file club_stream.pb.h.

◆ default_instance_

StreamEventTime* bgs::protocol::club::v1::client::StreamEventTime::default_instance_
staticprivate

Definition at line 1440 of file club_stream.pb.h.

◆ event_time_

::google::protobuf::uint64 bgs::protocol::club::v1::client::StreamEventTime::event_time_
private

Definition at line 1434 of file club_stream.pb.h.

◆ kEventTimeFieldNumber

const int bgs::protocol::club::v1::client::StreamEventTime::kEventTimeFieldNumber = 2
static

Definition at line 1418 of file club_stream.pb.h.

◆ kStreamIdFieldNumber

const int bgs::protocol::club::v1::client::StreamEventTime::kStreamIdFieldNumber = 1
static

Definition at line 1411 of file club_stream.pb.h.

◆ stream_id_

::google::protobuf::uint64 bgs::protocol::club::v1::client::StreamEventTime::stream_id_
private

Definition at line 1433 of file club_stream.pb.h.


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