TrinityCore
Battlenet::JSON::Login::LoginRefreshResult Class Reference

#include <Login.pb.h>

+ Inheritance diagram for Battlenet::JSON::Login::LoginRefreshResult:

Public Member Functions

 LoginRefreshResult ()
 
virtual ~LoginRefreshResult ()
 
 LoginRefreshResult (const LoginRefreshResult &from)
 
LoginRefreshResultoperator= (const LoginRefreshResult &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LoginRefreshResult *other)
 
LoginRefreshResultNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_login_ticket_expiry () const
 
void clear_login_ticket_expiry ()
 
inline ::google::protobuf::uint64 login_ticket_expiry () const
 
void set_login_ticket_expiry (::google::protobuf::uint64 value)
 
bool has_is_expired () const
 
void clear_is_expired ()
 
bool is_expired () const
 
void set_is_expired (bool value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kLoginTicketExpiryFieldNumber = 1
 
static const int kIsExpiredFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_login_ticket_expiry ()
 
void clear_has_login_ticket_expiry ()
 
void set_has_is_expired ()
 
void clear_has_is_expired ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 login_ticket_expiry_
 
bool is_expired_
 

Static Private Attributes

static LoginRefreshResultdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ()
 
void protobuf_AssignDesc_Login_2eproto ()
 
void protobuf_ShutdownFile_Login_2eproto ()
 

Detailed Description

Definition at line 885 of file Login.pb.h.

Constructor & Destructor Documentation

◆ LoginRefreshResult() [1/2]

Battlenet::JSON::Login::LoginRefreshResult::LoginRefreshResult ( )

◆ ~LoginRefreshResult()

virtual Battlenet::JSON::Login::LoginRefreshResult::~LoginRefreshResult ( )
virtual

◆ LoginRefreshResult() [2/2]

Battlenet::JSON::Login::LoginRefreshResult::LoginRefreshResult ( const LoginRefreshResult from)

Member Function Documentation

◆ clear_has_is_expired()

void Battlenet::JSON::Login::LoginRefreshResult::clear_has_is_expired ( )
inlineprivate

Definition at line 3023 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_login_ticket_expiry()

void Battlenet::JSON::Login::LoginRefreshResult::clear_has_login_ticket_expiry ( )
inlineprivate

Definition at line 2999 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_is_expired()

void Battlenet::JSON::Login::LoginRefreshResult::clear_is_expired ( )
inline

Definition at line 3026 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_login_ticket_expiry()

void Battlenet::JSON::Login::LoginRefreshResult::clear_login_ticket_expiry ( )
inline

Definition at line 3002 of file Login.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const LoginRefreshResult & Battlenet::JSON::Login::LoginRefreshResult::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * Battlenet::JSON::Login::LoginRefreshResult::descriptor ( )
static

◆ GetCachedSize()

int Battlenet::JSON::Login::LoginRefreshResult::GetCachedSize ( ) const
inline

Definition at line 913 of file Login.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata Battlenet::JSON::Login::LoginRefreshResult::GetMetadata ( ) const

◆ has_is_expired()

bool Battlenet::JSON::Login::LoginRefreshResult::has_is_expired ( ) const
inline

Definition at line 3017 of file Login.pb.h.

◆ has_login_ticket_expiry()

bool Battlenet::JSON::Login::LoginRefreshResult::has_login_ticket_expiry ( ) const
inline

Definition at line 2993 of file Login.pb.h.

◆ InitAsDefaultInstance()

void Battlenet::JSON::Login::LoginRefreshResult::InitAsDefaultInstance ( )
private

◆ is_expired()

bool Battlenet::JSON::Login::LoginRefreshResult::is_expired ( ) const
inline

Definition at line 3030 of file Login.pb.h.

◆ login_ticket_expiry()

google::protobuf::uint64 Battlenet::JSON::Login::LoginRefreshResult::login_ticket_expiry ( ) const
inline

Definition at line 3006 of file Login.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * Battlenet::JSON::Login::LoginRefreshResult::mutable_unknown_fields ( )
inline

Definition at line 901 of file Login.pb.h.

◆ New()

LoginRefreshResult * Battlenet::JSON::Login::LoginRefreshResult::New ( ) const

◆ operator=()

LoginRefreshResult & Battlenet::JSON::Login::LoginRefreshResult::operator= ( const LoginRefreshResult from)
inline

Definition at line 892 of file Login.pb.h.

◆ set_has_is_expired()

void Battlenet::JSON::Login::LoginRefreshResult::set_has_is_expired ( )
inlineprivate

Definition at line 3020 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_login_ticket_expiry()

void Battlenet::JSON::Login::LoginRefreshResult::set_has_login_ticket_expiry ( )
inlineprivate

Definition at line 2996 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_is_expired()

void Battlenet::JSON::Login::LoginRefreshResult::set_is_expired ( bool  value)
inline

Definition at line 3034 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_login_ticket_expiry()

void Battlenet::JSON::Login::LoginRefreshResult::set_login_ticket_expiry ( ::google::protobuf::uint64  value)
inline

Definition at line 3010 of file Login.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void Battlenet::JSON::Login::LoginRefreshResult::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void Battlenet::JSON::Login::LoginRefreshResult::SharedCtor ( )
private

◆ SharedDtor()

void Battlenet::JSON::Login::LoginRefreshResult::SharedDtor ( )
private

◆ Swap()

void Battlenet::JSON::Login::LoginRefreshResult::Swap ( LoginRefreshResult other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & Battlenet::JSON::Login::LoginRefreshResult::unknown_fields ( ) const
inline

Definition at line 897 of file Login.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_Login_2eproto

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ( )
friend

◆ protobuf_AssignDesc_Login_2eproto

void protobuf_AssignDesc_Login_2eproto ( )
friend

◆ protobuf_ShutdownFile_Login_2eproto

void protobuf_ShutdownFile_Login_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int Battlenet::JSON::Login::LoginRefreshResult::_cached_size_
mutableprivate

Definition at line 949 of file Login.pb.h.

◆ _has_bits_

::google::protobuf::uint32 Battlenet::JSON::Login::LoginRefreshResult::_has_bits_[1]
private

Definition at line 948 of file Login.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet Battlenet::JSON::Login::LoginRefreshResult::_unknown_fields_
private

Definition at line 946 of file Login.pb.h.

◆ default_instance_

LoginRefreshResult* Battlenet::JSON::Login::LoginRefreshResult::default_instance_
staticprivate

Definition at line 957 of file Login.pb.h.

◆ is_expired_

bool Battlenet::JSON::Login::LoginRefreshResult::is_expired_
private

Definition at line 951 of file Login.pb.h.

◆ kIsExpiredFieldNumber

const int Battlenet::JSON::Login::LoginRefreshResult::kIsExpiredFieldNumber = 2
static

Definition at line 935 of file Login.pb.h.

◆ kLoginTicketExpiryFieldNumber

const int Battlenet::JSON::Login::LoginRefreshResult::kLoginTicketExpiryFieldNumber = 1
static

Definition at line 928 of file Login.pb.h.

◆ login_ticket_expiry_

::google::protobuf::uint64 Battlenet::JSON::Login::LoginRefreshResult::login_ticket_expiry_
private

Definition at line 950 of file Login.pb.h.


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