represents a counter of number of bytes More...
#include <counter.hpp>


Public Member Functions | |
| ByteCounter & | operator+= (rep n) |
| increase the counter More... | |
Public Member Functions inherited from nfd::SimpleCounter | |
| constexpr | SimpleCounter () |
| SimpleCounter (const SimpleCounter &)=delete | |
| SimpleCounter & | operator= (const SimpleCounter &)=delete |
| operator rep () const | |
| observe the counter More... | |
| void | set (rep value) |
| replace the counter value More... | |
Additional Inherited Members | |
Public Types inherited from nfd::SimpleCounter | |
| typedef uint64_t | rep |
Protected Attributes inherited from nfd::SimpleCounter | |
| rep | m_value |
represents a counter of number of bytes
Definition at line 95 of file counter.hpp.
|
inline |
increase the counter
Definition at line 101 of file counter.hpp.
References nfd::SimpleCounter::m_value.