contains counters on forwarder More...
#include <forwarder-counters.hpp>
Public Member Functions | |
template<typename R > | |
void | copyTo (R &recipient) const |
copy current obseverations to a struct More... | |
Public Member Functions inherited from nfd::NetworkLayerCounters | |
const PacketCounter & | getNInInterests () const |
incoming Interest More... | |
PacketCounter & | getNInInterests () |
const PacketCounter & | getNInDatas () const |
incoming Data More... | |
PacketCounter & | getNInDatas () |
const PacketCounter & | getNOutInterests () const |
outgoing Interest More... | |
PacketCounter & | getNOutInterests () |
const PacketCounter & | getNOutDatas () const |
outgoing Data More... | |
PacketCounter & | getNOutDatas () |
Additional Inherited Members | |
Protected Member Functions inherited from nfd::NetworkLayerCounters | |
template<typename R > | |
void | copyTo (R &recipient) const |
copy current obseverations to a struct More... | |
contains counters on forwarder
Definition at line 35 of file forwarder-counters.hpp.
|
inline |
copy current obseverations to a struct
recipient | an object with set methods for counters |
Definition at line 43 of file forwarder-counters.hpp.
References nfd::NetworkLayerCounters::copyTo().