![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <AccountTable.hpp>
Public Member Functions | |
| AccountTable () | |
| void | LoadFromAccount (const Account &account) |
| const yap::ID & | GetID () const |
| Getters. | |
| const yap::String & | GetName () const |
| const yap::String & | GetPassword () const |
| const yap::String & | GetEmail () const |
| const AccountPermission & | GetPermissions () const |
| const yap::String & | GetCreationDate () const |
| const yap::String & | GetLastLoginDate () const |
| const yap::String & | GetCreationIP () const |
| const yap::String & | GetCurrentIP () const |
| void | SetID (const yap::ID &value) |
| Setters. | |
| void | SetName (const yap::String &value) |
| void | SetPassword (const yap::String &value) |
| void | SetEmail (const yap::String &value) |
| void | SetPermissions (const AccountPermission &value) |
| void | SetCreationDate (const yap::String &value) |
| void | SetLastLoginDate (const yap::String &value) |
| void | SetCreationIP (const yap::String &value) |
| void | SetCurrentIP (const yap::String &value) |
| void | DisplayData () |
Public Member Functions inherited from yse::ITable | |
| virtual | ~ITable () |
Private Member Functions | |
| DISALLOW_COPY (AccountTable) | |
Definition at line 14 of file AccountTable.hpp.
| yse::AccountTable::AccountTable | ( | ) |
Definition at line 6 of file AccountTable.cpp.
|
private |
| void yse::AccountTable::DisplayData | ( | ) |
Definition at line 72 of file AccountTable.cpp.
| const yap::String & yse::AccountTable::GetCreationDate | ( | ) | const |
| const yap::String & yse::AccountTable::GetCreationIP | ( | ) | const |
| const yap::String & yse::AccountTable::GetCurrentIP | ( | ) | const |
| const yap::String & yse::AccountTable::GetEmail | ( | ) | const |
| const yap::ID & yse::AccountTable::GetID | ( | ) | const |
Getters.
Definition at line 33 of file AccountTable.cpp.
| const yap::String & yse::AccountTable::GetLastLoginDate | ( | ) | const |
| const yap::String & yse::AccountTable::GetName | ( | ) | const |
| const yap::String & yse::AccountTable::GetPassword | ( | ) | const |
| const AccountPermission & yse::AccountTable::GetPermissions | ( | ) | const |
| void yse::AccountTable::LoadFromAccount | ( | const Account & | account | ) |
| void yse::AccountTable::SetCreationDate | ( | const yap::String & | value | ) |
| void yse::AccountTable::SetCreationIP | ( | const yap::String & | value | ) |
| void yse::AccountTable::SetCurrentIP | ( | const yap::String & | value | ) |
| void yse::AccountTable::SetEmail | ( | const yap::String & | value | ) |
| void yse::AccountTable::SetID | ( | const yap::ID & | value | ) |
Setters.
Definition at line 53 of file AccountTable.cpp.
| void yse::AccountTable::SetLastLoginDate | ( | const yap::String & | value | ) |
| void yse::AccountTable::SetName | ( | const yap::String & | value | ) |
| void yse::AccountTable::SetPassword | ( | const yap::String & | value | ) |
| void yse::AccountTable::SetPermissions | ( | const AccountPermission & | value | ) |
|
private |
Definition at line 52 of file AccountTable.hpp.
|
private |
Definition at line 54 of file AccountTable.hpp.
|
private |
Definition at line 55 of file AccountTable.hpp.
|
private |
Definition at line 50 of file AccountTable.hpp.
|
private |
Definition at line 47 of file AccountTable.hpp.
|
private |
Definition at line 53 of file AccountTable.hpp.
|
private |
Definition at line 48 of file AccountTable.hpp.
|
private |
Definition at line 49 of file AccountTable.hpp.
|
private |
Definition at line 51 of file AccountTable.hpp.