mud::Account Class Reference

Inheritance diagram for mud::Account:

Inheritance graph
[legend]

List of all members.

Public Member Functions

value_type getID () const
void setName (const std::string &name)
SavableManagerPtr getManager () const
 Returns the SavableManager this savable usesotherwise.
TableImplPtr getTable () const
 Returns the table this savable belongs to.
void Delete ()
void Save ()
 Save this savable.
void Discard ()
 Discard changes made to this savable.
bool Exists ()
 Wether this savable has been saved yet.

Friends

class AccountManager


Detailed Description

Definition at line 27 of file Account.h.


Member Function Documentation

value_type mud::Account::getID (  )  const

Getters

void mud::Account::setName ( const std::string &  name  ) 

Setters

SavableManagerPtr mud::Account::getManager (  )  const [virtual]

Returns the SavableManager this savable usesotherwise.

Implements Savable.

TableImplPtr mud::Account::getTable (  )  const [virtual]

Returns the table this savable belongs to.

Implements Savable.

void mud::Account::Delete (  )  [virtual]

Database operations

Implements Savable.

void mud::Account::Save (  )  [virtual]

Save this savable.

Implements Savable.

void mud::Account::Discard (  )  [virtual]

Discard changes made to this savable.

Implements Savable.

bool mud::Account::Exists (  )  [virtual]

Wether this savable has been saved yet.

Implements Savable.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo