#include <person.h>
Public Member Functions | |
person () | |
const string | getName () const |
void | setName (const string v) |
const string | getUser () const |
void | setUser (const string v) |
class race & | getRace () const |
void | setRace (class race &v) |
class background_level & | getBackground (const string v) |
list< class background_level > & | listBackground () |
void | setBackground (class background_level &v) |
void | delBackground (const string v) |
const bool | isBackground (const string v) const |
class skill_level & | getSkills (const string v) |
map< string, class skill_level > & | listSkills () |
void | setSkills (class skill_level &v) |
void | delSkills (const string v) |
const bool | isSkills (const string v) const |
class has_special & | getSpecials (const string v) |
map< string, class has_special > & | listSpecials () |
void | setSpecials (class has_special &v) |
void | delSpecials (const string v) |
const bool | isSpecials (const string v) const |
class stat_amount & | getStats (const string v) |
map< string, class stat_amount > & | listStats () |
void | setStats (class stat_amount &v) |
void | delStats (const string v) |
const bool | isStats (const string v) const |
class person_items & | getItems (const string v) |
list< class person_items > & | listItems () |
void | setItems (class person_items &v) |
void | delItems (const string v) |
const bool | isItems (const string v) const |
class status & | getStatus (const string v) |
map< string, class status > & | listStatus () |
void | setStatus (class status &v) |
void | delStatus (const string v) |
const bool | isStatus (const string v) const |
const int | getPoints () const |
void | setPoints (const int v) |
class relations & | getRelations (const string v) |
map< string, class relations > & | listRelations () |
void | setRelations (class relations &v) |
void | delRelations (const string v) |
const bool | isRelations (const string v) const |
const int | getLocation () const |
void | setLocation (const int v) |
const string | showLocation () const |
const int | getStart () const |
void | setStart (const int v) |
const int | getLast () const |
void | setLast (const int v) |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
person () | |
const string | getName () const |
void | setName (const string v) |
const string | getUser () const |
void | setUser (const string v) |
class race & | getRace () const |
void | setRace (class race &v) |
class background_level & | getBackground (const string v) |
list< class background_level > & | listBackground () |
void | setBackground (class background_level &v) |
void | delBackground (const string v) |
const bool | isBackground (const string v) const |
class skill_level & | getSkills (const string v) |
map< string, class skill_level > & | listSkills () |
void | setSkills (class skill_level &v) |
void | delSkills (const string v) |
const bool | isSkills (const string v) const |
class has_special & | getSpecials (const string v) |
map< string, class has_special > & | listSpecials () |
void | setSpecials (class has_special &v) |
void | delSpecials (const string v) |
const bool | isSpecials (const string v) const |
class stat_amount & | getStats (const string v) |
map< string, class stat_amount > & | listStats () |
void | setStats (class stat_amount &v) |
void | delStats (const string v) |
const bool | isStats (const string v) const |
class person_items & | getItems (const string v) |
list< class person_items > & | listItems () |
void | setItems (class person_items &v) |
void | delItems (const string v) |
const bool | isItems (const string v) const |
class status & | getStatus (const string v) |
map< string, class status > & | listStatus () |
void | setStatus (class status &v) |
void | delStatus (const string v) |
const bool | isStatus (const string v) const |
const int | getPoints () const |
void | setPoints (const int v) |
class relations & | getRelations (const string v) |
map< string, class relations > & | listRelations () |
void | setRelations (class relations &v) |
void | delRelations (const string v) |
const bool | isRelations (const string v) const |
const int | getLocation () const |
void | setLocation (const int v) |
const string | showLocation () const |
const int | getStart () const |
void | setStart (const int v) |
const int | getLast () const |
void | setLast (const int v) |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
person::person | ( | ) |
person::person | ( | ) |
const string person::getName | ( | ) | const |
void person::setName | ( | const string | v | ) |
const string person::getUser | ( | ) | const |
void person::setUser | ( | const string | v | ) |
class race & person::getRace | ( | ) | const |
void person::setRace | ( | class race & | v | ) |
class background_level & person::getBackground | ( | const string | v | ) |
list< class background_level > & person::listBackground | ( | ) |
void person::setBackground | ( | class background_level & | v | ) |
void person::delBackground | ( | const string | v | ) |
const bool person::isBackground | ( | const string | v | ) | const |
class skill_level & person::getSkills | ( | const string | v | ) |
map< string, class skill_level > & person::listSkills | ( | ) |
void person::setSkills | ( | class skill_level & | v | ) |
void person::delSkills | ( | const string | v | ) |
const bool person::isSkills | ( | const string | v | ) | const |
class has_special & person::getSpecials | ( | const string | v | ) |
map< string, class has_special > & person::listSpecials | ( | ) |
void person::setSpecials | ( | class has_special & | v | ) |
void person::delSpecials | ( | const string | v | ) |
const bool person::isSpecials | ( | const string | v | ) | const |
class stat_amount & person::getStats | ( | const string | v | ) |
map< string, class stat_amount > & person::listStats | ( | ) |
void person::setStats | ( | class stat_amount & | v | ) |
void person::delStats | ( | const string | v | ) |
const bool person::isStats | ( | const string | v | ) | const |
class person_items & person::getItems | ( | const string | v | ) |
list< class person_items > & person::listItems | ( | ) |
void person::setItems | ( | class person_items & | v | ) |
void person::delItems | ( | const string | v | ) |
const bool person::isItems | ( | const string | v | ) | const |
class status & person::getStatus | ( | const string | v | ) |
void person::setStatus | ( | class status & | v | ) |
void person::delStatus | ( | const string | v | ) |
const bool person::isStatus | ( | const string | v | ) | const |
const int person::getPoints | ( | ) | const |
void person::setPoints | ( | const int | v | ) |
class relations & person::getRelations | ( | const string | v | ) |
void person::setRelations | ( | class relations & | v | ) |
void person::delRelations | ( | const string | v | ) |
const bool person::isRelations | ( | const string | v | ) | const |
const int person::getLocation | ( | ) | const |
void person::setLocation | ( | const int | v | ) |
const string person::showLocation | ( | ) | const |
const int person::getStart | ( | ) | const |
void person::setStart | ( | const int | v | ) |
const int person::getLast | ( | ) | const |
void person::setLast | ( | const int | v | ) |
void person::save | ( | class channel & | ch | ) |
void person::load | ( | class channel & | ch | ) |
void person::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |
const string person::getName | ( | ) | const |
void person::setName | ( | const string | v | ) |
const string person::getUser | ( | ) | const |
void person::setUser | ( | const string | v | ) |
class race& person::getRace | ( | ) | const |
void person::setRace | ( | class race & | v | ) |
class background_level& person::getBackground | ( | const string | v | ) |
list<class background_level>& person::listBackground | ( | ) |
void person::setBackground | ( | class background_level & | v | ) |
void person::delBackground | ( | const string | v | ) |
const bool person::isBackground | ( | const string | v | ) | const |
class skill_level& person::getSkills | ( | const string | v | ) |
map<string,class skill_level>& person::listSkills | ( | ) |
void person::setSkills | ( | class skill_level & | v | ) |
void person::delSkills | ( | const string | v | ) |
const bool person::isSkills | ( | const string | v | ) | const |
class has_special& person::getSpecials | ( | const string | v | ) |
map<string,class has_special>& person::listSpecials | ( | ) |
void person::setSpecials | ( | class has_special & | v | ) |
void person::delSpecials | ( | const string | v | ) |
const bool person::isSpecials | ( | const string | v | ) | const |
class stat_amount& person::getStats | ( | const string | v | ) |
map<string,class stat_amount>& person::listStats | ( | ) |
void person::setStats | ( | class stat_amount & | v | ) |
void person::delStats | ( | const string | v | ) |
const bool person::isStats | ( | const string | v | ) | const |
class person_items& person::getItems | ( | const string | v | ) |
list<class person_items>& person::listItems | ( | ) |
void person::setItems | ( | class person_items & | v | ) |
void person::delItems | ( | const string | v | ) |
const bool person::isItems | ( | const string | v | ) | const |
class status& person::getStatus | ( | const string | v | ) |
void person::setStatus | ( | class status & | v | ) |
void person::delStatus | ( | const string | v | ) |
const bool person::isStatus | ( | const string | v | ) | const |
const int person::getPoints | ( | ) | const |
void person::setPoints | ( | const int | v | ) |
class relations& person::getRelations | ( | const string | v | ) |
void person::setRelations | ( | class relations & | v | ) |
void person::delRelations | ( | const string | v | ) |
const bool person::isRelations | ( | const string | v | ) | const |
const int person::getLocation | ( | ) | const |
void person::setLocation | ( | const int | v | ) |
const string person::showLocation | ( | ) | const |
const int person::getStart | ( | ) | const |
void person::setStart | ( | const int | v | ) |
const int person::getLast | ( | ) | const |
void person::setLast | ( | const int | v | ) |
void person::save | ( | class channel & | ch | ) |
void person::load | ( | class channel & | ch | ) |
void person::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |