TrinityCore
bgs::protocol::presence::v1::SubscribeNotification Class Reference

#include <presence_listener.pb.h>

+ Inheritance diagram for bgs::protocol::presence::v1::SubscribeNotification:

Public Member Functions

 SubscribeNotification ()
 
virtual ~SubscribeNotification ()
 
 SubscribeNotification (const SubscribeNotification &from)
 
SubscribeNotificationoperator= (const SubscribeNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SubscribeNotification *other)
 
SubscribeNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_subscriber_id () const
 
void clear_subscriber_id ()
 
const ::bgs::protocol::account::v1::AccountIdsubscriber_id () const
 
inline ::bgs::protocol::account::v1::AccountIdmutable_subscriber_id ()
 
inline ::bgs::protocol::account::v1::AccountIdrelease_subscriber_id ()
 
void set_allocated_subscriber_id (::bgs::protocol::account::v1::AccountId *subscriber_id)
 
int state_size () const
 
void clear_state ()
 
const ::bgs::protocol::presence::v1::PresenceStatestate (int index) const
 
inline ::bgs::protocol::presence::v1::PresenceStatemutable_state (int index)
 
inline ::bgs::protocol::presence::v1::PresenceStateadd_state ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::PresenceState > & state () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::PresenceState > * mutable_state ()
 
bool has_subscriber_program () const
 
void clear_subscriber_program ()
 
inline ::google::protobuf::uint32 subscriber_program () const
 
