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

#include <presence_types.pb.h>

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

Public Member Functions

 PresenceState ()
 
virtual ~PresenceState ()
 
 PresenceState (const PresenceState &from)
 
PresenceStateoperator= (const PresenceState &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (PresenceState *other)
 
PresenceStateNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_entity_id () const
 
void clear_entity_id ()
 
const ::bgs::protocol::EntityIdentity_id () const
 
inline ::bgs::protocol::EntityIdmutable_entity_id ()
 
inline ::bgs::protocol::EntityIdrelease_entity_id ()
 
void set_allocated_entity_id (::bgs::protocol::EntityId *entity_id)
 
int field_operation_size () const
 
void clear_field_operation ()
 
const ::bgs::protocol::presence::v1::FieldOperationfield_operation (int index) const
 
inline ::bgs::protocol::presence::v1::FieldOperationmutable_field_operation (int index)
 
inline ::bgs::protocol::presence::v1::FieldOperationadd_field_operation ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::FieldOperation > & field_operation () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::FieldOperation > * mutable_field_operation ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kEntityIdFieldNumber = 1
 
static const int kFieldOperationFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_entity_id ()
 
void clear_has_entity_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdentity_id_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::FieldOperationfield_operation_
 

Static Private Attributes

static PresenceStatedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_presence_5ftypes_2eproto ()
 
void protobuf_AssignDesc_presence_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_presence_5ftypes_2eproto ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PresenceState() [1/2]

bgs::protocol::presence::v1::PresenceState::PresenceState ( )

◆ ~PresenceState()

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

◆ PresenceState() [2/2]

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

Member Function Documentation

◆ add_field_operation()

bgs::protocol::presence::v1::FieldOperation * bgs::protocol::presence::v1::PresenceState::add_field_operation ( )
inline

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

◆ clear_entity_id()

void bgs::protocol::presence::v1::PresenceState::clear_entity_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_field_operation()

void bgs::protocol::presence::v1::PresenceState::clear_field_operation ( )
inline

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

◆ clear_has_entity_id()

void bgs::protocol::presence::v1::PresenceState::clear_has_entity_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ entity_id()

const ::bgs::protocol::EntityId & bgs::protocol::presence::v1::PresenceState::entity_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ field_operation() [1/2]

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

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

◆ field_operation() [2/2]

const ::bgs::protocol::presence::v1::FieldOperation & bgs::protocol::presence::v1::PresenceState::field_operation ( int  index) const
inline

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

◆ field_operation_size()

int bgs::protocol::presence::v1::PresenceState::field_operation_size ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_entity_id()

bool bgs::protocol::presence::v1::PresenceState::has_entity_id ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_entity_id()

bgs::protocol::EntityId * bgs::protocol::presence::v1::PresenceState::mutable_entity_id ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_field_operation() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::presence::v1::FieldOperation > * bgs::protocol::presence::v1::PresenceState::mutable_field_operation ( )
inline

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

◆ mutable_field_operation() [2/2]

bgs::protocol::presence::v1::FieldOperation * bgs::protocol::presence::v1::PresenceState::mutable_field_operation ( int  index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_entity_id()

bgs::protocol::EntityId * bgs::protocol::presence::v1::PresenceState::release_entity_id ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_entity_id()

void bgs::protocol::presence::v1::PresenceState::set_allocated_entity_id ( ::bgs::protocol::EntityId entity_id)
inline

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

+ Here is the call graph for this function:

◆ set_has_entity_id()

void bgs::protocol::presence::v1::PresenceState::set_has_entity_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ protobuf_AddDesc_presence_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_presence_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_presence_5ftypes_2eproto

void protobuf_AssignDesc_presence_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_presence_5ftypes_2eproto

void protobuf_ShutdownFile_presence_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ entity_id_

::bgs::protocol::EntityId* bgs::protocol::presence::v1::PresenceState::entity_id_
private

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

◆ field_operation_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::presence::v1::FieldOperation > bgs::protocol::presence::v1::PresenceState::field_operation_
private

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

◆ kEntityIdFieldNumber

const int bgs::protocol::presence::v1::PresenceState::kEntityIdFieldNumber = 1
static

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

◆ kFieldOperationFieldNumber

const int bgs::protocol::presence::v1::PresenceState::kFieldOperationFieldNumber = 2
static

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


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