person Class Reference

#include <person.h>

List of all members.

Public Member Functions

 person ()
const string getName () const
void setName (const string v)
const string getUser () const
void setUser (const string v)
class racegetRace () const
void setRace (class race &v)
class background_levelgetBackground (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_levelgetSkills (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_specialgetSpecials (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_amountgetStats (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_itemsgetItems (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 statusgetStatus (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 relationsgetRelations (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 racegetRace () const
void setRace (class race &v)
class background_levelgetBackground (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_levelgetSkills (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_specialgetSpecials (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_amountgetStats (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_itemsgetItems (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 statusgetStatus (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 relationsgetRelations (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)


Constructor & Destructor Documentation

person::person (  ) 

person::person (  ) 


Member Function Documentation

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  ) 

map< string, class status > & person::listStatus (  ) 

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  ) 

map< string, class relations > & person::listRelations (  ) 

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  ) 

map<string,class status>& person::listStatus (  ) 

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  ) 

map<string,class relations>& person::listRelations (  ) 

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 
)


The documentation for this class was generated from the following files:

Generated on Tue Jan 1 17:30:01 2008 for person Class Reference by  doxygen   Visit the project page on SourceForge.net Logo