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

#include <presence_listener.pb.h>

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

Public Member Functions

 StateChangedNotification ()
 
virtual ~StateChangedNotification ()
 
 StateChangedNotification (const StateChangedNotification &from)
 
StateChangedNotificationoperator= (const StateChangedNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StateChangedNotification *other)
 
StateChangedNotificationNew () 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 StateChangedNotificationdefault_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 StateChangedNotificationdefault_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 142 of file presence_listener.pb.h.

Constructor & Destructor Documentation

◆ StateChangedNotification() [1/2]

bgs::protocol::presence::v1::StateChangedNotification::StateChangedNotification ( )

◆ ~StateChangedNotification()

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

◆ StateChangedNotification() [2/2]

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

Member Function Documentation

◆ add_state()

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

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

◆ clear_has_subscriber_id()

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

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

+ Here is the caller graph for this function:

◆ clear_has_subscriber_program()

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

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

+ Here is the caller graph for this function:

◆ clear_state()

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

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

◆ clear_subscriber_id()

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

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

+ Here is the call graph for this function:

◆ clear_subscriber_program()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_subscriber_id()

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

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

◆ has_subscriber_program()

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

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

◆ InitAsDefaultInstance()

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

◆ mutable_state() [1/2]

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

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

◆ mutable_state() [2/2]

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

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

◆ mutable_subscriber_id()

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

Definition at line 379 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::StateChangedNotification::mutable_unknown_fields ( )
inline

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

◆ New()

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

◆ operator=()

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

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

◆ release_subscriber_id()

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

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

+ Here is the call graph for this function:

◆ set_allocated_subscriber_id()

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

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

+ Here is the call graph for this function:

◆ set_has_subscriber_id()

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

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

+ Here is the caller graph for this function:

◆ set_has_subscriber_program()

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

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

+ Here is the caller graph for this function:

◆ set_subscriber_program()

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ state() [1/2]

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

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

◆ state() [2/2]

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

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

◆ state_size()

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

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

◆ subscriber_id()

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

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

+ Here is the caller graph for this function:

◆ subscriber_program()

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

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 154 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::StateChangedNotification::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ kStateFieldNumber

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

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

◆ kSubscriberIdFieldNumber

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

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

◆ kSubscriberProgramFieldNumber

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

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

◆ state_

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

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

◆ subscriber_id_

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

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

◆ subscriber_program_

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

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


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