CUBRID Engine  latest
cubmonitor::accumulator_statistic< Rep > Class Template Reference

#include <monitor_statistic.hpp>

Inheritance diagram for cubmonitor::accumulator_statistic< Rep >:
Inheritance graph
Collaboration diagram for cubmonitor::accumulator_statistic< Rep >:
Collaboration graph

Public Types

using rep = Rep
 
- Public Types inherited from cubmonitor::primitive< Rep >
using rep = Rep
 

Public Member Functions

void collect (const Rep &value)
 
- Public Member Functions inherited from cubmonitor::primitive< Rep >
 primitive (Rep value=Rep())
 
primitiveoperator= (const primitive &other)
 
void fetch (statistic_value *destination, fetch_mode mode=FETCH_GLOBAL) const
 
std::size_t get_statistics_count (void) const
 
Rep get_value (fetch_mode mode=FETCH_GLOBAL) const
 

Additional Inherited Members

- Protected Member Functions inherited from cubmonitor::primitive< Rep >
void set_value (const Rep &value)
 
- Protected Attributes inherited from cubmonitor::primitive< Rep >
Rep m_value
 

Detailed Description

template<class Rep>
class cubmonitor::accumulator_statistic< Rep >

Definition at line 295 of file monitor_statistic.hpp.

Member Typedef Documentation

template<class Rep >
using cubmonitor::accumulator_statistic< Rep >::rep = Rep

Definition at line 298 of file monitor_statistic.hpp.

Member Function Documentation

template<typename Rep >
void cubmonitor::accumulator_statistic< Rep >::collect ( const Rep &  value)

The documentation for this class was generated from the following file: