
Public Member Functions | |
| value_type | getID () const |
| void | setName (const std::string &name) |
| SavableManagerPtr | getManager () const |
| Returns the SavableManager this savable usesotherwise. | |
| TableImplPtr | getTable () const |
| Returns the table this savable belongs to. | |
| void | Delete () |
| void | Save () |
| Save this savable. | |
| void | Discard () |
| Discard changes made to this savable. | |
| bool | Exists () |
| Wether this savable has been saved yet. | |
Friends | |
| class | AccountManager |
Definition at line 27 of file Account.h.
| value_type mud::Account::getID | ( | ) | const |
Getters
| void mud::Account::setName | ( | const std::string & | name | ) |
Setters
| SavableManagerPtr mud::Account::getManager | ( | ) | const [virtual] |
| TableImplPtr mud::Account::getTable | ( | ) | const [virtual] |
| void mud::Account::Save | ( | ) | [virtual] |
| void mud::Account::Discard | ( | ) | [virtual] |
| bool mud::Account::Exists | ( | ) | [virtual] |
1.5.3