CUBRID Engine
latest
|
#include <monitor_statistic.hpp>
Public Types | |
using | rep = Rep |
Public Types inherited from cubmonitor::primitive< Rep > | |
using | rep = Rep |
Public Member Functions | |
min_statistic (void) | |
void | collect (const Rep &value) |
template<> | |
min_statistic (void) | |
template<> | |
min_statistic (void) | |
template<> | |
min_statistic (void) | |
Public Member Functions inherited from cubmonitor::primitive< Rep > | |
primitive (Rep value=Rep()) | |
primitive & | operator= (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 |
Definition at line 364 of file monitor_statistic.hpp.
using cubmonitor::min_statistic< Rep >::rep = Rep |
Definition at line 367 of file monitor_statistic.hpp.
cubmonitor::min_statistic< Rep >::min_statistic | ( | void | ) |
cubmonitor::min_statistic< amount_rep >::min_statistic | ( | void | ) |
Definition at line 126 of file monitor_statistic.cpp.
cubmonitor::min_statistic< floating_rep >::min_statistic | ( | void | ) |
Definition at line 133 of file monitor_statistic.cpp.
cubmonitor::min_statistic< time_rep >::min_statistic | ( | void | ) |
Definition at line 140 of file monitor_statistic.cpp.
void cubmonitor::min_statistic< Rep >::collect | ( | const Rep & | value | ) |
Definition at line 561 of file monitor_statistic.hpp.
References cubmonitor::primitive< Rep >::get_value(), and cubmonitor::primitive< Rep >::set_value().