TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::presence::v2::RichPresenceKey Class Reference

#include <presence_types.pb.h>

+ Inheritance diagram for bgs::protocol::presence::v2::RichPresenceKey:

Public Member Functions

 RichPresenceKey ()
 
virtual ~RichPresenceKey ()
 
 RichPresenceKey (const RichPresenceKey &from)
 
RichPresenceKeyoperator= (const RichPresenceKey &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RichPresenceKey *other)
 
RichPresenceKeyNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_title_id () const
 
void clear_title_id ()
 
inline ::google::protobuf::uint32 title_id () const
 
void set_title_id (::google::protobuf::uint32 value)
 
bool has_stream () const
 
void clear_stream ()
 
inline ::google::protobuf::uint32 stream () const
 
void set_stream (::google::protobuf::uint32 value)
 
bool has_localization_id () const
 
void clear_localization_id ()
 
inline ::google::protobuf::uint32 localization_id () const
 
void set_localization_id (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kTitleIdFieldNumber = 1
 
static const int kStreamFieldNumber = 2
 
static const int kLocalizationIdFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_title_id ()
 
void clear_has_title_id ()
 
void set_has_stream ()
 
void clear_has_stream ()
 
void set_has_localization_id ()
 
void clear_has_localization_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 title_id_
 
::google::protobuf::uint32 stream_
 
::google::protobuf::uint32 localization_id_
 

Static Private Attributes

static RichPresenceKeydefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ()
 

Detailed Description

Definition at line 100 of file presence_types.pb.h.

Constructor & Destructor Documentation

◆ RichPresenceKey() [1/2]

bgs::protocol::presence::v2::RichPresenceKey::RichPresenceKey ( )

◆ ~RichPresenceKey()

virtual bgs::protocol::presence::v2::RichPresenceKey::~RichPresenceKey ( )
virtual

◆ RichPresenceKey() [2/2]

bgs::protocol::presence::v2::RichPresenceKey::RichPresenceKey ( const RichPresenceKey from)

Member Function Documentation

◆ clear_has_localization_id()

void bgs::protocol::presence::v2::RichPresenceKey::clear_has_localization_id ( )
inlineprivate

Definition at line 1238 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_stream()

void bgs::protocol::presence::v2::RichPresenceKey::clear_has_stream ( )
inlineprivate

Definition at line 1214 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_title_id()

void bgs::protocol::presence::v2::RichPresenceKey::clear_has_title_id ( )
inlineprivate

Definition at line 1190 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_localization_id()

void bgs::protocol::presence::v2::RichPresenceKey::clear_localization_id ( )
inline

Definition at line 1241 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ clear_stream()

void bgs::protocol::presence::v2::RichPresenceKey::clear_stream ( )
inline

Definition at line 1217 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ clear_title_id()

void bgs::protocol::presence::v2::RichPresenceKey::clear_title_id ( )
inline

Definition at line 1193 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const RichPresenceKey & bgs::protocol::presence::v2::RichPresenceKey::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::presence::v2::RichPresenceKey::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::presence::v2::RichPresenceKey::GetCachedSize ( ) const
inline

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

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::presence::v2::RichPresenceKey::GetMetadata ( ) const

◆ has_localization_id()

bool bgs::protocol::presence::v2::RichPresenceKey::has_localization_id ( ) const
inline

Definition at line 1232 of file presence_types.pb.h.

◆ has_stream()

bool bgs::protocol::presence::v2::RichPresenceKey::has_stream ( ) const
inline

Definition at line 1208 of file presence_types.pb.h.

◆ has_title_id()

bool bgs::protocol::presence::v2::RichPresenceKey::has_title_id ( ) const
inline

Definition at line 1184 of file presence_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::presence::v2::RichPresenceKey::InitAsDefaultInstance ( )
private

◆ localization_id()

google::protobuf::uint32 bgs::protocol::presence::v2::RichPresenceKey::localization_id ( ) const
inline

Definition at line 1245 of file presence_types.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::presence::v2::RichPresenceKey::mutable_unknown_fields ( )
inline

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

◆ New()

RichPresenceKey * bgs::protocol::presence::v2::RichPresenceKey::New ( ) const

◆ operator=()

RichPresenceKey & bgs::protocol::presence::v2::RichPresenceKey::operator= ( const RichPresenceKey from)
inline

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

◆ set_has_localization_id()

void bgs::protocol::presence::v2::RichPresenceKey::set_has_localization_id ( )
inlineprivate

Definition at line 1235 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_stream()

void bgs::protocol::presence::v2::RichPresenceKey::set_has_stream ( )
inlineprivate

Definition at line 1211 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_title_id()

void bgs::protocol::presence::v2::RichPresenceKey::set_has_title_id ( )
inlineprivate

Definition at line 1187 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ set_localization_id()

void bgs::protocol::presence::v2::RichPresenceKey::set_localization_id ( ::google::protobuf::uint32  value)
inline

Definition at line 1249 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_stream()

void bgs::protocol::presence::v2::RichPresenceKey::set_stream ( ::google::protobuf::uint32  value)
inline

Definition at line 1225 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_title_id()

void bgs::protocol::presence::v2::RichPresenceKey::set_title_id ( ::google::protobuf::uint32  value)
inline

Definition at line 1201 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::presence::v2::RichPresenceKey::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::presence::v2::RichPresenceKey::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::presence::v2::RichPresenceKey::SharedDtor ( )
private

◆ stream()

google::protobuf::uint32 bgs::protocol::presence::v2::RichPresenceKey::stream ( ) const
inline

Definition at line 1221 of file presence_types.pb.h.

◆ Swap()

void bgs::protocol::presence::v2::RichPresenceKey::Swap ( RichPresenceKey other)

◆ title_id()

google::protobuf::uint32 bgs::protocol::presence::v2::RichPresenceKey::title_id ( ) const
inline

Definition at line 1197 of file presence_types.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::presence::v2::RichPresenceKey::unknown_fields ( ) const
inline

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

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto

void protobuf_AssignDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv2_2fpresence_5ftypes_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::presence::v2::RichPresenceKey::_cached_size_
mutableprivate

Definition at line 173 of file presence_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::presence::v2::RichPresenceKey::_has_bits_[1]
private

Definition at line 172 of file presence_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::presence::v2::RichPresenceKey::_unknown_fields_
private

Definition at line 170 of file presence_types.pb.h.

◆ default_instance_

RichPresenceKey* bgs::protocol::presence::v2::RichPresenceKey::default_instance_
staticprivate

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

◆ kLocalizationIdFieldNumber

const int bgs::protocol::presence::v2::RichPresenceKey::kLocalizationIdFieldNumber = 3
static

Definition at line 157 of file presence_types.pb.h.

◆ kStreamFieldNumber

const int bgs::protocol::presence::v2::RichPresenceKey::kStreamFieldNumber = 2
static

Definition at line 150 of file presence_types.pb.h.

◆ kTitleIdFieldNumber

const int bgs::protocol::presence::v2::RichPresenceKey::kTitleIdFieldNumber = 1
static

Definition at line 143 of file presence_types.pb.h.

◆ localization_id_

::google::protobuf::uint32 bgs::protocol::presence::v2::RichPresenceKey::localization_id_
private

Definition at line 176 of file presence_types.pb.h.

◆ stream_

::google::protobuf::uint32 bgs::protocol::presence::v2::RichPresenceKey::stream_
private

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

◆ title_id_

::google::protobuf::uint32 bgs::protocol::presence::v2::RichPresenceKey::title_id_
private

Definition at line 174 of file presence_types.pb.h.


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