Go to the source code of this file.
|
| STATSCOUNTER_TEMPLATE (, StatsCounter)(const StatsCounter< Array_Type |
|
EmptyArray | clear () |
|
| STATSCOUNTER_TEMPLATE (,~StatsCounter)() |
|
| STATSCOUNTER_TEMPLATE (void, reset_array)(const Array_Type *Array_) |
|
| STATSCOUNTER_TEMPLATE (void, add_counter)(Counter< Array_Type |
|
| STATSCOUNTER_TEMPLATE (void, set_counters)(Counters< Array_Type |
|
| STATSCOUNTER_TEMPLATE (void, count_init)(size_t i |
|
current_stats | resize (counters->size(), 0.0) |
|
| for (size_t n=0u;n< counters->size();++n) current_stats[n] |
|
| STATSCOUNTER_TEMPLATE (void, count_current)(size_t i |
|
| STATSCOUNTER_TEMPLATE (std::vector< std::string >, get_names)() const |
|
| STATSCOUNTER_TEMPLATE (std::vector< std::string >, get_descriptions)() const |
|
◆ STATSCOUNTER_TEMPLATE
◆ STATSCOUNTER_TEMPLATE_ARGS
template STATSCOUNTER_TEMPLATE_ARGS |
( |
| ) |
<typename Array_Type, typename Data_Type> |
◆ STATSCOUNTER_TYPE
template Data_Type * STATSCOUNTER_TYPE |
( |
| ) |
StatsCounter<Array_Type,Data_Type> |
◆ clear()
◆ for()
for |
( |
size_t |
n = 0u;n< counters->size();++n | ) |
|
◆ resize()
◆ STATSCOUNTER_TEMPLATE() [1/9]
◆ STATSCOUNTER_TEMPLATE() [2/9]
STATSCOUNTER_TEMPLATE |
( |
~ |
StatsCounter | ) |
|
◆ STATSCOUNTER_TEMPLATE() [3/9]
STATSCOUNTER_TEMPLATE |
( |
std::vector< std::string > |
, |
|
|
get_descriptions |
|
|
) |
| const |
◆ STATSCOUNTER_TEMPLATE() [4/9]
STATSCOUNTER_TEMPLATE |
( |
std::vector< std::string > |
, |
|
|
get_names |
|
|
) |
| const |
◆ STATSCOUNTER_TEMPLATE() [5/9]
STATSCOUNTER_TEMPLATE |
( |
void |
, |
|
|
add_counter |
|
|
) |
| |
◆ STATSCOUNTER_TEMPLATE() [6/9]
STATSCOUNTER_TEMPLATE |
( |
void |
, |
|
|
count_current |
|
|
) |
| |
◆ STATSCOUNTER_TEMPLATE() [7/9]
STATSCOUNTER_TEMPLATE |
( |
void |
, |
|
|
count_init |
|
|
) |
| |
◆ STATSCOUNTER_TEMPLATE() [8/9]
STATSCOUNTER_TEMPLATE |
( |
void |
, |
|
|
reset_array |
|
|
) |
| const |
◆ STATSCOUNTER_TEMPLATE() [9/9]
STATSCOUNTER_TEMPLATE |
( |
void |
, |
|
|
set_counters |
|
|
) |
| |
◆ counter
◆ counter_deleted
◆ counters
counters = new Counters<Array_Type,Data_Type>((*counter.counters)) |
◆ counters_
◆ current_stats
current_stats = counter.current_stats |
◆ EmptyArray
◆ f_
Initial value:{
throw std::logic_error("No counters added: Cannot count without knowning what to count!")
Definition at line 66 of file statscounter-meat.hpp.
◆ return