#include <stat.h>
Public Member Functions | |
class stat & | getStat (const string v) |
void | setStat (class stat &v) |
map< string, class stat > & | listStat () |
void | delStat (const string v) |
const bool | isStat (const string v) const |
bool | load (class channel &ch) |
void | save (class channel &ch) |
class stat & | getStat (const string v) |
void | setStat (class stat &v) |
map< string, class stat > & | listStat () |
void | delStat (const string v) |
const bool | isStat (const string v) const |
bool | load (class channel &ch) |
void | save (class channel &ch) |
Public Attributes | |
multimap< string, sigc::signal< void, class stat & > > | relations |
multimap< string, sigc::signal< void, class stat & > > | relations |
class stat & statRepository::getStat | ( | const string | v | ) |
void statRepository::setStat | ( | class stat & | v | ) |
void statRepository::delStat | ( | const string | v | ) |
const bool statRepository::isStat | ( | const string | v | ) | const |
bool statRepository::load | ( | class channel & | ch | ) |
void statRepository::save | ( | class channel & | ch | ) |
class stat& statRepository::getStat | ( | const string | v | ) |
void statRepository::setStat | ( | class stat & | v | ) |
void statRepository::delStat | ( | const string | v | ) |
const bool statRepository::isStat | ( | const string | v | ) | const |
bool statRepository::load | ( | class channel & | ch | ) |
void statRepository::save | ( | class channel & | ch | ) |
multimap<string, sigc::signal<void, class stat& > > statRepository::relations |
multimap<string, sigc::signal<void, class stat& > > statRepository::relations |