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