#include <army.h>
Public Member Functions | |
| class army & | getArmy (const string v) |
| void | setArmy (class army &v) |
| map< string, class army > & | listArmy () |
| void | delArmy (const string v) |
| const bool | isArmy (const string v) const |
| bool | load (class channel &ch) |
| void | save (class channel &ch) |
| class army & | getArmy (const string v) |
| void | setArmy (class army &v) |
| map< string, class army > & | listArmy () |
| void | delArmy (const string v) |
| const bool | isArmy (const string v) const |
| bool | load (class channel &ch) |
| void | save (class channel &ch) |
Public Attributes | |
| multimap< string, sigc::signal< void, class army & > > | relations |
| multimap< string, sigc::signal< void, class army & > > | relations |
| class army & armyRepository::getArmy | ( | const string | v | ) |
| void armyRepository::setArmy | ( | class army & | v | ) |
| void armyRepository::delArmy | ( | const string | v | ) |
| const bool armyRepository::isArmy | ( | const string | v | ) | const |
| bool armyRepository::load | ( | class channel & | ch | ) |
| void armyRepository::save | ( | class channel & | ch | ) |
| class army& armyRepository::getArmy | ( | const string | v | ) |
| void armyRepository::setArmy | ( | class army & | v | ) |
| void armyRepository::delArmy | ( | const string | v | ) |
| const bool armyRepository::isArmy | ( | const string | v | ) | const |
| bool armyRepository::load | ( | class channel & | ch | ) |
| void armyRepository::save | ( | class channel & | ch | ) |
| multimap<string, sigc::signal<void, class army& > > armyRepository::relations |
| multimap<string, sigc::signal<void, class army& > > armyRepository::relations |
Visit the project page on