|
Public Member Functions |
value_types::const_iterator | firstCharactersInRoom () |
| Returns an iterator to the first character in the room.
|
value_types::const_iterator | lastCharactersInRoom () |
| Returns the 'end' iterator of the characters in the room.
|
value_type | sizeCharactersInRoom () |
| Returns the size of the characters in the room.
|
void | Send (const std::string &msg) |
| Sends a message to all characters in the room.
|
void | Sendf (const char *format,...) |
| Sends a formatted message to all characters in the room.
|
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 | Delete (value_type accountid, const std::string &description) |
| Delete this savable providing details as to who deleted it and why.
|
void | Save (value_type accountid, const std::string &description) |
| Save this savable providing details as to who deleted it and why.
|
void | Discard () |
| Discard changes made to this savable.
|
bool | Exists () |
| Wether this savable has been saved yet.
|
Friends |
class | RoomManager |