addCategory(const char *category) | statCollection | [private] |
addExcludeFilter(char *category) | statCollection | |
addFilter(char *category) | statCollection | |
addIncludeFilter(char *category) | statCollection | |
addOwner(const char *owner) | statCollection | [private] |
addStat(const char *category, const char *owner, double value) | statCollection | |
addStat(const char *category, const char *owner, long value) | statCollection | |
categories | statCollection | [private] |
clearAllStats() | statCollection | |
clearFilters() | statCollection | |
enablePrintOutput(bool pO) | statCollection | [inline] |
excludeFilters | statCollection | [private] |
findNextStat(const char *category, const char *owner, int startIndex=0) const | statCollection | |
findNextStat(const char *what, bool findCategory, int startIndex=0) const | statCollection | |
findPrevStat(const char *category, const char *owner, int startIndex=-1) const | statCollection | |
findPrevStat(const char *what, bool findCategory, int startIndex=-1) const | statCollection | |
getLastStat(const char *category, const char *owner) | statCollection | [private] |
getNumStats() const | statCollection | |
getStatNum(int which) const | statCollection | |
includeFilters | statCollection | [private] |
lookupCategory(const char *category) const | statCollection | |
lookupCategoryID(int id) const | statCollection | |
lookupOwner(const char *owner) const | statCollection | |
lookupOwnerID(int id) const | statCollection | |
lookupStat(const char *category, const char *owner, statValue &) const | statCollection | |
lookupStat(unsigned int index, statValue &) const | statCollection | |
owners | statCollection | [private] |
passFilter(const char *category) const | statCollection | [private] |
printOutput | statCollection | [private] |
printStatsTable() const | statCollection | |
statCollection() | statCollection | |
stats | statCollection | [private] |
sumStat(const char *category, const char *owner, double value) | statCollection | |
sumStat(const char *category, const char *owner, long value) | statCollection | |
~statCollection() | statCollection | |