Medida
medida::Counter Class Reference
Inheritance diagram for medida::Counter:
medida::MetricInterface

List of all members.

Classes

class  Impl

Public Member Functions

 Counter (std::int64_t init=0)
void Process (MetricProcessor &processor)
std::int64_t count () const
void set_count (std::int64_t n)
void inc (std::int64_t n=1)
void dec (std::int64_t n=1)
void clear ()

The documentation for this class was generated from the following files:
 All Classes