Public Member Functions | |
SavableManagerPtr | getManager () const |
Returns the SavableManager this savable usesotherwise. | |
TableImplPtr | getTable () const |
Returns the table this savable belongs to. | |
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. | |
Friends | |
class | mud::EchoManager |
Definition at line 29 of file Echo.h.
SavableManagerPtr mud::Echo::getManager | ( | ) | const [virtual] |
TableImplPtr mud::Echo::getTable | ( | ) | const [virtual] |
void mud::Echo::Delete | ( | ) | [virtual] |
void mud::Echo::Save | ( | ) | [virtual] |
void mud::Echo::Discard | ( | ) | [virtual] |
bool mud::Echo::Exists | ( | ) | [virtual] |