|
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 | |
| max_statistic (void) | |
| void | collect (const Rep &value) |
| template<> | |
| max_statistic (void) | |
| template<> | |
| max_statistic (void) | |
| template<> | |
| max_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 339 of file monitor_statistic.hpp.
| using cubmonitor::max_statistic< Rep >::rep = Rep |
Definition at line 342 of file monitor_statistic.hpp.
| cubmonitor::max_statistic< Rep >::max_statistic | ( | void | ) |
| cubmonitor::max_statistic< amount_rep >::max_statistic | ( | void | ) |
Definition at line 84 of file monitor_statistic.cpp.
| cubmonitor::max_statistic< floating_rep >::max_statistic | ( | void | ) |
Definition at line 91 of file monitor_statistic.cpp.
| cubmonitor::max_statistic< time_rep >::max_statistic | ( | void | ) |
Definition at line 98 of file monitor_statistic.cpp.
| void cubmonitor::max_statistic< Rep >::collect | ( | const Rep & | value | ) |
Definition at line 528 of file monitor_statistic.hpp.
References cubmonitor::primitive< Rep >::get_value(), and cubmonitor::primitive< Rep >::set_value().