TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::whisper::v2::client::WhisperNotification Class Reference

#include <whisper_listener.pb.h>

+ Inheritance diagram for bgs::protocol::whisper::v2::client::WhisperNotification:

Public Member Functions

 WhisperNotification ()
 
virtual ~WhisperNotification ()
 
 WhisperNotification (const WhisperNotification &from)
 
WhisperNotificationoperator= (const WhisperNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (WhisperNotification *other)
 
WhisperNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_subscriber_account_id () const
 
void clear_subscriber_account_id ()
 
inline ::google::protobuf::uint64 subscriber_account_id () const
 
void set_subscriber_account_id (::google::protobuf::uint64 value)
 
bool has_whisper () const
 
void clear_whisper ()
 
const ::bgs::protocol::whisper::v2::Whisperwhisper () const
 
inline ::bgs::protocol::whisper::v2::Whispermutable_whisper ()
 
inline ::bgs::protocol::whisper::v2::Whisperrelease_whisper ()
 
void set_allocated_whisper (::bgs::protocol::whisper::v2::Whisper *whisper)
 
bool has_target_battle_tag () const
 
void clear_target_battle_tag ()
 
const ::std::string & target_battle_tag () const
 
void set_target_battle_tag (const ::std::string &value)
 
void set_target_battle_tag (const char *value)
 
void set_target_battle_tag (const char *value, size_t size)
 
inline ::std::string * mutable_target_battle_tag ()
 
inline ::std::string * release_target_battle_tag ()
 
void set_allocated_target_battle_tag (::std::string *target_battle_tag)
 
bool has_target_game_account () const
 
void clear_target_game_account ()
 
const ::bgs::protocol::account::v2::GameAccountHandletarget_game_account () const
 
inline ::bgs::protocol::account::v2::GameAccountHandlemutable_target_game_account ()
 
inline ::bgs::protocol::account::v2::GameAccountHandlerelease_target_game_account ()
 
void set_allocated_target_game_account (::bgs::protocol::account::v2::GameAccountHandle *target_game_account)
 

Static Public Member Functions

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

Static Public Attributes

static const int kSubscriberAccountIdFieldNumber = 1
 
static const int kWhisperFieldNumber = 2
 
static const int kTargetBattleTagFieldNumber = 3
 
static const int kTargetGameAccountFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_subscriber_account_id ()
 
void clear_has_subscriber_account_id ()
 
void set_has_whisper ()
 
void clear_has_whisper ()
 
void set_has_target_battle_tag ()
 
void clear_has_target_battle_tag ()
 
void set_has_target_game_account ()
 
void clear_has_target_game_account ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 subscriber_account_id_
 
::bgs::protocol::whisper::v2::Whisperwhisper_
 
::std::string * target_battle_tag_
 
::bgs::protocol::account::v2::GameAccountHandletarget_game_account_
 

Static Private Attributes

static WhisperNotificationdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fwhisper_5flistener_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv2_2fwhisper_5flistener_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv2_2fwhisper_5flistener_2eproto ()
 

Detailed Description

Definition at line 57 of file whisper_listener.pb.h.

Constructor & Destructor Documentation

◆ WhisperNotification() [1/2]

bgs::protocol::whisper::v2::client::WhisperNotification::WhisperNotification ( )

◆ ~WhisperNotification()

virtual bgs::protocol::whisper::v2::client::WhisperNotification::~WhisperNotification ( )
virtual

◆ WhisperNotification() [2/2]

bgs::protocol::whisper::v2::client::WhisperNotification::WhisperNotification ( const WhisperNotification from)

Member Function Documentation

◆ clear_has_subscriber_account_id()

void bgs::protocol::whisper::v2::client::WhisperNotification::clear_has_subscriber_account_id ( )
inlineprivate

Definition at line 626 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_target_battle_tag()

void bgs::protocol::whisper::v2::client::WhisperNotification::clear_has_target_battle_tag ( )
inlineprivate

Definition at line 691 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_target_game_account()

void bgs::protocol::whisper::v2::client::WhisperNotification::clear_has_target_game_account ( )
inlineprivate

Definition at line 767 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_whisper()

void bgs::protocol::whisper::v2::client::WhisperNotification::clear_has_whisper ( )
inlineprivate

Definition at line 650 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ clear_subscriber_account_id()

void bgs::protocol::whisper::v2::client::WhisperNotification::clear_subscriber_account_id ( )
inline

Definition at line 629 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ clear_target_battle_tag()

void bgs::protocol::whisper::v2::client::WhisperNotification::clear_target_battle_tag ( )
inline

Definition at line 694 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ clear_target_game_account()

void bgs::protocol::whisper::v2::client::WhisperNotification::clear_target_game_account ( )
inline

Definition at line 770 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ clear_whisper()

void bgs::protocol::whisper::v2::client::WhisperNotification::clear_whisper ( )
inline

Definition at line 653 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const WhisperNotification & bgs::protocol::whisper::v2::client::WhisperNotification::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::whisper::v2::client::WhisperNotification::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::whisper::v2::client::WhisperNotification::GetCachedSize ( ) const
inline

Definition at line 85 of file whisper_listener.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::whisper::v2::client::WhisperNotification::GetMetadata ( ) const

◆ has_subscriber_account_id()

bool bgs::protocol::whisper::v2::client::WhisperNotification::has_subscriber_account_id ( ) const
inline

Definition at line 620 of file whisper_listener.pb.h.

◆ has_target_battle_tag()

bool bgs::protocol::whisper::v2::client::WhisperNotification::has_target_battle_tag ( ) const
inline

Definition at line 685 of file whisper_listener.pb.h.

◆ has_target_game_account()

bool bgs::protocol::whisper::v2::client::WhisperNotification::has_target_game_account ( ) const
inline

Definition at line 761 of file whisper_listener.pb.h.

◆ has_whisper()

bool bgs::protocol::whisper::v2::client::WhisperNotification::has_whisper ( ) const
inline

Definition at line 644 of file whisper_listener.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::whisper::v2::client::WhisperNotification::InitAsDefaultInstance ( )
private

◆ mutable_target_battle_tag()

std::string * bgs::protocol::whisper::v2::client::WhisperNotification::mutable_target_battle_tag ( )
inline

Definition at line 728 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ mutable_target_game_account()

bgs::protocol::account::v2::GameAccountHandle * bgs::protocol::whisper::v2::client::WhisperNotification::mutable_target_game_account ( )
inline

Definition at line 778 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::whisper::v2::client::WhisperNotification::mutable_unknown_fields ( )
inline

Definition at line 73 of file whisper_listener.pb.h.

◆ mutable_whisper()

bgs::protocol::whisper::v2::Whisper * bgs::protocol::whisper::v2::client::WhisperNotification::mutable_whisper ( )
inline

Definition at line 661 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ New()

WhisperNotification * bgs::protocol::whisper::v2::client::WhisperNotification::New ( ) const

◆ operator=()

WhisperNotification & bgs::protocol::whisper::v2::client::WhisperNotification::operator= ( const WhisperNotification from)
inline

Definition at line 64 of file whisper_listener.pb.h.

◆ release_target_battle_tag()

std::string * bgs::protocol::whisper::v2::client::WhisperNotification::release_target_battle_tag ( )
inline

Definition at line 736 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ release_target_game_account()

bgs::protocol::account::v2::GameAccountHandle * bgs::protocol::whisper::v2::client::WhisperNotification::release_target_game_account ( )
inline

Definition at line 784 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ release_whisper()

bgs::protocol::whisper::v2::Whisper * bgs::protocol::whisper::v2::client::WhisperNotification::release_whisper ( )
inline

Definition at line 667 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_target_battle_tag()

void bgs::protocol::whisper::v2::client::WhisperNotification::set_allocated_target_battle_tag ( ::std::string *  target_battle_tag)
inline

Definition at line 746 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_target_game_account()

void bgs::protocol::whisper::v2::client::WhisperNotification::set_allocated_target_game_account ( ::bgs::protocol::account::v2::GameAccountHandle target_game_account)
inline

Definition at line 790 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_whisper()

void bgs::protocol::whisper::v2::client::WhisperNotification::set_allocated_whisper ( ::bgs::protocol::whisper::v2::Whisper whisper)
inline

Definition at line 673 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ set_has_subscriber_account_id()

void bgs::protocol::whisper::v2::client::WhisperNotification::set_has_subscriber_account_id ( )
inlineprivate

Definition at line 623 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ set_has_target_battle_tag()

void bgs::protocol::whisper::v2::client::WhisperNotification::set_has_target_battle_tag ( )
inlineprivate

Definition at line 688 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ set_has_target_game_account()

void bgs::protocol::whisper::v2::client::WhisperNotification::set_has_target_game_account ( )
inlineprivate

Definition at line 764 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ set_has_whisper()

void bgs::protocol::whisper::v2::client::WhisperNotification::set_has_whisper ( )
inlineprivate

Definition at line 647 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ set_subscriber_account_id()

void bgs::protocol::whisper::v2::client::WhisperNotification::set_subscriber_account_id ( ::google::protobuf::uint64  value)
inline

Definition at line 637 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ set_target_battle_tag() [1/3]

void bgs::protocol::whisper::v2::client::WhisperNotification::set_target_battle_tag ( const ::std::string &  value)
inline

Definition at line 704 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ set_target_battle_tag() [2/3]

void bgs::protocol::whisper::v2::client::WhisperNotification::set_target_battle_tag ( const char *  value)
inline

Definition at line 712 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ set_target_battle_tag() [3/3]

void bgs::protocol::whisper::v2::client::WhisperNotification::set_target_battle_tag ( const char *  value,
size_t  size 
)
inline

Definition at line 720 of file whisper_listener.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::whisper::v2::client::WhisperNotification::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::whisper::v2::client::WhisperNotification::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::whisper::v2::client::WhisperNotification::SharedDtor ( )
private

◆ subscriber_account_id()

google::protobuf::uint64 bgs::protocol::whisper::v2::client::WhisperNotification::subscriber_account_id ( ) const
inline

Definition at line 633 of file whisper_listener.pb.h.

◆ Swap()

void bgs::protocol::whisper::v2::client::WhisperNotification::Swap ( WhisperNotification other)

◆ target_battle_tag()

const ::std::string & bgs::protocol::whisper::v2::client::WhisperNotification::target_battle_tag ( ) const
inline

Definition at line 700 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ target_game_account()

const ::bgs::protocol::account::v2::GameAccountHandle & bgs::protocol::whisper::v2::client::WhisperNotification::target_game_account ( ) const
inline

Definition at line 774 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::whisper::v2::client::WhisperNotification::unknown_fields ( ) const
inline

Definition at line 69 of file whisper_listener.pb.h.

◆ whisper()

const ::bgs::protocol::whisper::v2::Whisper & bgs::protocol::whisper::v2::client::WhisperNotification::whisper ( ) const
inline

Definition at line 657 of file whisper_listener.pb.h.

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv2_2fwhisper_5flistener_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fwhisper_5flistener_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv2_2fwhisper_5flistener_2eproto

void protobuf_AssignDesc_api_2fclient_2fv2_2fwhisper_5flistener_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv2_2fwhisper_5flistener_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv2_2fwhisper_5flistener_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::whisper::v2::client::WhisperNotification::_cached_size_
mutableprivate

Definition at line 148 of file whisper_listener.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::whisper::v2::client::WhisperNotification::_has_bits_[1]
private

Definition at line 147 of file whisper_listener.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::whisper::v2::client::WhisperNotification::_unknown_fields_
private

Definition at line 145 of file whisper_listener.pb.h.

◆ default_instance_

WhisperNotification* bgs::protocol::whisper::v2::client::WhisperNotification::default_instance_
staticprivate

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

◆ kSubscriberAccountIdFieldNumber

const int bgs::protocol::whisper::v2::client::WhisperNotification::kSubscriberAccountIdFieldNumber = 1
static

Definition at line 100 of file whisper_listener.pb.h.

◆ kTargetBattleTagFieldNumber

const int bgs::protocol::whisper::v2::client::WhisperNotification::kTargetBattleTagFieldNumber = 3
static

Definition at line 116 of file whisper_listener.pb.h.

◆ kTargetGameAccountFieldNumber

const int bgs::protocol::whisper::v2::client::WhisperNotification::kTargetGameAccountFieldNumber = 4
static

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

◆ kWhisperFieldNumber

const int bgs::protocol::whisper::v2::client::WhisperNotification::kWhisperFieldNumber = 2
static

Definition at line 107 of file whisper_listener.pb.h.

◆ subscriber_account_id_

::google::protobuf::uint64 bgs::protocol::whisper::v2::client::WhisperNotification::subscriber_account_id_
private

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

◆ target_battle_tag_

::std::string* bgs::protocol::whisper::v2::client::WhisperNotification::target_battle_tag_
private

Definition at line 151 of file whisper_listener.pb.h.

◆ target_game_account_

::bgs::protocol::account::v2::GameAccountHandle* bgs::protocol::whisper::v2::client::WhisperNotification::target_game_account_
private

Definition at line 152 of file whisper_listener.pb.h.

◆ whisper_

::bgs::protocol::whisper::v2::Whisper* bgs::protocol::whisper::v2::client::WhisperNotification::whisper_
private

Definition at line 150 of file whisper_listener.pb.h.


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