#include <statistics.hpp>
Public Member Functions | |
| size_t | get (PacketType) const |
| void | resetAll () |
| void | increment (PacketType) |
| const std::map< PacketType, int > & | getCounter () const |
Definition at line 29 of file statistics.hpp.
|
strong |
Definition at line 33 of file statistics.hpp.
| size_t nlsr::Statistics::get | ( | PacketType | type | ) | const |
|
inline |
| void nlsr::Statistics::increment | ( | PacketType | type | ) |
| void nlsr::Statistics::resetAll | ( | ) |
Definition at line 49 of file statistics.cpp.