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 | SectorManager |
Definition at line 29 of file Sector.h.
SavableManagerPtr mud::Sector::getManager | ( | ) | const [virtual] |
TableImplPtr mud::Sector::getTable | ( | ) | const [virtual] |
void mud::Sector::Delete | ( | ) | [virtual] |
void mud::Sector::Save | ( | ) | [virtual] |
void mud::Sector::Discard | ( | ) | [virtual] |
bool mud::Sector::Exists | ( | ) | [virtual] |