#include <skill.h>
Public Member Functions | |
skill () | |
class background & | getBackground () const |
void | setBackground (class background &v) |
const string | getName () const |
void | setName (const string v) |
const string | getDescription () const |
void | setDescription (const string v) |
class special & | getSpecials (const string v) |
map< string, class special > & | listSpecials () |
void | setSpecials (class special &v) |
void | delSpecials (const string v) |
const bool | isSpecials (const string v) const |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
skill () | |
class background & | getBackground () const |
void | setBackground (class background &v) |
const string | getName () const |
void | setName (const string v) |
const string | getDescription () const |
void | setDescription (const string v) |
class special & | getSpecials (const string v) |
map< string, class special > & | listSpecials () |
void | setSpecials (class special &v) |
void | delSpecials (const string v) |
const bool | isSpecials (const string v) const |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
skill::skill | ( | ) |
skill::skill | ( | ) |
class background & skill::getBackground | ( | ) | const |
void skill::setBackground | ( | class background & | v | ) |
const string skill::getName | ( | ) | const |
void skill::setName | ( | const string | v | ) |
const string skill::getDescription | ( | ) | const |
void skill::setDescription | ( | const string | v | ) |
class special & skill::getSpecials | ( | const string | v | ) |
void skill::setSpecials | ( | class special & | v | ) |
void skill::delSpecials | ( | const string | v | ) |
const bool skill::isSpecials | ( | const string | v | ) | const |
void skill::save | ( | class channel & | ch | ) |
void skill::load | ( | class channel & | ch | ) |
void skill::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |
class background& skill::getBackground | ( | ) | const |
void skill::setBackground | ( | class background & | v | ) |
const string skill::getName | ( | ) | const |
void skill::setName | ( | const string | v | ) |
const string skill::getDescription | ( | ) | const |
void skill::setDescription | ( | const string | v | ) |
class special& skill::getSpecials | ( | const string | v | ) |
void skill::setSpecials | ( | class special & | v | ) |
void skill::delSpecials | ( | const string | v | ) |
const bool skill::isSpecials | ( | const string | v | ) | const |
void skill::save | ( | class channel & | ch | ) |
void skill::load | ( | class channel & | ch | ) |
void skill::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |