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

Classes

class  FormInput
 
class  FormInputs
 
class  FormInputValue
 
class  LoginForm
 
class  LoginResult
 

Enumerations

enum  FormType { LOGIN_FORM = 1 }
 
enum  AuthenticationState { LOGIN = 1, LEGAL = 2, AUTHENTICATOR = 3, DONE = 4 }
 

Functions

void TC_SHARED_API protobuf_AddDesc_Login_2eproto ()
 
void protobuf_AssignDesc_Login_2eproto ()
 
void protobuf_ShutdownFile_Login_2eproto ()
 
TC_SHARED_API bool FormType_IsValid (int value)
 
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * FormType_descriptor ()
 
const ::std::string & FormType_Name (FormType value)
 
bool FormType_Parse (const ::std::string &name, FormType *value)
 
TC_SHARED_API bool AuthenticationState_IsValid (int value)
 
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * AuthenticationState_descriptor ()
 
const ::std::string & AuthenticationState_Name (AuthenticationState value)
 
bool AuthenticationState_Parse (const ::std::string &name, AuthenticationState *value)
 

Variables

const FormType FormType_MIN = LOGIN_FORM
 
const FormType FormType_MAX = LOGIN_FORM
 
const int FormType_ARRAYSIZE = FormType_MAX + 1
 
const AuthenticationState AuthenticationState_MIN = LOGIN
 
const AuthenticationState AuthenticationState_MAX = DONE
 
const int AuthenticationState_ARRAYSIZE = AuthenticationState_MAX + 1
 

Enumeration Type Documentation

Enumerator
LOGIN 
LEGAL 
AUTHENTICATOR 
DONE 
64  {
65  LOGIN = 1,
66  LEGAL = 2,
67  AUTHENTICATOR = 3,
68  DONE = 4
69 };
Definition: Login.pb.h:66
Definition: Login.pb.h:68
Definition: Login.pb.h:65
Definition: Login.pb.h:67
Enumerator
LOGIN_FORM 
46  {
47  LOGIN_FORM = 1
48 };
Definition: Login.pb.h:47

Function Documentation

TC_SHARED_APIconst ::google::protobuf::EnumDescriptor* Battlenet::JSON::Login::AuthenticationState_descriptor ( )

+ Here is the caller graph for this function:

TC_SHARED_API bool Battlenet::JSON::Login::AuthenticationState_IsValid ( int  value)

+ Here is the caller graph for this function:

const ::std::string& Battlenet::JSON::Login::AuthenticationState_Name ( AuthenticationState  value)
inline
76  {
79 }
LIBPROTOBUF_EXPORT const string & NameOfEnum(const EnumDescriptor *descriptor, int value)
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * AuthenticationState_descriptor()
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

bool Battlenet::JSON::Login::AuthenticationState_Parse ( const ::std::string &  name,
AuthenticationState *  value 
)
inline
81  {
82  return ::google::protobuf::internal::ParseNamedEnum<AuthenticationState>(
84 }
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * AuthenticationState_descriptor()
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

TC_SHARED_APIconst ::google::protobuf::EnumDescriptor* Battlenet::JSON::Login::FormType_descriptor ( )

+ Here is the caller graph for this function:

TC_SHARED_API bool Battlenet::JSON::Login::FormType_IsValid ( int  value)

+ Here is the caller graph for this function:

const ::std::string& Battlenet::JSON::Login::FormType_Name ( FormType  value)
inline
55  {
58 }
LIBPROTOBUF_EXPORT const string & NameOfEnum(const EnumDescriptor *descriptor, int value)
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * FormType_descriptor()
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

bool Battlenet::JSON::Login::FormType_Parse ( const ::std::string &  name,
FormType *  value 
)
inline
60  {
61  return ::google::protobuf::internal::ParseNamedEnum<FormType>(
62  FormType_descriptor(), name, value);
63 }
TC_SHARED_APIconst::google::protobuf::EnumDescriptor * FormType_descriptor()
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void TC_SHARED_API Battlenet::JSON::Login::protobuf_AddDesc_Login_2eproto ( )
void Battlenet::JSON::Login::protobuf_AssignDesc_Login_2eproto ( )
void Battlenet::JSON::Login::protobuf_ShutdownFile_Login_2eproto ( )

Variable Documentation

const int Battlenet::JSON::Login::AuthenticationState_ARRAYSIZE = AuthenticationState_MAX + 1
const AuthenticationState Battlenet::JSON::Login::AuthenticationState_MAX = DONE
const AuthenticationState Battlenet::JSON::Login::AuthenticationState_MIN = LOGIN
const int Battlenet::JSON::Login::FormType_ARRAYSIZE = FormType_MAX + 1
const FormType Battlenet::JSON::Login::FormType_MAX = LOGIN_FORM
const FormType Battlenet::JSON::Login::FormType_MIN = LOGIN_FORM