TrinityCore
bgs::protocol::channel::v1::SubscriberId Class Reference

#include <channel_types.pb.h>

+ Inheritance diagram for bgs::protocol::channel::v1::SubscriberId:

Public Member Functions

 SubscriberId ()
 
virtual ~SubscriberId ()
 
 SubscriberId (const SubscriberId &from)
 
SubscriberIdoperator= (const SubscriberId &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SubscriberId *other)
 
SubscriberIdNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_account () const PROTOBUF_DEPRECATED
 
void clear_account () PROTOBUF_DEPRECATED
 
const ::bgs::protocol::account::v1::AccountIdaccount () const PROTOBUF_DEPRECATED
 
inline ::bgs::protocol::account::v1::AccountIdmutable_account () PROTOBUF_DEPRECATED
 
inline ::bgs::protocol::account::v1::AccountIdrelease_account () PROTOBUF_DEPRECATED
 
void set_allocated_account (::bgs::protocol::account::v1::AccountId *account) PROTOBUF_DEPRECATED
 
bool has_game_account () const
 
void clear_game_account ()
 
const ::bgs::protocol::account::v1::GameAccountHandlegame_account () const
 
inline ::bgs::protocol::account::v1::GameAccountHandlemutable_game_account ()
 
inline ::bgs::protocol::account::v1::GameAccountHandlerelease_game_account ()
 
void set_allocated_game_account (::bgs::protocol::account::v1::GameAccountHandle *game_account)
 
bool has_process () const
 
void clear_process ()
 
const ::bgs::protocol::ProcessIdprocess () const
 
inline ::bgs::protocol::ProcessIdmutable_process ()
 
inline ::bgs::protocol::ProcessIdrelease_process ()
 
void set_allocated_process (::bgs::protocol::ProcessId *process)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAccountFieldNumber = 1
 
static const int kGameAccountFieldNumber = 2
 
static const int kProcessFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_account ()
 
void clear_has_account ()
 
void set_has_game_account ()
 
void clear_has_game_account ()
 
void set_has_process ()
 
void clear_has_process ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::AccountIdaccount_
 
::bgs::protocol::account::v1::GameAccountHandlegame_account_
 
::bgs::protocol::ProcessIdprocess_
 

Static Private Attributes

static SubscriberIddefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_channel_5ftypes_2eproto ()
 
void protobuf_AssignDesc_channel_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_channel_5ftypes_2eproto ()
 

Detailed Description

Definition at line 928 of file channel_types.pb.h.

Constructor & Destructor Documentation

◆ SubscriberId() [1/2]

bgs::protocol::channel::v1::SubscriberId::SubscriberId ( )

◆ ~SubscriberId()

virtual bgs::protocol::channel::v1::SubscriberId::~SubscriberId ( )
virtual

◆ SubscriberId() [2/2]

bgs::protocol::channel::v1::SubscriberId::SubscriberId ( const SubscriberId from)

Member Function Documentation

◆ account()

const ::bgs::protocol::account::v1::AccountId & bgs::protocol::channel::v1::SubscriberId::account ( ) const
inline

Definition at line 2232 of file channel_types.pb.h.

◆ clear_account()

void bgs::protocol::channel::v1::SubscriberId::clear_account ( )
inline

Definition at line 2228 of file channel_types.pb.h.

◆ clear_game_account()

void bgs::protocol::channel::v1::SubscriberId::clear_game_account ( )
inline

Definition at line 2269 of file channel_types.pb.h.

◆ clear_has_account()

void bgs::protocol::channel::v1::SubscriberId::clear_has_account ( )
inlineprivate

Definition at line 2225 of file channel_types.pb.h.

◆ clear_has_game_account()

void bgs::protocol::channel::v1::SubscriberId::clear_has_game_account ( )
inlineprivate

Definition at line 2266 of file channel_types.pb.h.

◆ clear_has_process()

void bgs::protocol::channel::v1::SubscriberId::clear_has_process ( )
inlineprivate

Definition at line 2307 of file channel_types.pb.h.

◆ clear_process()

void bgs::protocol::channel::v1::SubscriberId::clear_process ( )
inline

Definition at line 2310 of file channel_types.pb.h.

◆ default_instance()

static const SubscriberId & bgs::protocol::channel::v1::SubscriberId::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::channel::v1::SubscriberId::descriptor ( )
static

◆ game_account()

const ::bgs::protocol::account::v1::GameAccountHandle & bgs::protocol::channel::v1::SubscriberId::game_account ( ) const
inline

Definition at line 2273 of file channel_types.pb.h.

◆ GetCachedSize()

int bgs::protocol::channel::v1::SubscriberId::GetCachedSize ( ) const
inline

Definition at line 956 of file channel_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::channel::v1::SubscriberId::GetMetadata ( ) const

◆ has_account()

bool bgs::protocol::channel::v1::SubscriberId::has_account ( ) const
inline

Definition at line 2219 of file channel_types.pb.h.

◆ has_game_account()

bool bgs::protocol::channel::v1::SubscriberId::has_game_account ( ) const
inline

Definition at line 2260 of file channel_types.pb.h.

◆ has_process()

bool bgs::protocol::channel::v1::SubscriberId::has_process ( ) const
inline

