TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Battlenet::JSON::Login::LoginResult Class Reference

#include <Login.pb.h>

Public Member Functions

 LoginResult ()
 
virtual ~LoginResult ()
 
 LoginResult (const LoginResult &from)
 
LoginResultoperator= (const LoginResult &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LoginResult *other)
 
LoginResultNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_authentication_state () const
 
void clear_authentication_state ()
 
inline::Battlenet::JSON::Login::AuthenticationState authentication_state () const
 
void set_authentication_state (::Battlenet::JSON::Login::AuthenticationState value)
 
bool has_error_code () const
 
void clear_error_code ()
 
const ::std::string & error_code () const
 
void set_error_code (const ::std::string &value)
 
void set_error_code (const char *value)
 
void set_error_code (const char *value, size_t size)
 
inline::std::string * mutable_error_code ()
 
inline::std::string * release_error_code ()
 
void set_allocated_error_code (::std::string *error_code)
 
bool has_error_message () const
 
void clear_error_message ()
 
const ::std::string & error_message () const
 
void set_error_message (const ::std::string &value)
 
void set_error_message (const char *value)
 
void set_error_message (const char *value, size_t size)
 
inline::std::string * mutable_error_message ()
 
inline::std::string * release_error_message ()
 
void set_allocated_error_message (::std::string *error_message)
 
bool has_url () const
 
void clear_url ()
 
const ::std::string & url () const
 
void set_url (const ::std::string &value)
 
void set_url (const char *value)
 
void set_url (const char *value, size_t size)
 
inline::std::string * mutable_url ()
 
inline::std::string * release_url ()
 
void set_allocated_url (::std::string *url)
 
bool has_login_ticket () const
 
void clear_login_ticket ()
 
const ::std::string & login_ticket () const
 
void set_login_ticket (const ::std::string &value)
 
void set_login_ticket (const char *value)
 
void set_login_ticket (const char *value, size_t size)
 
inline::std::string * mutable_login_ticket ()
 
inline::std::string * release_login_ticket ()
 
void set_allocated_login_ticket (::std::string *login_ticket)
 
- 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 Clear ()
 
virtual bool IsInitialized () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual int ByteSize () const
 
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 LoginResultdefault_instance ()
 

Static Public Attributes

static const int kAuthenticationStateFieldNumber = 1
 
static const int kErrorCodeFieldNumber = 2
 
static const int kErrorMessageFieldNumber = 3
 
static const int kUrlFieldNumber = 4
 
static const int kLoginTicketFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_authentication_state ()
 
void clear_has_authentication_state ()
 
void set_has_error_code ()
 
void clear_has_error_code ()
 
void set_has_error_message ()
 
void clear_has_error_message ()
 
void set_has_url ()
 
void clear_has_url ()
 
void set_has_login_ticket ()
 
void clear_has_login_ticket ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * error_code_
 
::std::string * error_message_
 
::std::string * url_
 
::std::string * login_ticket_
 
int authentication_state_
 

Static Private Attributes

static LoginResultdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_Login_2eproto ()
 
void protobuf_AssignDesc_Login_2eproto ()
 
void protobuf_ShutdownFile_Login_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

Battlenet::JSON::Login::LoginResult::LoginResult ( )
virtual Battlenet::JSON::Login::LoginResult::~LoginResult ( )
virtual
Battlenet::JSON::Login::LoginResult::LoginResult ( const LoginResult from)

Member Function Documentation