void set_subscriber_program (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kSubscriberIdFieldNumber = 1
 
static const int kStateFieldNumber = 2
 
static const int kSubscriberProgramFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_subscriber_id ()
 
void clear_has_subscriber_id ()
 
void set_has_subscriber_program ()
 
void clear_has_subscriber_program ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::AccountIdsubscriber_id_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::PresenceStatestate_
 
::google::protobuf::uint32 subscriber_program_
 

Static Private Attributes

static SubscribeNotificationdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_presence_5flistener_2eproto ()
 
void protobuf_AssignDesc_presence_5flistener_2eproto ()
 
void protobuf_ShutdownFile_presence_5flistener_2eproto ()
 

Detailed Description

Definition at line 51 of file presence_listener.pb.h.

Constructor & Destructor Documentation

◆ SubscribeNotification() [1/2]

bgs::protocol::presence::v1::SubscribeNotification::SubscribeNotification ( )

◆ ~SubscribeNotification()

virtual bgs::protocol::presence::v1::SubscribeNotification::~SubscribeNotification ( )
virtual

◆ SubscribeNotification() [2/2]

bgs::protocol::presence::v1::SubscribeNotification::SubscribeNotification ( const SubscribeNotification from)

Member Function Documentation

◆ add_state()

bgs::protocol::presence::v1::PresenceState * bgs::protocol::presence::v1::SubscribeNotification::add_state ( )
inline

Definition at line 318 of file presence_listener.pb.h.

◆ clear_has_subscriber_id()

void bgs::protocol::presence::v1::SubscribeNotification::clear_has_subscriber_id ( )
inlineprivate

Definition at line 269 of file presence_listener.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_subscriber_program()

void bgs::protocol::presence::v1::SubscribeNotification::clear_has_subscriber_program ( )
inlineprivate

Definition at line 340 of file presence_listener.pb.h.

+ Here is the caller graph for this function:

◆ clear_state()

void bgs::protocol::presence::v1::SubscribeNotification::clear_state ( )
inline

Definition at line 307 of file presence_listener.pb.h.

◆ clear_subscriber_id()

void bgs::protocol::presence::v1::SubscribeNotification::clear_subscriber_id ( )
inline

Definition at line 272 of file presence_listener.pb.h.

+ Here is the call graph for this function:

◆ clear_subscriber_program()

void bgs::protocol::presence::v1::SubscribeNotification::clear_subscriber_program ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

static const SubscribeNotification & bgs::protocol::presence::v1::SubscribeNotification::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::presence::v1::SubscribeNotification::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::presence::v1::SubscribeNotification::GetCachedSize ( ) const
inline

Definition at line 79 of file presence_listener.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::presence::v1::SubscribeNotification::GetMetadata ( ) const

◆ has_subscriber_id()

bool bgs::protocol::presence::v1::SubscribeNotification::has_subscriber_id ( ) const
inline

Definition at line 263 of file presence_listener.pb.h.

◆ has_subscriber_program()

bool bgs::protocol::presence::v1::SubscribeNotification::has_subscriber_program ( ) const
inline

Definition at line 334 of file presence_listener.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::presence::v1::SubscribeNotification::InitAsDefaultInstance ( )
private

◆ mutable_state() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::presence::v1::PresenceState > * bgs::protocol::presence::v1::SubscribeNotification::mutable_state ( )
inline

Definition at line 328 of file presence_listener.pb.h.

◆ mutable_state() [2/2]

bgs::protocol::presence::v1::PresenceState * bgs::protocol::presence::v1::SubscribeNotification::mutable_state ( int  index)
inline

Definition at line 314 of file presence_listener.pb.h.

◆ mutable_subscriber_id()

bgs::protocol::account::v1::AccountId * bgs::protocol::presence::v1::SubscribeNotification::mutable_subscriber_id ( )
inline

Definition at line 280 of file presence_listener.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::presence::v1::SubscribeNotification::mutable_unknown_fields ( )
inline

Definition at line 67 of file presence_listener.pb.h.

◆ New()

SubscribeNotification * bgs::protocol::presence::v1::SubscribeNotification::New ( ) const

◆ operator=()

SubscribeNotification & bgs::protocol::presence::v1::SubscribeNotification::operator= ( const SubscribeNotification from)
inline

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

◆ release_subscriber_id()

bgs::protocol::account::v1::AccountId * bgs::protocol::presence::v1::SubscribeNotification::release_subscriber_id ( )
inline

Definition at line 286 of file presence_listener.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_subscriber_id()

void bgs::protocol::presence::v1::SubscribeNotification::set_allocated_subscriber_id ( ::bgs::protocol::account::v1::AccountId subscriber_id)
inline

Definition at line 292 of file presence_listener.pb.h.

+ Here is the call graph for this function:

◆ set_has_subscriber_id()

void bgs::protocol::presence::v1::SubscribeNotification::set_has_subscriber_id ( )
inlineprivate

Definition at line 266 of file presence_listener.pb.h.

+ Here is the caller graph for this function:

◆ set_has_subscriber_program()

void bgs::protocol::presence::v1::SubscribeNotification::set_has_subscriber_program ( )
inlineprivate

Definition at line 337 of file presence_listener.pb.h.

+ Here is the caller graph for this function:

◆ set_subscriber_program()

void bgs::protocol::presence::v1::SubscribeNotification::set_subscriber_program ( ::google::protobuf::uint32  value)
inline

Definition at line 351 of file presence_listener.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::presence::v1::SubscribeNotification::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::presence::v1::SubscribeNotification::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::presence::v1::SubscribeNotification::SharedDtor ( )
private

◆ state() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::presence::v1::PresenceState > & bgs::protocol::presence::v1::SubscribeNotification::state ( ) const
inline

Definition at line 323 of file presence_listener.pb.h.

◆ state() [2/2]

const ::bgs::protocol::presence::v1::PresenceState & bgs::protocol::presence::v1::SubscribeNotification::state ( int  index) const
inline

Definition at line 310 of file presence_listener.pb.h.

◆ state_size()

int bgs::protocol::presence::v1::SubscribeNotification::state_size ( ) const
inline

Definition at line 304 of file presence_listener.pb.h.

◆ subscriber_id()

const ::bgs::protocol::account::v1::AccountId & bgs::protocol::presence::v1::SubscribeNotification::subscriber_id ( ) const
inline

Definition at line 276 of file presence_listener.pb.h.

+ Here is the caller graph for this function:

◆ subscriber_program()

google::protobuf::uint32 bgs::protocol::presence::v1::SubscribeNotification::subscriber_program ( ) const
inline

Definition at line 347 of file presence_listener.pb.h.

◆ Swap()

void bgs::protocol::presence::v1::SubscribeNotification::Swap ( SubscribeNotification other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::presence::v1::SubscribeNotification::unknown_fields ( ) const
inline

Definition at line 63 of file presence_listener.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_presence_5flistener_2eproto

void TC_PROTO_API protobuf_AddDesc_presence_5flistener_2eproto ( )
friend

◆ protobuf_AssignDesc_presence_5flistener_2eproto

void protobuf_AssignDesc_presence_5flistener_2eproto ( )
friend

◆ protobuf_ShutdownFile_presence_5flistener_2eproto

void protobuf_ShutdownFile_presence_5flistener_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::presence::v1::SubscribeNotification::_cached_size_
mutableprivate

Definition at line 129 of file presence_listener.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::presence::v1::SubscribeNotification::_has_bits_[1]
private

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

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::presence::v1::SubscribeNotification::_unknown_fields_
private

Definition at line 126 of file presence_listener.pb.h.

◆ default_instance_

SubscribeNotification* bgs::protocol::presence::v1::SubscribeNotification::default_instance_
staticprivate

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

◆ kStateFieldNumber

const int bgs::protocol::presence::v1::SubscribeNotification::kStateFieldNumber = 2
static

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

◆ kSubscriberIdFieldNumber

const int bgs::protocol::presence::v1::SubscribeNotification::kSubscriberIdFieldNumber = 1
static

Definition at line 94 of file presence_listener.pb.h.

◆ kSubscriberProgramFieldNumber

const int bgs::protocol::presence::v1::SubscribeNotification::kSubscriberProgramFieldNumber = 3
static

Definition at line 115 of file presence_listener.pb.h.

◆ state_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::PresenceState > bgs::protocol::presence::v1::SubscribeNotification::state_
private

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

◆ subscriber_id_

::bgs::protocol::account::v1::AccountId* bgs::protocol::presence::v1::SubscribeNotification::subscriber_id_
private

Definition at line 130 of file presence_listener.pb.h.

◆ subscriber_program_

::google::protobuf::uint32 bgs::protocol::presence::v1::SubscribeNotification::subscriber_program_
private

Definition at line 132 of file presence_listener.pb.h.


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