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


Public Member Functions | |
| PacketCounter & | operator++ () |
| increment the counter by one 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 packets
Definition at line 77 of file counter.hpp.
|
inline |
increment the counter by one
Definition at line 83 of file counter.hpp.
References nfd::SimpleCounter::m_value.