Battlenet::JSON::Login::AuthenticationState Battlenet::JSON::Login::LoginResult::authentication_state ( ) const
inline
1358  {
1359  // @@protoc_insertion_point(field_get:Battlenet.JSON.Login.LoginResult.authentication_state)
1361 }
int authentication_state_
Definition: Login.pb.h:593
AuthenticationState
Definition: Login.pb.h:64
void Battlenet::JSON::Login::LoginResult::clear_authentication_state ( )
inline
1354  {
1357 }
int authentication_state_
Definition: Login.pb.h:593
void clear_has_authentication_state()
Definition: Login.pb.h:1351

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::clear_error_code ( )
inline
1379  {
1381  error_code_->clear();
1382  }
1384 }
void clear_has_error_code()
Definition: Login.pb.h:1376
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_code_
Definition: Login.pb.h:589

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::clear_error_message ( )
inline
1455  {
1457  error_message_->clear();
1458  }
1460 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_error_message()
Definition: Login.pb.h:1452
::std::string * error_message_
Definition: Login.pb.h:590

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::clear_has_authentication_state ( )
inlineprivate
1351  {
1352  _has_bits_[0] &= ~0x00000001u;
1353 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::clear_has_error_code ( )
inlineprivate
1376  {
1377  _has_bits_[0] &= ~0x00000002u;
1378 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::clear_has_error_message ( )
inlineprivate
1452  {
1453  _has_bits_[0] &= ~0x00000004u;
1454 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::clear_has_login_ticket ( )
inlineprivate
1604  {
1605  _has_bits_[0] &= ~0x00000010u;
1606 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::clear_has_url ( )
inlineprivate
1528  {
1529  _has_bits_[0] &= ~0x00000008u;
1530 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::clear_login_ticket ( )
inline
1607  {
1609  login_ticket_->clear();
1610  }
1612 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_login_ticket()
Definition: Login.pb.h:1604
::std::string * login_ticket_
Definition: Login.pb.h:592

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::clear_url ( )
inline
1531  {
1533  url_->clear();
1534  }
1535  clear_has_url();
1536 }
::std::string * url_
Definition: Login.pb.h:591
void clear_has_url()
Definition: Login.pb.h:1528
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

static const LoginResult& Battlenet::JSON::Login::LoginResult::default_instance ( )
static
static const ::google::protobuf::Descriptor* Battlenet::JSON::Login::LoginResult::descriptor ( )
static
const ::std::string & Battlenet::JSON::Login::LoginResult::error_code ( ) const
inline
1385  {
1386  // @@protoc_insertion_point(field_get:Battlenet.JSON.Login.LoginResult.error_code)
1387  return *error_code_;
1388 }
::std::string * error_code_
Definition: Login.pb.h:589

+ Here is the caller graph for this function:

const ::std::string & Battlenet::JSON::Login::LoginResult::error_message ( ) const
inline
1461  {
1462  // @@protoc_insertion_point(field_get:Battlenet.JSON.Login.LoginResult.error_message)
1463  return *error_message_;
1464 }
::std::string * error_message_
Definition: Login.pb.h:590

+ Here is the caller graph for this function:

int Battlenet::JSON::Login::LoginResult::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

505 { return _cached_size_; }
int _cached_size_
Definition: Login.pb.h:588
::google::protobuf::Metadata Battlenet::JSON::Login::LoginResult::GetMetadata ( ) const
virtual
bool Battlenet::JSON::Login::LoginResult::has_authentication_state ( ) const
inline
1345  {
1346  return (_has_bits_[0] & 0x00000001u) != 0;
1347 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587
bool Battlenet::JSON::Login::LoginResult::has_error_code ( ) const
inline
1370  {
1371  return (_has_bits_[0] & 0x00000002u) != 0;
1372 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587
bool Battlenet::JSON::Login::LoginResult::has_error_message ( ) const
inline
1446  {
1447  return (_has_bits_[0] & 0x00000004u) != 0;
1448 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587
bool Battlenet::JSON::Login::LoginResult::has_login_ticket ( ) const
inline
1598  {
1599  return (_has_bits_[0] & 0x00000010u) != 0;
1600 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587
bool Battlenet::JSON::Login::LoginResult::has_url ( ) const
inline
1522  {
1523  return (_has_bits_[0] & 0x00000008u) != 0;
1524 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587
void Battlenet::JSON::Login::LoginResult::InitAsDefaultInstance ( )
private
const ::std::string & Battlenet::JSON::Login::LoginResult::login_ticket ( ) const
inline
1613  {
1614  // @@protoc_insertion_point(field_get:Battlenet.JSON.Login.LoginResult.login_ticket)
1615  return *login_ticket_;
1616 }
::std::string * login_ticket_
Definition: Login.pb.h:592

+ Here is the caller graph for this function:

std::string * Battlenet::JSON::Login::LoginResult::mutable_error_code ( )
inline
1413  {
1416  error_code_ = new ::std::string;
1417  }
1418  // @@protoc_insertion_point(field_mutable:Battlenet.JSON.Login.LoginResult.error_code)
1419  return error_code_;
1420 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_code_
Definition: Login.pb.h:589
void set_has_error_code()
Definition: Login.pb.h:1373

+ Here is the call graph for this function:

std::string * Battlenet::JSON::Login::LoginResult::mutable_error_message ( )
inline
1489  {
1492  error_message_ = new ::std::string;
1493  }
1494  // @@protoc_insertion_point(field_mutable:Battlenet.JSON.Login.LoginResult.error_message)
1495  return error_message_;
1496 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_message_
Definition: Login.pb.h:590
void set_has_error_message()
Definition: Login.pb.h:1449

+ Here is the call graph for this function:

std::string * Battlenet::JSON::Login::LoginResult::mutable_login_ticket ( )
inline
1641  {
1644  login_ticket_ = new ::std::string;
1645  }
1646  // @@protoc_insertion_point(field_mutable:Battlenet.JSON.Login.LoginResult.login_ticket)
1647  return login_ticket_;
1648 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * login_ticket_
Definition: Login.pb.h:592
void set_has_login_ticket()
Definition: Login.pb.h:1601

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* Battlenet::JSON::Login::LoginResult::mutable_unknown_fields ( )
inline
493  {
494  return &_unknown_fields_;
495  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: Login.pb.h:585
std::string * Battlenet::JSON::Login::LoginResult::mutable_url ( )
inline
1565  {
1566  set_has_url();
1568  url_ = new ::std::string;
1569  }
1570  // @@protoc_insertion_point(field_mutable:Battlenet.JSON.Login.LoginResult.url)
1571  return url_;
1572 }
::std::string * url_
Definition: Login.pb.h:591
void set_has_url()
Definition: Login.pb.h:1525
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

LoginResult* Battlenet::JSON::Login::LoginResult::New ( ) const
virtual
LoginResult& Battlenet::JSON::Login::LoginResult::operator= ( const LoginResult from)
inline
484  {
485  CopyFrom(from);
486  return *this;
487  }
virtual void CopyFrom(const Message &from)
std::string * Battlenet::JSON::Login::LoginResult::release_error_code ( )
inline
1421  {
1424  return NULL;
1425  } else {
1426  ::std::string* temp = error_code_;
1428  return temp;
1429  }
1430 }
void clear_has_error_code()
Definition: Login.pb.h:1376
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_code_
Definition: Login.pb.h:589

+ Here is the call graph for this function:

std::string * Battlenet::JSON::Login::LoginResult::release_error_message ( )
inline
1497  {
1500  return NULL;
1501  } else {
1502  ::std::string* temp = error_message_;
1504  return temp;
1505  }
1506 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_error_message()
Definition: Login.pb.h:1452
::std::string * error_message_
Definition: Login.pb.h:590

+ Here is the call graph for this function:

std::string * Battlenet::JSON::Login::LoginResult::release_login_ticket ( )
inline
1649  {
1652  return NULL;
1653  } else {
1654  ::std::string* temp = login_ticket_;
1656  return temp;
1657  }
1658 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_login_ticket()
Definition: Login.pb.h:1604
::std::string * login_ticket_
Definition: Login.pb.h:592

+ Here is the call graph for this function:

std::string * Battlenet::JSON::Login::LoginResult::release_url ( )
inline
1573  {
1574  clear_has_url();
1576  return NULL;
1577  } else {
1578  ::std::string* temp = url_;
1579  url_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
1580  return temp;
1581  }
1582 }
::std::string * url_
Definition: Login.pb.h:591
void clear_has_url()
Definition: Login.pb.h:1528
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_allocated_error_code ( ::std::string *  error_code)
inline
1431  {
1433  delete error_code_;
1434  }
1435  if (error_code) {
1438  } else {
1441  }
1442  // @@protoc_insertion_point(field_set_allocated:Battlenet.JSON.Login.LoginResult.error_code)
1443 }
void clear_has_error_code()
Definition: Login.pb.h:1376
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_code_
Definition: Login.pb.h:589
void set_has_error_code()
Definition: Login.pb.h:1373
const ::std::string & error_code() const
Definition: Login.pb.h:1385

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_allocated_error_message ( ::std::string *  error_message)
inline
1507  {
1509  delete error_message_;
1510  }
1511  if (error_message) {
1514  } else {
1517  }
1518  // @@protoc_insertion_point(field_set_allocated:Battlenet.JSON.Login.LoginResult.error_message)
1519 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_error_message()
Definition: Login.pb.h:1452
::std::string * error_message_
Definition: Login.pb.h:590
void set_has_error_message()
Definition: Login.pb.h:1449
const ::std::string & error_message() const
Definition: Login.pb.h:1461

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_allocated_login_ticket ( ::std::string *  login_ticket)
inline
1659  {
1661  delete login_ticket_;
1662  }
1663  if (login_ticket) {
1666  } else {
1669  }
1670  // @@protoc_insertion_point(field_set_allocated:Battlenet.JSON.Login.LoginResult.login_ticket)
1671 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_login_ticket()
Definition: Login.pb.h:1604
const ::std::string & login_ticket() const
Definition: Login.pb.h:1613
::std::string * login_ticket_
Definition: Login.pb.h:592
void set_has_login_ticket()
Definition: Login.pb.h:1601

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_allocated_url ( ::std::string *  url)
inline
1583  {
1585  delete url_;
1586  }
1587  if (url) {
1588  set_has_url();
1589  url_ = url;
1590  } else {
1591  clear_has_url();
1592  url_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
1593  }
1594  // @@protoc_insertion_point(field_set_allocated:Battlenet.JSON.Login.LoginResult.url)
1595 }
::std::string * url_
Definition: Login.pb.h:591
void clear_has_url()
Definition: Login.pb.h:1528
void set_has_url()
Definition: Login.pb.h:1525
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & url() const
Definition: Login.pb.h:1537

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_authentication_state ( ::Battlenet::JSON::Login::AuthenticationState  value)
inline
1362  {
1366  // @@protoc_insertion_point(field_set:Battlenet.JSON.Login.LoginResult.authentication_state)
1367 }
int authentication_state_
Definition: Login.pb.h:593
void set_has_authentication_state()
Definition: Login.pb.h:1348
TC_SHARED_API bool AuthenticationState_IsValid(int value)
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::set_error_code ( const ::std::string &  value)
inline
1389  {
1392  error_code_ = new ::std::string;
1393  }
1394  error_code_->assign(value);
1395  // @@protoc_insertion_point(field_set:Battlenet.JSON.Login.LoginResult.error_code)
1396 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_code_
Definition: Login.pb.h:589
void set_has_error_code()
Definition: Login.pb.h:1373
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::set_error_code ( const char *  value)
inline
1397  {
1400  error_code_ = new ::std::string;
1401  }
1402  error_code_->assign(value);
1403  // @@protoc_insertion_point(field_set_char:Battlenet.JSON.Login.LoginResult.error_code)
1404 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_code_
Definition: Login.pb.h:589
void set_has_error_code()
Definition: Login.pb.h:1373
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_error_code ( const char *  value,
size_t  size 
)
inline
1405  {
1408  error_code_ = new ::std::string;
1409  }
1410  error_code_->assign(reinterpret_cast<const char*>(value), size);
1411  // @@protoc_insertion_point(field_set_pointer:Battlenet.JSON.Login.LoginResult.error_code)
1412 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_code_
Definition: Login.pb.h:589
void set_has_error_code()
Definition: Login.pb.h:1373
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_error_message ( const ::std::string &  value)
inline
1465  {
1468  error_message_ = new ::std::string;
1469  }
1470  error_message_->assign(value);
1471  // @@protoc_insertion_point(field_set:Battlenet.JSON.Login.LoginResult.error_message)
1472 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_message_
Definition: Login.pb.h:590
void set_has_error_message()
Definition: Login.pb.h:1449
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::set_error_message ( const char *  value)
inline
1473  {
1476  error_message_ = new ::std::string;
1477  }
1478  error_message_->assign(value);
1479  // @@protoc_insertion_point(field_set_char:Battlenet.JSON.Login.LoginResult.error_message)
1480 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_message_
Definition: Login.pb.h:590
void set_has_error_message()
Definition: Login.pb.h:1449
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_error_message ( const char *  value,
size_t  size 
)
inline
1481  {
1484  error_message_ = new ::std::string;
1485  }
1486  error_message_->assign(reinterpret_cast<const char*>(value), size);
1487  // @@protoc_insertion_point(field_set_pointer:Battlenet.JSON.Login.LoginResult.error_message)
1488 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * error_message_
Definition: Login.pb.h:590
void set_has_error_message()
Definition: Login.pb.h:1449
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_has_authentication_state ( )
inlineprivate
1348  {
1349  _has_bits_[0] |= 0x00000001u;
1350 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::set_has_error_code ( )
inlineprivate
1373  {
1374  _has_bits_[0] |= 0x00000002u;
1375 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::set_has_error_message ( )
inlineprivate
1449  {
1450  _has_bits_[0] |= 0x00000004u;
1451 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::set_has_login_ticket ( )
inlineprivate
1601  {
1602  _has_bits_[0] |= 0x00000010u;
1603 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::set_has_url ( )
inlineprivate
1525  {
1526  _has_bits_[0] |= 0x00000008u;
1527 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:587

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::set_login_ticket ( const ::std::string &  value)
inline
1617  {
1620  login_ticket_ = new ::std::string;
1621  }
1622  login_ticket_->assign(value);
1623  // @@protoc_insertion_point(field_set:Battlenet.JSON.Login.LoginResult.login_ticket)
1624 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * login_ticket_
Definition: Login.pb.h:592
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_login_ticket()
Definition: Login.pb.h:1601

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::LoginResult::set_login_ticket ( const char *  value)
inline
1625  {
1628  login_ticket_ = new ::std::string;
1629  }
1630  login_ticket_->assign(value);
1631  // @@protoc_insertion_point(field_set_char:Battlenet.JSON.Login.LoginResult.login_ticket)
1632 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * login_ticket_
Definition: Login.pb.h:592
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_login_ticket()
Definition: Login.pb.h:1601

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_login_ticket ( const char *  value,
size_t  size 
)
inline
1633  {
1636  login_ticket_ = new ::std::string;
1637  }
1638  login_ticket_->assign(reinterpret_cast<const char*>(value), size);
1639  // @@protoc_insertion_point(field_set_pointer:Battlenet.JSON.Login.LoginResult.login_ticket)
1640 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * login_ticket_
Definition: Login.pb.h:592
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_login_ticket()
Definition: Login.pb.h:1601

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_url ( const ::std::string &  value)
inline
1541  {
1542  set_has_url();
1544  url_ = new ::std::string;
1545  }
1546  url_->assign(value);
1547  // @@protoc_insertion_point(field_set:Battlenet.JSON.Login.LoginResult.url)
1548 }
::std::string * url_
Definition: Login.pb.h:591
void set_has_url()
Definition: Login.pb.h:1525
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_url ( const char *  value)
inline
1549  {
1550  set_has_url();
1552  url_ = new ::std::string;
1553  }
1554  url_->assign(value);
1555  // @@protoc_insertion_point(field_set_char:Battlenet.JSON.Login.LoginResult.url)
1556 }
::std::string * url_
Definition: Login.pb.h:591
void set_has_url()
Definition: Login.pb.h:1525
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::set_url ( const char *  value,
size_t  size 
)
inline
1557  {
1558  set_has_url();
1560  url_ = new ::std::string;
1561  }
1562  url_->assign(reinterpret_cast<const char*>(value), size);
1563  // @@protoc_insertion_point(field_set_pointer:Battlenet.JSON.Login.LoginResult.url)
1564 }
::std::string * url_
Definition: Login.pb.h:591
void set_has_url()
Definition: Login.pb.h:1525
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::LoginResult::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void Battlenet::JSON::Login::LoginResult::SharedCtor ( )
private
void Battlenet::JSON::Login::LoginResult::SharedDtor ( )
private
void Battlenet::JSON::Login::LoginResult::Swap ( LoginResult other)
const ::google::protobuf::UnknownFieldSet& Battlenet::JSON::Login::LoginResult::unknown_fields ( ) const
inline
489  {
490  return _unknown_fields_;
491  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: Login.pb.h:585
const ::std::string & Battlenet::JSON::Login::LoginResult::url ( ) const
inline
1537  {
1538  // @@protoc_insertion_point(field_get:Battlenet.JSON.Login.LoginResult.url)
1539  return *url_;
1540 }
::std::string * url_
Definition: Login.pb.h:591

+ Here is the caller graph for this function:

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_Login_2eproto ( )
friend
void protobuf_AssignDesc_Login_2eproto ( )
friend
void protobuf_ShutdownFile_Login_2eproto ( )
friend

Member Data Documentation

int Battlenet::JSON::Login::LoginResult::_cached_size_
mutableprivate
::google::protobuf::uint32 Battlenet::JSON::Login::LoginResult::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet Battlenet::JSON::Login::LoginResult::_unknown_fields_
private
int Battlenet::JSON::Login::LoginResult::authentication_state_
private
LoginResult* Battlenet::JSON::Login::LoginResult::default_instance_
staticprivate
::std::string* Battlenet::JSON::Login::LoginResult::error_code_
private
::std::string* Battlenet::JSON::Login::LoginResult::error_message_
private
const int Battlenet::JSON::Login::LoginResult::kAuthenticationStateFieldNumber = 1
static
const int Battlenet::JSON::Login::LoginResult::kErrorCodeFieldNumber = 2
static
const int Battlenet::JSON::Login::LoginResult::kErrorMessageFieldNumber = 3
static
const int Battlenet::JSON::Login::LoginResult::kLoginTicketFieldNumber = 5
static
const int Battlenet::JSON::Login::LoginResult::kUrlFieldNumber = 4
static
::std::string* Battlenet::JSON::Login::LoginResult::login_ticket_
private
::std::string* Battlenet::JSON::Login::LoginResult::url_
private

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