OpenSDN source code
|
#include <derived_stats_algo.h>
Public Member Functions | |
DSChange (const std::string &annotation) | |
DSReturnType | FillResult (NullResT &res) const |
void | Update (const ElemT &raw, uint64_t mono_usec) |
Public Attributes | |
bool | init_ |
ElemT | value_ |
ElemT | prev_ |
Definition at line 199 of file derived_stats_algo.h.
|
inline |
Definition at line 201 of file derived_stats_algo.h.
|
inline |
Definition at line 207 of file derived_stats_algo.h.
|
inline |
Definition at line 214 of file derived_stats_algo.h.
bool contrail::sandesh::DSChange< ElemT, NullResT >::init_ |
Definition at line 203 of file derived_stats_algo.h.
ElemT contrail::sandesh::DSChange< ElemT, NullResT >::prev_ |
Definition at line 205 of file derived_stats_algo.h.
ElemT contrail::sandesh::DSChange< ElemT, NullResT >::value_ |
Definition at line 204 of file derived_stats_algo.h.