nlsr::FibEntry Class Reference

#include <fib-entry.hpp>

Public Types

typedef NexthopList::const_iterator const_iterator
 

Public Member Functions

 FibEntry ()=default
 
 FibEntry (const ndn::Name &name)
 
const ndn::Name & getName () const
 
NexthopListgetNexthopList ()
 
void setRefreshEventId (ndn::scheduler::EventId id)
 
ndn::scheduler::EventId getRefreshEventId () const
 
void setSeqNo (int32_t fsn)
 
int32_t getSeqNo () const
 
void writeLog () const
 
const_iterator begin () const
 
const_iterator end () const
 

Detailed Description

Definition at line 30 of file fib-entry.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

nlsr::FibEntry::FibEntry ( )
default
nlsr::FibEntry::FibEntry ( const ndn::Name &  name)
inline

Definition at line 35 of file fib-entry.hpp.

Member Function Documentation

FibEntry::const_iterator nlsr::FibEntry::begin ( ) const
inline

Definition at line 95 of file fib-entry.hpp.

Here is the call graph for this function:

FibEntry::const_iterator nlsr::FibEntry::end ( ) const
inline

Definition at line 101 of file fib-entry.hpp.

Here is the call graph for this function:

const ndn::Name& nlsr::FibEntry::getName ( ) const
inline

Definition at line 41 of file fib-entry.hpp.

Here is the caller graph for this function:

NexthopList& nlsr::FibEntry::getNexthopList ( )
inline

Definition at line 47 of file fib-entry.hpp.

Here is the caller graph for this function:

ndn::scheduler::EventId nlsr::FibEntry::getRefreshEventId ( ) const
inline

Definition at line 59 of file fib-entry.hpp.

Here is the caller graph for this function:

int32_t nlsr::FibEntry::getSeqNo ( ) const
inline

Definition at line 71 of file fib-entry.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void nlsr::FibEntry::setRefreshEventId ( ndn::scheduler::EventId  id)
inline

Definition at line 53 of file fib-entry.hpp.

Here is the caller graph for this function:

void nlsr::FibEntry::setSeqNo ( int32_t  fsn)
inline

Definition at line 65 of file fib-entry.hpp.

Here is the caller graph for this function:

void nlsr::FibEntry::writeLog ( ) const

Definition at line 29 of file fib-entry.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: