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

#include <monitor_statistic.hpp>

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

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())
 
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::max_statistic< Rep >

Definition at line 339 of file monitor_statistic.hpp.

Member Typedef Documentation

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

Definition at line 342 of file monitor_statistic.hpp.

Constructor & Destructor Documentation

template<class Rep >
cubmonitor::max_statistic< Rep >::max_statistic ( void  )

Definition at line 84 of file monitor_statistic.cpp.

Definition at line 91 of file monitor_statistic.cpp.

Definition at line 98 of file monitor_statistic.cpp.

Member Function Documentation

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

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