TrinityCore
|
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) |
TC_SHARED_APIconst ::google::protobuf::EnumDescriptor* Battlenet::JSON::Login::AuthenticationState_descriptor | ( | ) |
TC_SHARED_API bool Battlenet::JSON::Login::AuthenticationState_IsValid | ( | int | value | ) |
|
inline |
|
inline |
TC_SHARED_APIconst ::google::protobuf::EnumDescriptor* Battlenet::JSON::Login::FormType_descriptor | ( | ) |
TC_SHARED_API bool Battlenet::JSON::Login::FormType_IsValid | ( | int | value | ) |
|
inline |
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 | ( | ) |
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 |