#include <fib-entry.hpp>
Classes | |
class | Error |
Public Member Functions | |
FibEntry () | |
FibEntry (const Block &block) | |
FibEntry & | addNextHopRecord (const NextHopRecord &nh) |
FibEntry & | clearNextHopRecords () |
const std::vector< NextHopRecord > & | getNextHopRecords () const |
const Name & | getPrefix () const |
template<typename InputIt > | |
FibEntry & | setNextHopRecords (InputIt first, InputIt last) |
FibEntry & | setPrefix (const Name &prefix) |
void | wireDecode (const Block &block) |
template<encoding::Tag TAG> | |
size_t | wireEncode (EncodingImpl< TAG > &block) const |
const Block & | wireEncode () const |
Definition at line 105 of file fib-entry.hpp.
|
default |
|
explicit |
Definition at line 144 of file fib-entry.cpp.
FibEntry & ndn::nfd::FibEntry::addNextHopRecord | ( | const NextHopRecord & | nh | ) |
Definition at line 158 of file fib-entry.cpp.
FibEntry & ndn::nfd::FibEntry::clearNextHopRecords | ( | ) |
Definition at line 166 of file fib-entry.cpp.
|
inline |
Definition at line 133 of file fib-entry.hpp.
|
inline |
Definition at line 124 of file fib-entry.hpp.
|
inline |
Definition at line 140 of file fib-entry.hpp.
Definition at line 150 of file fib-entry.cpp.
void ndn::nfd::FibEntry::wireDecode | ( | const Block & | block | ) |
Definition at line 208 of file fib-entry.cpp.
size_t ndn::nfd::FibEntry::wireEncode | ( | EncodingImpl< TAG > & | block | ) | const |
Definition at line 175 of file fib-entry.cpp.
const Block & ndn::nfd::FibEntry::wireEncode | ( | ) | const |
Definition at line 192 of file fib-entry.cpp.