|
EvEmu
0.8.4
11 September 2021
|
#include "POD_containers.h"

Public Attributes | |
| bool | online:1 |
| bool | banned:1 |
| uint8 | type |
| int32 | id |
| int32 | visits |
| uint32 | clientID |
| int64 | role |
| std::string | name |
| std::string | hash |
| std::string | password |
| std::string | last_login |
Definition at line 25 of file POD_containers.h.
| bool AccountData::banned |
Definition at line 27 of file POD_containers.h.
Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().
| uint32 AccountData::clientID |
Definition at line 31 of file POD_containers.h.
Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().
| std::string AccountData::hash |
Definition at line 34 of file POD_containers.h.
Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().
| int32 AccountData::id |
Definition at line 29 of file POD_containers.h.
Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().
| std::string AccountData::last_login |
Definition at line 36 of file POD_containers.h.
Referenced by ServiceDB::GetAccountInformation().
| std::string AccountData::name |
Definition at line 33 of file POD_containers.h.
Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().
| bool AccountData::online |
Definition at line 26 of file POD_containers.h.
Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().
| std::string AccountData::password |
Definition at line 35 of file POD_containers.h.
Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().
| int64 AccountData::role |
Definition at line 32 of file POD_containers.h.
Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().
| uint8 AccountData::type |
Definition at line 28 of file POD_containers.h.
Referenced by ServiceDB::GetAccountInformation().
| int32 AccountData::visits |
Definition at line 30 of file POD_containers.h.
Referenced by ServiceDB::GetAccountInformation().