Class cubconn::statistics::metrics¶
template <class T, typename VT>
ClassList > cubconn > statistics > metrics
#include <connection_statistics.hpp>
Public Functions¶
| Type | Name |
|---|---|
| void | add (T key, VT value) |
| void | copy_from (const metrics & src) |
| VT | get (T key) |
| metrics () |
|
| metrics (const metrics & other) |
|
| metrics (metrics && other) noexcept |
|
| metrics (metrics< T, OtherVT > & other) |
|
| metrics< T, double > | operator* (double multiplier) |
| metrics | operator+ (const metrics & other) |
| metrics & | operator+= (metrics & other) |
| metrics< T, double > | operator- (const metrics & other) |
| metrics & | operator= (const metrics & other) |
| metrics & | operator= (metrics && other) noexcept |
| metrics & | operator= (metrics< T, OtherVT > & other) |
| metrics< T, VT > & | operator= (metrics< T, OtherVT > & other) |
| void | reset () |
| void | set (T key, VT value) |
| void | sub (T key, VT value) |
| ~metrics () |
Public Functions Documentation¶
function add¶
function copy_from¶
function get¶
function metrics [2/5]¶
function metrics [3/5]¶
function metrics [4/5]¶
function metrics [5/5]¶
function operator*¶
function operator+¶
function operator+=¶
function operator-¶
function operator=¶
function operator=¶
function operator=¶
template<typename OtherVT>
inline metrics & cubconn::statistics::metrics::operator= (
metrics < T, OtherVT > & other
)
function operator=¶
template<typename OtherVT>
inline metrics < T, VT > & cubconn::statistics::metrics::operator= (
metrics < T, OtherVT > & other
)
function reset¶
function set¶
function sub¶
function ~metrics¶
The documentation for this class was generated from the following file cubrid/src/connection/connection_statistics.hpp