ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
Public Member Functions | |
Cache (char *name, int size, MobiCache *rtcache) | |
~Cache () | |
int | pickVictim (int exclude=-1) |
bool | searchRoute (const ID &dest, int &i, Path &path, int &index) |
Path * | addRoute (Path &route, int &prefix_len) |
void | noticeDeadLink (const ID &from, const ID &to) |
Private Attributes | |
Path * | cache |
int | size |
int | victim_ptr |
MobiCache * | routecache |
char * | name |
Friends | |
class | MobiCache |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|