#include <fib-entry.hpp>
Public Types | |
| typedef NexthopList::const_iterator | const_iterator |
Public Member Functions | |
| FibEntry () | |
| FibEntry (const ndn::Name &name) | |
| const ndn::Name & | getName () const |
| NexthopList & | getNexthopList () |
| void | setRefreshEventId (ndn::EventId id) |
| ndn::EventId | getRefreshEventId () const |
| void | setSeqNo (int32_t fsn) |
| int32_t | getSeqNo () const |
| void | writeLog () |
| const_iterator | begin () const |
| const_iterator | end () const |
Definition at line 30 of file fib-entry.hpp.
Definition at line 86 of file fib-entry.hpp.
|
inline |
Definition at line 33 of file fib-entry.hpp.
|
inline |
Definition at line 40 of file fib-entry.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 78 of file fib-entry.hpp.
|
inline |
|
inline |
| void nlsr::FibEntry::writeLog | ( | ) |
Definition at line 29 of file fib-entry.cpp.