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