Definition at line 2301 of file channel_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::channel::v1::SubscriberId::InitAsDefaultInstance ( )
private

◆ mutable_account()

bgs::protocol::account::v1::AccountId * bgs::protocol::channel::v1::SubscriberId::mutable_account ( )
inline

Definition at line 2236 of file channel_types.pb.h.

◆ mutable_game_account()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::channel::v1::SubscriberId::mutable_game_account ( )
inline

Definition at line 2277 of file channel_types.pb.h.

◆ mutable_process()

bgs::protocol::ProcessId * bgs::protocol::channel::v1::SubscriberId::mutable_process ( )
inline

Definition at line 2318 of file channel_types.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::channel::v1::SubscriberId::mutable_unknown_fields ( )
inline

Definition at line 944 of file channel_types.pb.h.

◆ New()

SubscriberId * bgs::protocol::channel::v1::SubscriberId::New ( ) const

◆ operator=()

SubscriberId & bgs::protocol::channel::v1::SubscriberId::operator= ( const SubscriberId from)
inline

Definition at line 935 of file channel_types.pb.h.

◆ process()

const ::bgs::protocol::ProcessId & bgs::protocol::channel::v1::SubscriberId::process ( ) const
inline

Definition at line 2314 of file channel_types.pb.h.

◆ release_account()

bgs::protocol::account::v1::AccountId * bgs::protocol::channel::v1::SubscriberId::release_account ( )
inline

Definition at line 2242 of file channel_types.pb.h.

◆ release_game_account()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::channel::v1::SubscriberId::release_game_account ( )
inline

Definition at line 2283 of file channel_types.pb.h.

◆ release_process()

bgs::protocol::ProcessId * bgs::protocol::channel::v1::SubscriberId::release_process ( )
inline

Definition at line 2324 of file channel_types.pb.h.

◆ set_allocated_account()

void bgs::protocol::channel::v1::SubscriberId::set_allocated_account ( ::bgs::protocol::account::v1::AccountId account)
inline

Definition at line 2248 of file channel_types.pb.h.

◆ set_allocated_game_account()

void bgs::protocol::channel::v1::SubscriberId::set_allocated_game_account ( ::bgs::protocol::account::v1::GameAccountHandle game_account)
inline

Definition at line 2289 of file channel_types.pb.h.

◆ set_allocated_process()

void bgs::protocol::channel::v1::SubscriberId::set_allocated_process ( ::bgs::protocol::ProcessId process)
inline

Definition at line 2330 of file channel_types.pb.h.

◆ set_has_account()

void bgs::protocol::channel::v1::SubscriberId::set_has_account ( )
inlineprivate

Definition at line 2222 of file channel_types.pb.h.

◆ set_has_game_account()

void bgs::protocol::channel::v1::SubscriberId::set_has_game_account ( )
inlineprivate

Definition at line 2263 of file channel_types.pb.h.

◆ set_has_process()

void bgs::protocol::channel::v1::SubscriberId::set_has_process ( )
inlineprivate

Definition at line 2304 of file channel_types.pb.h.

◆ SetCachedSize()

void bgs::protocol::channel::v1::SubscriberId::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::channel::v1::SubscriberId::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::channel::v1::SubscriberId::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::channel::v1::SubscriberId::Swap ( SubscriberId other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::channel::v1::SubscriberId::unknown_fields ( ) const
inline

Definition at line 940 of file channel_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_channel_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_channel_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_channel_5ftypes_2eproto

void protobuf_AssignDesc_channel_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_channel_5ftypes_2eproto

void protobuf_ShutdownFile_channel_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::channel::v1::SubscriberId::_cached_size_
mutableprivate

Definition at line 1007 of file channel_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::channel::v1::SubscriberId::_has_bits_[1]
private

Definition at line 1006 of file channel_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::channel::v1::SubscriberId::_unknown_fields_
private

Definition at line 1004 of file channel_types.pb.h.

◆ account_

::bgs::protocol::account::v1::AccountId* bgs::protocol::channel::v1::SubscriberId::account_
private

Definition at line 1008 of file channel_types.pb.h.

◆ default_instance_

SubscriberId* bgs::protocol::channel::v1::SubscriberId::default_instance_
staticprivate

Definition at line 1016 of file channel_types.pb.h.

◆ game_account_

::bgs::protocol::account::v1::GameAccountHandle* bgs::protocol::channel::v1::SubscriberId::game_account_
private

Definition at line 1009 of file channel_types.pb.h.

◆ kAccountFieldNumber

const int bgs::protocol::channel::v1::SubscriberId::kAccountFieldNumber = 1
static

Definition at line 971 of file channel_types.pb.h.

◆ kGameAccountFieldNumber

const int bgs::protocol::channel::v1::SubscriberId::kGameAccountFieldNumber = 2
static

Definition at line 980 of file channel_types.pb.h.

◆ kProcessFieldNumber

const int bgs::protocol::channel::v1::SubscriberId::kProcessFieldNumber = 3
static

Definition at line 989 of file channel_types.pb.h.

◆ process_

::bgs::protocol::ProcessId* bgs::protocol::channel::v1::SubscriberId::process_
private

Definition at line 1010 of file channel_types.pb.h.


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