ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

LsPaths Class Reference

#include <ls.h>

Inheritance diagram for LsPaths:

LsMap< int, LsEqualPaths > map LsPathsTentative List of all members.

Public Member Functions

 LsPaths ()
iterator begin ()
iterator end ()
int lookupCost (int destId)
LsNodeIdListlookupNextHopListPtr (int destId)
iterator insertPathNoChecking (int destId, int cost, int nextHop)
iterator insertPathNoChecking (const LsPath &path)
iterator insertPath (int destId, int cost, int nextHop)
iterator insertPath (const LsPath &path)
iterator insertNextHopList (int destId, int cost, const LsNodeIdList &nextHopList)

Constructor & Destructor Documentation

LsPaths::LsPaths   [inline]
 


Member Function Documentation

iterator LsPaths::begin   [inline]
 

iterator LsPaths::end   [inline]
 

iterator LsPaths::insertNextHopList int    destId,
int    cost,
const LsNodeIdList   nextHopList
 

iterator LsPaths::insertPath const LsPath   path [inline]
 

iterator LsPaths::insertPath int    destId,
int    cost,
int    nextHop
 

iterator LsPaths::insertPathNoChecking const LsPath   path [inline]
 

iterator LsPaths::insertPathNoChecking int    destId,
int    cost,
int    nextHop
[inline]
 

int LsPaths::lookupCost int    destId [inline]
 

LsNodeIdList* LsPaths::lookupNextHopListPtr int    destId [inline]
 


The documentation for this class was generated from the following file:
This document is generated by doxygen.