OpenSDN source code
|
#include <derived_stats_algo.h>
Public Member Functions | |
DSNull (const std::string &annotation) | |
DSReturnType | FillResult (NullResT &res) const |
void | Update (const ElemT &raw, uint64_t mono_usec) |
Public Attributes | |
ElemT | value_ |
uint64_t | samples_ |
Definition at line 254 of file derived_stats_algo.h.
|
inline |
Definition at line 256 of file derived_stats_algo.h.
|
inline |
Definition at line 260 of file derived_stats_algo.h.
|
inline |
Definition at line 265 of file derived_stats_algo.h.
uint64_t contrail::sandesh::DSNull< ElemT, NullResT >::samples_ |
Definition at line 258 of file derived_stats_algo.h.
ElemT contrail::sandesh::DSNull< ElemT, NullResT >::value_ |
Definition at line 257 of file derived_stats_algo.h.