Library for MQL5 (MetaTrader) with support for Spark
|
Counting data and printing out the accumulated information.
Public Member Functions | |
CStatistic () | |
~CStatistic () | |
int | index (const ulong hash) |
int | plus (const ulong hash, const string describe="none", const int number=1) |
int | plus (CStatisticObject *value, const int number=1) |
void | print (const int file=INVALID_HANDLE) |
Public Attributes | |
CArrayListClass< CStatisticObject > | object |
string | name |
CStatistic::CStatistic | ( | ) |
CStatistic::~CStatistic | ( | ) |
int CStatistic::index | ( | const ulong | hash | ) |
int CStatistic::plus | ( | const ulong | hash, |
const string | describe = "none" , |
||
const int | number = 1 |
||
) |
int CStatistic::plus | ( | CStatisticObject * | value, |
const int | number = 1 |
||
) |
void CStatistic::print | ( | const int | file = INVALID_HANDLE | ) |
string CStatistic::name |
CArrayListClass<CStatisticObject> CStatistic::object |