#include <job.h>
Public Member Functions | |
| job () | |
| const string | getName () const |
| void | setName (const string v) |
| const string | getDescription () const |
| void | setDescription (const string v) |
| class material & | getSpecial (const string v) |
| list< class material > & | listSpecial () |
| void | setSpecial (class material &v) |
| void | delSpecial (const string v) |
| const bool | isSpecial (const string v) const |
| const int | getStatus () const |
| void | setStatus (const int v) |
| void | save (class channel &ch) |
| void | load (class channel &ch) |
| void | xml (ofstream &f, int l=0, int r=0) |
| job () | |
| const string | getName () const |
| void | setName (const string v) |
| const string | getDescription () const |
| void | setDescription (const string v) |
| class material & | getSpecial (const string v) |
| list< class material > & | listSpecial () |
| void | setSpecial (class material &v) |
| void | delSpecial (const string v) |
| const bool | isSpecial (const string v) const |
| const int | getStatus () const |
| void | setStatus (const int v) |
| void | save (class channel &ch) |
| void | load (class channel &ch) |
| void | xml (ofstream &f, int l=0, int r=0) |
| job::job | ( | ) |
| job::job | ( | ) |
| const string job::getName | ( | ) | const |
| void job::setName | ( | const string | v | ) |
| const string job::getDescription | ( | ) | const |
| void job::setDescription | ( | const string | v | ) |
| class material & job::getSpecial | ( | const string | v | ) |
| list< class material > & job::listSpecial | ( | ) |
| void job::setSpecial | ( | class material & | v | ) |
| void job::delSpecial | ( | const string | v | ) |
| const bool job::isSpecial | ( | const string | v | ) | const |
| const int job::getStatus | ( | ) | const |
| void job::setStatus | ( | const int | v | ) |
| void job::save | ( | class channel & | ch | ) |
| void job::load | ( | class channel & | ch | ) |
| void job::xml | ( | ofstream & | f, | |
| int | l = 0, |
|||
| int | r = 0 | |||
| ) |
| const string job::getName | ( | ) | const |
| void job::setName | ( | const string | v | ) |
| const string job::getDescription | ( | ) | const |
| void job::setDescription | ( | const string | v | ) |
| class material& job::getSpecial | ( | const string | v | ) |
| list<class material>& job::listSpecial | ( | ) |
| void job::setSpecial | ( | class material & | v | ) |
| void job::delSpecial | ( | const string | v | ) |
| const bool job::isSpecial | ( | const string | v | ) | const |
| const int job::getStatus | ( | ) | const |
| void job::setStatus | ( | const int | v | ) |
| void job::save | ( | class channel & | ch | ) |
| void job::load | ( | class channel & | ch | ) |
| void job::xml | ( | ofstream & | f, | |
| int | l = 0, |
|||
| int | r = 0 | |||
| ) |
Visit the project page on