TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::notification::v2::client::NotificationReceivedNotification Class Reference

#include <notification_listener.pb.h>

+ Inheritance diagram for bgs::protocol::notification::v2::client::NotificationReceivedNotification:

Public Member Functions

 NotificationReceivedNotification ()
 
virtual ~NotificationReceivedNotification ()
 
 NotificationReceivedNotification (const NotificationReceivedNotification &from)
 
NotificationReceivedNotificationoperator= (const NotificationReceivedNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (NotificationReceivedNotification *other)
 
NotificationReceivedNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int notifications_size () const
 
void clear_notifications ()
 
const ::bgs::protocol::notification::v2::client::Notificationnotifications (int index) const
 
inline ::bgs::protocol::notification::v2::client::Notificationmutable_notifications (int index)
 
inline ::bgs::protocol::notification::v2::client::Notificationadd_notifications ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::notification::v2::client::Notification > & notifications () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::notification::v2::client::Notification > * mutable_notifications ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kNotificationsFieldNumber = 1
 

Private Member Functions

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

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::notification::v2::client::Notificationnotifications_
 

Static Private Attributes

static NotificationReceivedNotificationdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fnotification_5flistener_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv2_2fnotification_5flistener_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv2_2fnotification_5flistener_2eproto ()
 

Detailed Description

Definition at line 50 of file notification_listener.pb.h.

Constructor & Destructor Documentation

◆ NotificationReceivedNotification() [1/2]

bgs::protocol::notification::v2::client::NotificationReceivedNotification::NotificationReceivedNotification ( )

◆ ~NotificationReceivedNotification()

virtual bgs::protocol::notification::v2::client::NotificationReceivedNotification::~NotificationReceivedNotification ( )
virtual

◆ NotificationReceivedNotification() [2/2]

bgs::protocol::notification::v2::client::NotificationReceivedNotification::NotificationReceivedNotification ( const NotificationReceivedNotification from)

Member Function Documentation

◆ add_notifications()

bgs::protocol::notification::v2::client::Notification * bgs::protocol::notification::v2::client::NotificationReceivedNotification::add_notifications ( )
inline

Definition at line 162 of file notification_listener.pb.h.

◆ clear_notifications()

void bgs::protocol::notification::v2::client::NotificationReceivedNotification::clear_notifications ( )
inline

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

◆ default_instance()

static const NotificationReceivedNotification & bgs::protocol::notification::v2::client::NotificationReceivedNotification::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::notification::v2::client::NotificationReceivedNotification::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::notification::v2::client::NotificationReceivedNotification::GetCachedSize ( ) const
inline

Definition at line 78 of file notification_listener.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::notification::v2::client::NotificationReceivedNotification::GetMetadata ( ) const

◆ InitAsDefaultInstance()

void bgs::protocol::notification::v2::client::NotificationReceivedNotification::InitAsDefaultInstance ( )
private

◆ mutable_notifications() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::notification::v2::client::Notification > * bgs::protocol::notification::v2::client::NotificationReceivedNotification::mutable_notifications ( )
inline

Definition at line 172 of file notification_listener.pb.h.

◆ mutable_notifications() [2/2]

bgs::protocol::notification::v2::client::Notification * bgs::protocol::notification::v2::client::NotificationReceivedNotification::mutable_notifications ( int  index)
inline

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::notification::v2::client::NotificationReceivedNotification::mutable_unknown_fields ( )
inline

Definition at line 66 of file notification_listener.pb.h.

◆ New()

NotificationReceivedNotification * bgs::protocol::notification::v2::client::NotificationReceivedNotification::New ( ) const

◆ notifications() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::notification::v2::client::Notification > & bgs::protocol::notification::v2::client::NotificationReceivedNotification::notifications ( ) const
inline

Definition at line 167 of file notification_listener.pb.h.

◆ notifications() [2/2]

const ::bgs::protocol::notification::v2::client::Notification & bgs::protocol::notification::v2::client::NotificationReceivedNotification::notifications ( int  index) const
inline

Definition at line 154 of file notification_listener.pb.h.

◆ notifications_size()

int bgs::protocol::notification::v2::client::NotificationReceivedNotification::notifications_size ( ) const
inline

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

◆ operator=()

NotificationReceivedNotification & bgs::protocol::notification::v2::client::NotificationReceivedNotification::operator= ( const NotificationReceivedNotification from)
inline

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

◆ SetCachedSize()

void bgs::protocol::notification::v2::client::NotificationReceivedNotification::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::notification::v2::client::NotificationReceivedNotification::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::notification::v2::client::NotificationReceivedNotification::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::notification::v2::client::NotificationReceivedNotification::Swap ( NotificationReceivedNotification other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::notification::v2::client::NotificationReceivedNotification::unknown_fields ( ) const
inline

Definition at line 62 of file notification_listener.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv2_2fnotification_5flistener_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fnotification_5flistener_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv2_2fnotification_5flistener_2eproto

void protobuf_AssignDesc_api_2fclient_2fv2_2fnotification_5flistener_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv2_2fnotification_5flistener_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv2_2fnotification_5flistener_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::notification::v2::client::NotificationReceivedNotification::_cached_size_
mutableprivate

Definition at line 108 of file notification_listener.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::notification::v2::client::NotificationReceivedNotification::_has_bits_[1]
private

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

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::notification::v2::client::NotificationReceivedNotification::_unknown_fields_
private

Definition at line 105 of file notification_listener.pb.h.

◆ default_instance_

NotificationReceivedNotification* bgs::protocol::notification::v2::client::NotificationReceivedNotification::default_instance_
staticprivate

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

◆ kNotificationsFieldNumber

const int bgs::protocol::notification::v2::client::NotificationReceivedNotification::kNotificationsFieldNumber = 1
static

Definition at line 93 of file notification_listener.pb.h.

◆ notifications_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::notification::v2::client::Notification > bgs::protocol::notification::v2::client::NotificationReceivedNotification::notifications_
private

Definition at line 109 of file notification_listener.pb.h.


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