#include <party.h>
Public Member Functions | |
class party & | getParty (const string v) |
void | setParty (class party &v) |
map< string, class party > & | listParty () |
void | delParty (const string v) |
const bool | isParty (const string v) const |
bool | load (class channel &ch) |
void | save (class channel &ch) |
class party & | getParty (const string v) |
void | setParty (class party &v) |
map< string, class party > & | listParty () |
void | delParty (const string v) |
const bool | isParty (const string v) const |
bool | load (class channel &ch) |
void | save (class channel &ch) |
Public Attributes | |
multimap< string, sigc::signal< void, class party & > > | relations |
multimap< string, sigc::signal< void, class party & > > | relations |
class party & partyRepository::getParty | ( | const string | v | ) |
void partyRepository::setParty | ( | class party & | v | ) |
void partyRepository::delParty | ( | const string | v | ) |
const bool partyRepository::isParty | ( | const string | v | ) | const |
bool partyRepository::load | ( | class channel & | ch | ) |
void partyRepository::save | ( | class channel & | ch | ) |
class party& partyRepository::getParty | ( | const string | v | ) |
void partyRepository::setParty | ( | class party & | v | ) |
void partyRepository::delParty | ( | const string | v | ) |
const bool partyRepository::isParty | ( | const string | v | ) | const |
bool partyRepository::load | ( | class channel & | ch | ) |
void partyRepository::save | ( | class channel & | ch | ) |
multimap<string, sigc::signal<void, class party& > > partyRepository::relations |
multimap<string, sigc::signal<void, class party& > > partyRepository::relations |