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

#include <authentication_service.pb.h>

Public Member Functions

 GameAccountSelectedRequest ()
 
virtual ~GameAccountSelectedRequest ()
 
 GameAccountSelectedRequest (const GameAccountSelectedRequest &from)
 
GameAccountSelectedRequestoperator= (const GameAccountSelectedRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GameAccountSelectedRequest *other)
 
GameAccountSelectedRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GameAccountSelectedRequest &from)
 
void MergeFrom (const GameAccountSelectedRequest &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_result () const
 
void clear_result ()
 
inline::google::protobuf::uint32 result () const
 
void set_result (::google::protobuf::uint32 value)
 
bool has_game_account_id () const
 
void clear_game_account_id ()
 
const ::bgs::protocol::EntityIdgame_account_id () const
 
inline::bgs::protocol::EntityId * mutable_game_account_id ()
 
inline::bgs::protocol::EntityId * release_game_account_id ()
 
void set_allocated_game_account_id (::bgs::protocol::EntityId *game_account_id)
 
- 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
GameAccountSelectedRequest
default_instance ()
 

Static Public Attributes

static const int kResultFieldNumber = 1
 
static const int kGameAccountIdFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_result ()
 
void clear_has_result ()
 
void set_has_game_account_id ()
 
void clear_has_game_account_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdgame_account_id_
 
::google::protobuf::uint32 result_
 

Static Private Attributes

static GameAccountSelectedRequestdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ()
 
void protobuf_AssignDesc_authentication_5fservice_2eproto ()
 
void protobuf_ShutdownFile_authentication_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::authentication::v1::GameAccountSelectedRequest::GameAccountSelectedRequest ( )
virtual bgs::protocol::authentication::v1::GameAccountSelectedRequest::~GameAccountSelectedRequest ( )
virtual
bgs::protocol::authentication::v1::GameAccountSelectedRequest::GameAccountSelectedRequest ( const GameAccountSelectedRequest from)

Member Function Documentation

int bgs::protocol::authentication::v1::GameAccountSelectedRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::clear_game_account_id ( )
inline
4805  {
4806  if (game_account_id_ != NULL) game_account_id_->::bgs::protocol::EntityId::Clear();
4808 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * game_account_id_
Definition: authentication_service.pb.h:1913
void clear_has_game_account_id()
Definition: authentication_service.pb.h:4802

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::clear_has_game_account_id ( )
inlineprivate
4802  {
4803  _has_bits_[0] &= ~0x00000002u;
4804 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1911

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::clear_has_result ( )
inlineprivate
4778  {
4779  _has_bits_[0] &= ~0x00000001u;
4780 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1911

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::clear_result ( )
inline
4781  {
4782  result_ = 0u;
4783  clear_has_result();
4784 }
void clear_has_result()
Definition: authentication_service.pb.h:4778
::google::protobuf::uint32 result_
Definition: authentication_service.pb.h:1914

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::GameAccountSelectedRequest::CopyFrom ( const GameAccountSelectedRequest from)
static const GameAccountSelectedRequest& bgs::protocol::authentication::v1::GameAccountSelectedRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::authentication::v1::GameAccountSelectedRequest::descriptor ( )
static
const ::bgs::protocol::EntityId & bgs::protocol::authentication::v1::GameAccountSelectedRequest::game_account_id ( ) const
inline
4809  {
4810  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.GameAccountSelectedRequest.game_account_id)
4812 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * game_account_id_
Definition: authentication_service.pb.h:1913
static GameAccountSelectedRequest * default_instance_
Definition: authentication_service.pb.h:1920

+ Here is the caller graph for this function:

int bgs::protocol::authentication::v1::GameAccountSelectedRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1874 { return _cached_size_; }
int _cached_size_
Definition: authentication_service.pb.h:1912
::google::protobuf::Metadata bgs::protocol::authentication::v1::GameAccountSelectedRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::authentication::v1::GameAccountSelectedRequest::has_game_account_id ( ) const
inline
4796  {
4797  return (_has_bits_[0] & 0x00000002u) != 0;
4798 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1911
bool bgs::protocol::authentication::v1::GameAccountSelectedRequest::has_result ( ) const
inline
4772  {
4773  return (_has_bits_[0] & 0x00000001u) != 0;
4774 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1911
void bgs::protocol::authentication::v1::GameAccountSelectedRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::authentication::v1::GameAccountSelectedRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::GameAccountSelectedRequest::MergeFrom ( const GameAccountSelectedRequest from)
bool bgs::protocol::authentication::v1::GameAccountSelectedRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::EntityId * bgs::protocol::authentication::v1::GameAccountSelectedRequest::mutable_game_account_id ( )
inline
4813  {
4815  if (game_account_id_ == NULL) game_account_id_ = new ::bgs::protocol::EntityId;
4816  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.GameAccountSelectedRequest.game_account_id)
4817  return game_account_id_;
4818 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * game_account_id_
Definition: authentication_service.pb.h:1913
void set_has_game_account_id()
Definition: authentication_service.pb.h:4799

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::authentication::v1::GameAccountSelectedRequest::mutable_unknown_fields ( )
inline
1849  {
1850  return &_unknown_fields_;
1851  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:1909
GameAccountSelectedRequest* bgs::protocol::authentication::v1::GameAccountSelectedRequest::New ( ) const
virtual
GameAccountSelectedRequest& bgs::protocol::authentication::v1::GameAccountSelectedRequest::operator= ( const GameAccountSelectedRequest from)
inline
1840  {
1841  CopyFrom(from);
1842  return *this;
1843  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::EntityId * bgs::protocol::authentication::v1::GameAccountSelectedRequest::release_game_account_id ( )
inline
4819  {
4823  return temp;
4824 }
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * game_account_id_
Definition: authentication_service.pb.h:1913
void clear_has_game_account_id()
Definition: authentication_service.pb.h:4802

+ Here is the call graph for this function:

google::protobuf::uint32 bgs::protocol::authentication::v1::GameAccountSelectedRequest::result ( ) const
inline
4785  {
4786  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.GameAccountSelectedRequest.result)
4787  return result_;
4788 }
::google::protobuf::uint32 result_
Definition: authentication_service.pb.h:1914
void bgs::protocol::authentication::v1::GameAccountSelectedRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::authentication::v1::GameAccountSelectedRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::authentication::v1::GameAccountSelectedRequest::set_allocated_game_account_id ( ::bgs::protocol::EntityId game_account_id)
inline
4825  {
4826  delete game_account_id_;
4828  if (game_account_id) {
4830  } else {
4832  }
4833  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.GameAccountSelectedRequest.game_account_id)
4834 }
::bgs::protocol::EntityId * game_account_id_
Definition: authentication_service.pb.h:1913
void clear_has_game_account_id()
Definition: authentication_service.pb.h:4802
void set_has_game_account_id()
Definition: authentication_service.pb.h:4799
const ::bgs::protocol::EntityId & game_account_id() const
Definition: authentication_service.pb.h:4809

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::set_has_game_account_id ( )
inlineprivate
4799  {
4800  _has_bits_[0] |= 0x00000002u;
4801 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1911

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::set_has_result ( )
inlineprivate
4775  {
4776  _has_bits_[0] |= 0x00000001u;
4777 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1911

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::set_result ( ::google::protobuf::uint32  value)
inline
4789  {
4790  set_has_result();
4791  result_ = value;
4792  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.GameAccountSelectedRequest.result)
4793 }
void set_has_result()
Definition: authentication_service.pb.h:4775
::google::protobuf::uint32 result_
Definition: authentication_service.pb.h:1914
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::GameAccountSelectedRequest::SharedCtor ( )
private
void bgs::protocol::authentication::v1::GameAccountSelectedRequest::SharedDtor ( )
private
void bgs::protocol::authentication::v1::GameAccountSelectedRequest::Swap ( GameAccountSelectedRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::authentication::v1::GameAccountSelectedRequest::unknown_fields ( ) const
inline
1845  {
1846  return _unknown_fields_;
1847  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:1909

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_authentication_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::authentication::v1::GameAccountSelectedRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::authentication::v1::GameAccountSelectedRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::authentication::v1::GameAccountSelectedRequest::_unknown_fields_
private
GameAccountSelectedRequest* bgs::protocol::authentication::v1::GameAccountSelectedRequest::default_instance_
staticprivate
::bgs::protocol::EntityId* bgs::protocol::authentication::v1::GameAccountSelectedRequest::game_account_id_
private
const int bgs::protocol::authentication::v1::GameAccountSelectedRequest::kGameAccountIdFieldNumber = 2
static
const int bgs::protocol::authentication::v1::GameAccountSelectedRequest::kResultFieldNumber = 1
static
::google::protobuf::uint32 bgs::protocol::authentication::v1::GameAccountSelectedRequest::result_
private

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