represents a counter of number of bytes More...
#include <core/counter.hpp>
Public Types | |
typedef uint64_t | rep |
Public Member Functions | |
operator rep () const | |
observe the counter More... | |
ByteCounter & | operator+= (rep n) |
increase the counter More... | |
void | set (rep value) |
replace the counter value More... | |
Protected Attributes | |
rep | m_value |
represents a counter of number of bytes
Definition at line 95 of file counter.hpp.
|
inherited |
Definition at line 41 of file counter.hpp.
|
inlineinherited |
observe the counter
Definition at line 56 of file counter.hpp.
|
inline |
increase the counter
Definition at line 101 of file counter.hpp.
|
inlineinherited |
replace the counter value
Definition at line 64 of file counter.hpp.
|
protectedinherited |
Definition at line 70 of file counter.hpp.