|
Clio
develop
The XRP Ledger API server.
|
Public Types | |
| using | ValueType = NumberType |
Public Member Functions | |
| HistogramImpl (HistogramImpl const &)=delete | |
| HistogramImpl (HistogramImpl &&)=default | |
| HistogramImpl & | operator= (HistogramImpl const &)=delete |
| HistogramImpl & | operator= (HistogramImpl &&)=default |
| void | setBuckets (std::vector< ValueType > const &bounds) |
| void | observe (ValueType const value) |
| void | serializeValue (std::string const &name, std::string labelsString, OStream &stream) const |