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