Public Member Functions | |
NodePrio (int nodeId, int remainingNh, set< FibNextHop > nhSet) | |
int | getId () const |
int | getRemainingUw () const |
bool | operator< (const NodePrio &other) const |
Order by Remamining UW NHs, Highest DeltaCost, and then id. More... | |
FibNextHop | popHighestCostUw () |
void | reduceRemainingNh () |
Friends | |
std::ostream & | operator<< (std::ostream &, const NodePrio &node) |
Definition at line 62 of file remove-loops.cpp.
|
inline |
Definition at line 64 of file remove-loops.cpp.
|
inline |
Definition at line 74 of file remove-loops.cpp.
Referenced by ns3::ndn::removeLoops().
|
inline |
Definition at line 80 of file remove-loops.cpp.
Referenced by ns3::ndn::operator<<(), reduceRemainingNh(), and ns3::ndn::removeLoops().
|
inline |
Order by Remamining UW NHs, Highest DeltaCost, and then id.
Definition at line 89 of file remove-loops.cpp.
|
inline |
Definition at line 97 of file remove-loops.cpp.
Referenced by ns3::ndn::removeLoops().
|
inline |
Definition at line 105 of file remove-loops.cpp.
References getRemainingUw(), and operator<<.
Referenced by ns3::ndn::removeLoops().
|
friend |
Definition at line 139 of file remove-loops.cpp.
Referenced by reduceRemainingNh().