#include <StatInput.hpp>
Public Types | |
typedef TR::params_t | params_t |
Public Member Functions | |
StatInput (const params_t *par) | |
template<class BIS> | |
counter_t | nextTransactionBIS (BIS &transaction) |
~StatInput () | |
Private Attributes | |
unsigned int | nr_of_transaction |
unsigned int | sum_of_tr_sizes |
std::vector< bool > | items |
bool | first_run |
counter_t | temp_ret_value |
This class is a wrapper around a transaction_reader. Collecting statistics needs resources thus do not use this class unless you are not interesred in performance.
Definition at line 23 of file StatInput.hpp.
|
Definition at line 31 of file StatInput.hpp. |
|
Definition at line 32 of file StatInput.hpp. |
|
Definition at line 60 of file StatInput.hpp. References StatInput< TR >::items, StatInput< TR >::nr_of_transaction, and StatInput< TR >::sum_of_tr_sizes. |
|
Definition at line 35 of file StatInput.hpp. References StatInput< TR >::first_run, StatInput< TR >::items, StatInput< TR >::nr_of_transaction, StatInput< TR >::sum_of_tr_sizes, and StatInput< TR >::temp_ret_value. |
|
Definition at line 27 of file StatInput.hpp. Referenced by StatInput< TR >::nextTransactionBIS(). |
|
Definition at line 26 of file StatInput.hpp. Referenced by StatInput< TR >::nextTransactionBIS(), and StatInput< TR >::~StatInput(). |
|
Definition at line 25 of file StatInput.hpp. Referenced by StatInput< TR >::nextTransactionBIS(), and StatInput< TR >::~StatInput(). |
|
Definition at line 25 of file StatInput.hpp. Referenced by StatInput< TR >::nextTransactionBIS(), and StatInput< TR >::~StatInput(). |
|
Definition at line 29 of file StatInput.hpp. Referenced by StatInput< TR >::nextTransactionBIS(). |