Public Member Functions | |
void | Delete () |
Delete this savable. | |
void | Save () |
Save this savable. | |
void | Discard () |
Discard changes made to this savable. | |
bool | Exists () |
Wether this savable has been saved yet. | |
SavableManagerPtr | getManager () const |
Returns the SavableManager this savable usesotherwise. | |
TableImplPtr | getTable () const |
Returns the table this savable belongs to. | |
Protected Attributes | |
SavableManagerPtr | m_character |
The manager associated with this Character. | |
Friends | |
class | mud::CharacterManager |
Definition at line 29 of file Character.h.
void mud::Character::Delete | ( | ) | [virtual] |
void mud::Character::Save | ( | ) | [virtual] |
void mud::Character::Discard | ( | ) | [virtual] |
bool mud::Character::Exists | ( | ) | [virtual] |
SavableManagerPtr mud::Character::getManager | ( | ) | const [virtual] |
TableImplPtr mud::Character::getTable | ( | ) | const [virtual] |
SavableManagerPtr mud::Character::m_character [protected] |