#include <background.h>
Public Member Functions | |
background () | |
const string | getName () const |
void | setName (const string v) |
const int | getNr () const |
void | setNr (const int v) |
int | operator< (const class background &ck) const |
const string | getDescription () const |
void | setDescription (const string v) |
class skill & | getSkills (const string v) |
map< string, class skill > & | listSkills () |
void | setSkills (class skill &v) |
void | delSkills (const string v) |
const bool | isSkills (const string v) const |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
background () | |
const string | getName () const |
void | setName (const string v) |
const int | getNr () const |
void | setNr (const int v) |
int | operator< (const class background &ck) const |
const string | getDescription () const |
void | setDescription (const string v) |
class skill & | getSkills (const string v) |
map< string, class skill > & | listSkills () |
void | setSkills (class skill &v) |
void | delSkills (const string v) |
const bool | isSkills (const string v) const |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
background::background | ( | ) |
background::background | ( | ) |
const string background::getName | ( | ) | const |
void background::setName | ( | const string | v | ) |
const int background::getNr | ( | ) | const |
void background::setNr | ( | const int | v | ) |
int background::operator< | ( | const class background & | ck | ) | const |
const string background::getDescription | ( | ) | const |
void background::setDescription | ( | const string | v | ) |
class skill & background::getSkills | ( | const string | v | ) |
void background::setSkills | ( | class skill & | v | ) |
void background::delSkills | ( | const string | v | ) |
const bool background::isSkills | ( | const string | v | ) | const |
void background::save | ( | class channel & | ch | ) |
void background::load | ( | class channel & | ch | ) |
void background::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |
const string background::getName | ( | ) | const |
void background::setName | ( | const string | v | ) |
const int background::getNr | ( | ) | const |
void background::setNr | ( | const int | v | ) |
int background::operator< | ( | const class background & | ck | ) | const |
const string background::getDescription | ( | ) | const |
void background::setDescription | ( | const string | v | ) |
class skill& background::getSkills | ( | const string | v | ) |
void background::setSkills | ( | class skill & | v | ) |
void background::delSkills | ( | const string | v | ) |
const bool background::isSkills | ( | const string | v | ) | const |
void background::save | ( | class channel & | ch | ) |
void background::load | ( | class channel & | ch | ) |
void background::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |