#include <Stats.h>
|
| | Stats () |
| |
| virtual | ~Stats () |
| |
| bool | open () |
| |
| void | open_now (std::istream &istream, char delim) |
| |
| bool | save () |
| |
| void | save_now (std::ostream &ostream, char delim) |
| |
| std::pair< unsigned int, unsigned int > | searchPair (std::string str) |
| |
| std::string | toString (int i) |
| |
| int | toInt (std::string str) |
| |
| int | rowCount () |
| |
| int | getLoad (std::string apn) |
| |
| void | updateLoad (std::string apn, std::string api, std::string aen, std::string aei, bool increment) |
| |
| void | rowErase (unsigned int row) |
| |
| void | clear () |
| |
| std::string & | operator() (unsigned int nCol, unsigned int nRow) |
| |
| unsigned int | GetRows () |
| |
| unsigned int | GetCols () |
| |
| std::string | getBestApp (std::string srcApp, std::string dstApp, std::string allApps) |
| |
|
| std::string & | trim (std::string &s) |
| |
Definition at line 30 of file Stats.h.
| std::string Stats::getBestApp |
( |
std::string |
srcApp, |
|
|
std::string |
dstApp, |
|
|
std::string |
allApps |
|
) |
| |
| unsigned int Stats::GetCols |
( |
| ) |
|
|
inline |
| int Stats::getLoad |
( |
std::string |
apn | ) |
|
| unsigned int Stats::GetRows |
( |
| ) |
|
|
inline |
| void Stats::open_now |
( |
std::istream & |
istream, |
|
|
char |
delim = ',' |
|
) |
| |
| std::string& Stats::operator() |
( |
unsigned int |
nCol, |
|
|
unsigned int |
nRow |
|
) |
| |
|
inline |
| void Stats::rowErase |
( |
unsigned int |
row | ) |
|
| void Stats::save_now |
( |
std::ostream & |
ostream, |
|
|
char |
delim = ',' |
|
) |
| |
| std::pair< unsigned int, unsigned int > Stats::searchPair |
( |
std::string |
str | ) |
|
| int Stats::toInt |
( |
std::string |
str | ) |
|
| std::string Stats::toString |
( |
int |
i | ) |
|
| std::string& Stats::trim |
( |
std::string & |
s | ) |
|
|
inlineprivate |
| void Stats::updateLoad |
( |
std::string |
apn, |
|
|
std::string |
api, |
|
|
std::string |
aen, |
|
|
std::string |
aei, |
|
|
bool |
increment |
|
) |
| |
| const char* Stats::filename |
| unsigned int Stats::m_nCols |
|
private |
| unsigned int Stats::m_nRows |
|
private |
| std::map<std::pair<unsigned int, unsigned int>, std::string> Stats::m_oData |
|
private |
| const int Stats::MAX_LOAD = 100 |
|
private |
The documentation for this class was generated from the following files: