| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <pagepool.h>
Inheritance diagram for TracePagePool:

Public Member Functions | |
| TracePagePool (const char *fn) | |
| virtual | ~TracePagePool () |
| virtual int | command (int argc, const char *const *argv) |
Protected Member Functions | |
| ServerPage * | load_page (FILE *fp) |
| void | change_time () |
| int | add_page (const char *pgname, ServerPage *pg) |
| ServerPage * | get_page (int id) |
Protected Attributes | |
| Tcl_HashTable * | namemap_ |
| Tcl_HashTable * | idmap_ |
| RandomVariable * | ranvar_ |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Reimplemented from PagePool. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|