Represents a counter of number of packets. More...
#include <daemon/common/counter.hpp>
Inheritance diagram for nfd::PacketCounter:
Collaboration diagram for nfd::PacketCounter:Public Types | |
| using | rep = uint64_t |
Public Member Functions | |
| operator rep () const noexcept | |
| Return the counter's value. More... | |
| PacketCounter & | operator++ () noexcept |
| Increment the counter by one. More... | |
| void | set (rep value) noexcept |
| Replace the counter's value. More... | |
Protected Attributes | |
| rep | m_value = 0 |
Represents a counter of number of packets.
Definition at line 70 of file counter.hpp.
|
inherited |
Definition at line 42 of file counter.hpp.
|
inlinenoexceptinherited |
Return the counter's value.
Definition at line 47 of file counter.hpp.
|
inlinenoexcept |
Increment the counter by one.
Definition at line 77 of file counter.hpp.
|
inlinenoexceptinherited |
Replace the counter's value.
Definition at line 56 of file counter.hpp.
|
protectedinherited |
Definition at line 62 of file counter.hpp.