TrinityCore
|
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "Define.h"
Go to the source code of this file.
Namespaces | |
Battlenet | |
Battlenet::JSON | |
Battlenet::JSON::Login | |
google::protobuf | |
Enumerations | |
enum | Battlenet::JSON::Login::FormType { Battlenet::JSON::Login::LOGIN_FORM = 1 } |
enum | Battlenet::JSON::Login::AuthenticationState { Battlenet::JSON::Login::LOGIN = 1, Battlenet::JSON::Login::LEGAL = 2, Battlenet::JSON::Login::AUTHENTICATOR = 3, Battlenet::JSON::Login::DONE = 4 } |
Variables | |
const FormType | Battlenet::JSON::Login::FormType_MIN = LOGIN_FORM |
const FormType | Battlenet::JSON::Login::FormType_MAX = LOGIN_FORM |
const int | Battlenet::JSON::Login::FormType_ARRAYSIZE = FormType_MAX + 1 |
const AuthenticationState | Battlenet::JSON::Login::AuthenticationState_MIN = LOGIN |
const AuthenticationState | Battlenet::JSON::Login::AuthenticationState_MAX = DONE |
const int | Battlenet::JSON::Login::AuthenticationState_ARRAYSIZE = AuthenticationState_MAX + 1 |