TrinityCore
bgs::protocol::friends::v1::UpdateFriendStateNotification Class Reference

#include <friends_service.pb.h>

+ Inheritance diagram for bgs::protocol::friends::v1::UpdateFriendStateNotification:

Public Member Functions

 UpdateFriendStateNotification ()
 
virtual ~UpdateFriendStateNotification ()
 
 UpdateFriendStateNotification (const UpdateFriendStateNotification &from)
 
UpdateFriendStateNotificationoperator= (const UpdateFriendStateNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (UpdateFriendStateNotification *other)
 
UpdateFriendStateNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_changed_friend () const
 
void clear_changed_friend ()
 
const ::bgs::protocol::friends::v1::Friendchanged_friend () const
 
inline ::bgs::protocol::friends::v1::Friendmutable_changed_friend ()
 
inline ::bgs::protocol::friends::v1::Friendrelease_changed_friend ()
 
void set_allocated_changed_friend (::bgs::protocol::friends::v1::Friend *changed_friend)
 
bool has_account_id () const
 
void clear_account_id ()
 
const ::bgs::protocol::EntityIdaccount_id () const
 
inline ::bgs::protocol::EntityIdmutable_account_id ()
 
inline ::bgs::protocol::EntityIdrelease_account_id ()
 
void set_allocated_account_id (::bgs::protocol::EntityId *account_id)
 

Static Public Member Functions

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

Static Public Attributes

static const int kChangedFriendFieldNumber = 1
 
static const int kAccountIdFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_changed_friend ()
 
void clear_has_changed_friend ()
 
void set_has_account_id ()
 
void clear_has_account_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::friends::v1::Friendchanged_friend_
 
::bgs::protocol::EntityIdaccount_id_
 

Static Private Attributes

static UpdateFriendStateNotificationdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_friends_5fservice_2eproto ()
 
void protobuf_AssignDesc_friends_5fservice_2eproto ()
 
void protobuf_ShutdownFile_friends_5fservice_2eproto ()
 

Detailed Description

Definition at line 1343 of file friends_service.pb.h.

Constructor & Destructor Documentation

◆ UpdateFriendStateNotification() [1/2]

bgs::protocol::friends::v1::UpdateFriendStateNotification::UpdateFriendStateNotification ( )

◆ ~UpdateFriendStateNotification()

virtual bgs::protocol::friends::v1::UpdateFriendStateNotification::~UpdateFriendStateNotification ( )
virtual

◆ UpdateFriendStateNotification() [2/2]

bgs::protocol::friends::v1::UpdateFriendStateNotification::UpdateFriendStateNotification ( const UpdateFriendStateNotification from)

Member Function Documentation

◆ account_id()

const ::bgs::protocol::EntityId & bgs::protocol::friends::v1::UpdateFriendStateNotification::account_id ( ) const
inline

Definition at line 3052 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ changed_friend()

const ::bgs::protocol::friends::v1::Friend & bgs::protocol::friends::v1::UpdateFriendStateNotification::changed_friend ( ) const
inline

Definition at line 3011 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_account_id()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::clear_account_id ( )
inline

Definition at line 3048 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ clear_changed_friend()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::clear_changed_friend ( )
inline

Definition at line 3007 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ clear_has_account_id()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::clear_has_account_id ( )
inlineprivate

Definition at line 3045 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_changed_friend()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::clear_has_changed_friend ( )
inlineprivate

Definition at line 3004 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ default_instance()

static const UpdateFriendStateNotification & bgs::protocol::friends::v1::UpdateFriendStateNotification::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::friends::v1::UpdateFriendStateNotification::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::friends::v1::UpdateFriendStateNotification::GetCachedSize ( ) const
inline

Definition at line 1371 of file friends_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::friends::v1::UpdateFriendStateNotification::GetMetadata ( ) const

◆ has_account_id()

bool bgs::protocol::friends::v1::UpdateFriendStateNotification::has_account_id ( ) const
inline

Definition at line 3039 of file friends_service.pb.h.

◆ has_changed_friend()

bool bgs::protocol::friends::v1::UpdateFriendStateNotification::has_changed_friend ( ) const
inline

Definition at line 2998 of file friends_service.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::InitAsDefaultInstance ( )
private

◆ mutable_account_id()

bgs::protocol::EntityId * bgs::protocol::friends::v1::UpdateFriendStateNotification::mutable_account_id ( )
inline

Definition at line 3056 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_changed_friend()

bgs::protocol::friends::v1::Friend * bgs::protocol::friends::v1::UpdateFriendStateNotification::mutable_changed_friend ( )
inline

Definition at line 3015 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::friends::v1::UpdateFriendStateNotification::mutable_unknown_fields ( )
inline

Definition at line 1359 of file friends_service.pb.h.

◆ New()

UpdateFriendStateNotification * bgs::protocol::friends::v1::UpdateFriendStateNotification::New ( ) const

◆ operator=()

UpdateFriendStateNotification & bgs::protocol::friends::v1::UpdateFriendStateNotification::operator= ( const UpdateFriendStateNotification from)
inline

Definition at line 1350 of file friends_service.pb.h.

◆ release_account_id()

bgs::protocol::EntityId * bgs::protocol::friends::v1::UpdateFriendStateNotification::release_account_id ( )
inline

Definition at line 3062 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ release_changed_friend()

bgs::protocol::friends::v1::Friend * bgs::protocol::friends::v1::UpdateFriendStateNotification::release_changed_friend ( )
inline

Definition at line 3021 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_account_id()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::set_allocated_account_id ( ::bgs::protocol::EntityId account_id)
inline

Definition at line 3068 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_changed_friend()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::set_allocated_changed_friend ( ::bgs::protocol::friends::v1::Friend changed_friend)
inline

Definition at line 3027 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ set_has_account_id()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::set_has_account_id ( )
inlineprivate

Definition at line 3042 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_changed_friend()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::set_has_changed_friend ( )
inlineprivate

Definition at line 3001 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::friends::v1::UpdateFriendStateNotification::Swap ( UpdateFriendStateNotification other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::friends::v1::UpdateFriendStateNotification::unknown_fields ( ) const
inline

Definition at line 1355 of file friends_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_friends_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_friends_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_friends_5fservice_2eproto

void protobuf_AssignDesc_friends_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_friends_5fservice_2eproto

void protobuf_ShutdownFile_friends_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::friends::v1::UpdateFriendStateNotification::_cached_size_
mutableprivate

Definition at line 1411 of file friends_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::friends::v1::UpdateFriendStateNotification::_has_bits_[1]
private

Definition at line 1410 of file friends_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::friends::v1::UpdateFriendStateNotification::_unknown_fields_
private

Definition at line 1408 of file friends_service.pb.h.

◆ account_id_

::bgs::protocol::EntityId* bgs::protocol::friends::v1::UpdateFriendStateNotification::account_id_
private

Definition at line 1413 of file friends_service.pb.h.

◆ changed_friend_

::bgs::protocol::friends::v1::Friend* bgs::protocol::friends::v1::UpdateFriendStateNotification::changed_friend_
private

Definition at line 1412 of file friends_service.pb.h.

◆ default_instance_

UpdateFriendStateNotification* bgs::protocol::friends::v1::UpdateFriendStateNotification::default_instance_
staticprivate

Definition at line 1419 of file friends_service.pb.h.

◆ kAccountIdFieldNumber

const int bgs::protocol::friends::v1::UpdateFriendStateNotification::kAccountIdFieldNumber = 5
static

Definition at line 1395 of file friends_service.pb.h.

◆ kChangedFriendFieldNumber

const int bgs::protocol::friends::v1::UpdateFriendStateNotification::kChangedFriendFieldNumber = 1
static

Definition at line 1386 of file friends_service.pb.h.


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