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