TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::account::v1::GameAccountSessionNotification Class Reference

#include <account_service.pb.h>

Public Member Functions

 GameAccountSessionNotification ()
 
virtual ~GameAccountSessionNotification ()
 
 GameAccountSessionNotification (const GameAccountSessionNotification &from)
 
GameAccountSessionNotificationoperator= (const GameAccountSessionNotification &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GameAccountSessionNotification *other)
 
GameAccountSessionNotificationNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GameAccountSessionNotification &from)
 
void MergeFrom (const GameAccountSessionNotification &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_game_account () const
 
void clear_game_account ()
 
const
::bgs::protocol::account::v1::GameAccountHandle
game_account () const
 
inline::bgs::protocol::account::v1::GameAccountHandle * mutable_game_account ()
 
inline::bgs::protocol::account::v1::GameAccountHandle * release_game_account ()
 
void set_allocated_game_account (::bgs::protocol::account::v1::GameAccountHandle *game_account)
 
bool has_session_info () const
 
void clear_session_info ()
 
const
::bgs::protocol::account::v1::GameSessionUpdateInfo
session_info () const
 
inline::bgs::protocol::account::v1::GameSessionUpdateInfo * mutable_session_info ()
 
inline::bgs::protocol::account::v1::GameSessionUpdateInfo * release_session_info ()
 
void set_allocated_session_info (::bgs::protocol::account::v1::GameSessionUpdateInfo *session_info)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const
GameAccountSessionNotification
default_instance ()
 

Static Public Attributes

static const int kGameAccountFieldNumber = 1
 
static const int kSessionInfoFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_game_account ()
 
void clear_has_game_account ()
 
void set_has_session_info ()
 
void clear_has_session_info ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::GameAccountHandlegame_account_
 
::bgs::protocol::account::v1::GameSessionUpdateInfosession_info_
 

Static Private Attributes

static
GameAccountSessionNotification
default_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ()
 
void protobuf_AssignDesc_account_5fservice_2eproto ()
 
void protobuf_ShutdownFile_account_5fservice_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

bgs::protocol::account::v1::GameAccountSessionNotification::GameAccountSessionNotification ( )
virtual bgs::protocol::account::v1::GameAccountSessionNotification::~GameAccountSessionNotification ( )
virtual
bgs::protocol::account::v1::GameAccountSessionNotification::GameAccountSessionNotification ( const GameAccountSessionNotification from)

Member Function Documentation

int bgs::protocol::account::v1::GameAccountSessionNotification::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountSessionNotification::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountSessionNotification::clear_game_account ( )
inline
6492  {
6493  if (game_account_ != NULL) game_account_->::bgs::protocol::account::v1::GameAccountHandle::Clear();
6495 }
void clear_has_game_account()
Definition: account_service.pb.h:6489
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_service.pb.h:3284
void bgs::protocol::account::v1::GameAccountSessionNotification::clear_has_game_account ( )
inlineprivate
6489  {
6490  _has_bits_[0] &= ~0x00000001u;
6491 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:3282
void bgs::protocol::account::v1::GameAccountSessionNotification::clear_has_session_info ( )
inlineprivate
6530  {
6531  _has_bits_[0] &= ~0x00000002u;
6532 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:3282
void bgs::protocol::account::v1::GameAccountSessionNotification::clear_session_info ( )
inline
6533  {
6534  if (session_info_ != NULL) session_info_->::bgs::protocol::account::v1::GameSessionUpdateInfo::Clear();
6536 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_session_info()
Definition: account_service.pb.h:6530
::bgs::protocol::account::v1::GameSessionUpdateInfo * session_info_
Definition: account_service.pb.h:3285
void bgs::protocol::account::v1::GameAccountSessionNotification::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameAccountSessionNotification::CopyFrom ( const GameAccountSessionNotification from)
static const GameAccountSessionNotification& bgs::protocol::account::v1::GameAccountSessionNotification::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::GameAccountSessionNotification::descriptor ( )
static
const ::bgs::protocol::account::v1::GameAccountHandle & bgs::protocol::account::v1::GameAccountSessionNotification::game_account ( ) const
inline
6496  {
6497  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountSessionNotification.game_account)
6499 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_service.pb.h:3284
static GameAccountSessionNotification * default_instance_
Definition: account_service.pb.h:3291
int bgs::protocol::account::v1::GameAccountSessionNotification::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

3243 { return _cached_size_; }
int _cached_size_
Definition: account_service.pb.h:3283
::google::protobuf::Metadata bgs::protocol::account::v1::GameAccountSessionNotification::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::GameAccountSessionNotification::has_game_account ( ) const
inline
6483  {
6484  return (_has_bits_[0] & 0x00000001u) != 0;
6485 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:3282
bool bgs::protocol::account::v1::GameAccountSessionNotification::has_session_info ( ) const
inline
6524  {
6525  return (_has_bits_[0] & 0x00000002u) != 0;
6526 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:3282
void bgs::protocol::account::v1::GameAccountSessionNotification::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::GameAccountSessionNotification::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountSessionNotification::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameAccountSessionNotification::MergeFrom ( const GameAccountSessionNotification from)
bool bgs::protocol::account::v1::GameAccountSessionNotification::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::account::v1::GameAccountSessionNotification::mutable_game_account ( )
inline
6500  {
6502  if (game_account_ == NULL) game_account_ = new ::bgs::protocol::account::v1::GameAccountHandle;
6503  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GameAccountSessionNotification.game_account)
6504  return game_account_;
6505 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_service.pb.h:3284
void set_has_game_account()
Definition: account_service.pb.h:6486
bgs::protocol::account::v1::GameSessionUpdateInfo * bgs::protocol::account::v1::GameAccountSessionNotification::mutable_session_info ( )
inline
6541  {
6543  if (session_info_ == NULL) session_info_ = new ::bgs::protocol::account::v1::GameSessionUpdateInfo;
6544  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GameAccountSessionNotification.session_info)
6545  return session_info_;
6546 }
void set_has_session_info()
Definition: account_service.pb.h:6527
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::GameSessionUpdateInfo * session_info_
Definition: account_service.pb.h:3285
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::GameAccountSessionNotification::mutable_unknown_fields ( )
inline
3218  {
3219  return &_unknown_fields_;
3220  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:3280
GameAccountSessionNotification* bgs::protocol::account::v1::GameAccountSessionNotification::New ( ) const
virtual
GameAccountSessionNotification& bgs::protocol::account::v1::GameAccountSessionNotification::operator= ( const GameAccountSessionNotification from)
inline
3209  {
3210  CopyFrom(from);
3211  return *this;
3212  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::account::v1::GameAccountSessionNotification::release_game_account ( )
inline
6506  {
6509  game_account_ = NULL;
6510  return temp;
6511 }
void clear_has_game_account()
Definition: account_service.pb.h:6489
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_service.pb.h:3284
Definition: account_types.pb.h:771
bgs::protocol::account::v1::GameSessionUpdateInfo * bgs::protocol::account::v1::GameAccountSessionNotification::release_session_info ( )
inline
6547  {
6550  session_info_ = NULL;
6551  return temp;
6552 }
Definition: account_types.pb.h:3552
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_session_info()
Definition: account_service.pb.h:6530
::bgs::protocol::account::v1::GameSessionUpdateInfo * session_info_
Definition: account_service.pb.h:3285
void bgs::protocol::account::v1::GameAccountSessionNotification::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::GameAccountSessionNotification::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
const ::bgs::protocol::account::v1::GameSessionUpdateInfo & bgs::protocol::account::v1::GameAccountSessionNotification::session_info ( ) const
inline
6537  {
6538  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountSessionNotification.session_info)
6540 }
arena_t NULL
Definition: jemalloc_internal.h:624
static GameAccountSessionNotification * default_instance_
Definition: account_service.pb.h:3291
::bgs::protocol::account::v1::GameSessionUpdateInfo * session_info_
Definition: account_service.pb.h:3285
void bgs::protocol::account::v1::GameAccountSessionNotification::set_allocated_game_account ( ::bgs::protocol::account::v1::GameAccountHandle game_account)
inline
6512  {
6513  delete game_account_;
6515  if (game_account) {
6517  } else {
6519  }
6520  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GameAccountSessionNotification.game_account)
6521 }
void clear_has_game_account()
Definition: account_service.pb.h:6489
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_service.pb.h:3284
void set_has_game_account()
Definition: account_service.pb.h:6486
const ::bgs::protocol::account::v1::GameAccountHandle & game_account() const
Definition: account_service.pb.h:6496
void bgs::protocol::account::v1::GameAccountSessionNotification::set_allocated_session_info ( ::bgs::protocol::account::v1::GameSessionUpdateInfo session_info)
inline
6553  {
6554  delete session_info_;
6556  if (session_info) {
6558  } else {
6560  }
6561  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GameAccountSessionNotification.session_info)
6562 }
void set_has_session_info()
Definition: account_service.pb.h:6527
const ::bgs::protocol::account::v1::GameSessionUpdateInfo & session_info() const
Definition: account_service.pb.h:6537
void clear_has_session_info()
Definition: account_service.pb.h:6530
::bgs::protocol::account::v1::GameSessionUpdateInfo * session_info_
Definition: account_service.pb.h:3285
void bgs::protocol::account::v1::GameAccountSessionNotification::set_has_game_account ( )
inlineprivate
6486  {
6487  _has_bits_[0] |= 0x00000001u;
6488 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:3282
void bgs::protocol::account::v1::GameAccountSessionNotification::set_has_session_info ( )
inlineprivate
6527  {
6528  _has_bits_[0] |= 0x00000002u;
6529 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:3282
void bgs::protocol::account::v1::GameAccountSessionNotification::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountSessionNotification::SharedCtor ( )
private
void bgs::protocol::account::v1::GameAccountSessionNotification::SharedDtor ( )
private
void bgs::protocol::account::v1::GameAccountSessionNotification::Swap ( GameAccountSessionNotification other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::GameAccountSessionNotification::unknown_fields ( ) const
inline
3214  {
3215  return _unknown_fields_;
3216  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:3280

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_account_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_account_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::account::v1::GameAccountSessionNotification::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountSessionNotification::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GameAccountSessionNotification::_unknown_fields_
private
GameAccountSessionNotification* bgs::protocol::account::v1::GameAccountSessionNotification::default_instance_
staticprivate
::bgs::protocol::account::v1::GameAccountHandle* bgs::protocol::account::v1::GameAccountSessionNotification::game_account_
private
const int bgs::protocol::account::v1::GameAccountSessionNotification::kGameAccountFieldNumber = 1
static
const int bgs::protocol::account::v1::GameAccountSessionNotification::kSessionInfoFieldNumber = 2
static
::bgs::protocol::account::v1::GameSessionUpdateInfo* bgs::protocol::account::v1::GameAccountSessionNotification::session_info_
private

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