#include <category.h>
Public Member Functions | |
category () | |
const int | getNr () const |
void | setNr (const int v) |
int | operator< (const class category &ck) const |
const string | getName () const |
void | setName (const string v) |
const int | getAge () const |
void | setAge (const int v) |
class background_level & | getLevel (const string v) |
list< class background_level > & | listLevel () |
void | setLevel (class background_level &v) |
void | delLevel (const string v) |
const bool | isLevel (const string v) const |
const int | getExperience () const |
void | setExperience (const int v) |
const int | getArmor () const |
void | setArmor (const int v) |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
category () | |
const int | getNr () const |
void | setNr (const int v) |
int | operator< (const class category &ck) const |
const string | getName () const |
void | setName (const string v) |
const int | getAge () const |
void | setAge (const int v) |
class background_level & | getLevel (const string v) |
list< class background_level > & | listLevel () |
void | setLevel (class background_level &v) |
void | delLevel (const string v) |
const bool | isLevel (const string v) const |
const int | getExperience () const |
void | setExperience (const int v) |
const int | getArmor () const |
void | setArmor (const int v) |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
category::category | ( | ) |
category::category | ( | ) |
const int category::getNr | ( | ) | const |
void category::setNr | ( | const int | v | ) |
int category::operator< | ( | const class category & | ck | ) | const |
const string category::getName | ( | ) | const |
void category::setName | ( | const string | v | ) |
const int category::getAge | ( | ) | const |
void category::setAge | ( | const int | v | ) |
class background_level & category::getLevel | ( | const string | v | ) |
list< class background_level > & category::listLevel | ( | ) |
void category::setLevel | ( | class background_level & | v | ) |
void category::delLevel | ( | const string | v | ) |
const bool category::isLevel | ( | const string | v | ) | const |
const int category::getExperience | ( | ) | const |
void category::setExperience | ( | const int | v | ) |
const int category::getArmor | ( | ) | const |
void category::setArmor | ( | const int | v | ) |
void category::save | ( | class channel & | ch | ) |
void category::load | ( | class channel & | ch | ) |
void category::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |
const int category::getNr | ( | ) | const |
void category::setNr | ( | const int | v | ) |
int category::operator< | ( | const class category & | ck | ) | const |
const string category::getName | ( | ) | const |
void category::setName | ( | const string | v | ) |
const int category::getAge | ( | ) | const |
void category::setAge | ( | const int | v | ) |
class background_level& category::getLevel | ( | const string | v | ) |
list<class background_level>& category::listLevel | ( | ) |
void category::setLevel | ( | class background_level & | v | ) |
void category::delLevel | ( | const string | v | ) |
const bool category::isLevel | ( | const string | v | ) | const |
const int category::getExperience | ( | ) | const |
void category::setExperience | ( | const int | v | ) |
const int category::getArmor | ( | ) | const |
void category::setArmor | ( | const int | v | ) |
void category::save | ( | class channel & | ch | ) |
void category::load | ( | class channel & | ch | ) |
void category::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |