#include <chapter.h>
Public Member Functions | |
chapter () | |
const int | getNr () const |
void | setNr (const int v) |
int | operator< (const class chapter &ck) const |
const string | getName () const |
void | setName (const string v) |
const string | getDescription () const |
void | setDescription (const string v) |
class rule & | getRules (const string v) |
list< class rule > & | listRules () |
void | setRules (class rule &v) |
void | delRules (const string v) |
const bool | isRules (const string v) const |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
chapter () | |
const int | getNr () const |
void | setNr (const int v) |
int | operator< (const class chapter &ck) const |
const string | getName () const |
void | setName (const string v) |
const string | getDescription () const |
void | setDescription (const string v) |
class rule & | getRules (const string v) |
list< class rule > & | listRules () |
void | setRules (class rule &v) |
void | delRules (const string v) |
const bool | isRules (const string v) const |
void | save (class channel &ch) |
void | load (class channel &ch) |
void | xml (ofstream &f, int l=0, int r=0) |
chapter::chapter | ( | ) |
chapter::chapter | ( | ) |
const int chapter::getNr | ( | ) | const |
void chapter::setNr | ( | const int | v | ) |
int chapter::operator< | ( | const class chapter & | ck | ) | const |
const string chapter::getName | ( | ) | const |
void chapter::setName | ( | const string | v | ) |
const string chapter::getDescription | ( | ) | const |
void chapter::setDescription | ( | const string | v | ) |
class rule & chapter::getRules | ( | const string | v | ) |
list< class rule > & chapter::listRules | ( | ) |
void chapter::setRules | ( | class rule & | v | ) |
void chapter::delRules | ( | const string | v | ) |
const bool chapter::isRules | ( | const string | v | ) | const |
void chapter::save | ( | class channel & | ch | ) |
void chapter::load | ( | class channel & | ch | ) |
void chapter::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |
const int chapter::getNr | ( | ) | const |
void chapter::setNr | ( | const int | v | ) |
int chapter::operator< | ( | const class chapter & | ck | ) | const |
const string chapter::getName | ( | ) | const |
void chapter::setName | ( | const string | v | ) |
const string chapter::getDescription | ( | ) | const |
void chapter::setDescription | ( | const string | v | ) |
class rule& chapter::getRules | ( | const string | v | ) |
list<class rule>& chapter::listRules | ( | ) |
void chapter::setRules | ( | class rule & | v | ) |
void chapter::delRules | ( | const string | v | ) |
const bool chapter::isRules | ( | const string | v | ) | const |
void chapter::save | ( | class channel & | ch | ) |
void chapter::load | ( | class channel & | ch | ) |
void chapter::xml | ( | ofstream & | f, | |
int | l = 0 , |
|||
int | r = 0 | |||
) |