nlsr::FibEntry Class Reference

#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
 
NexthopListgetNexthopList ()
 
void setRefreshEventId (ndn::EventId id)
 
ndn::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 ( )
inline

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

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

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

Member Function Documentation

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

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

Definition at line 78 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::EventId  id)
inline

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

Here is the caller graph for this function:

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

Definition at line 72 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: