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

Public Member Functions | |
| AgentList () | |
| virtual int | command (int argc, const char *const *argv) |
| void | AddAgent (nsaddr_t node_addr, void *a) |
| void * | GetAgent (nsaddr_t node_addr) |
Static Public Member Functions | |
| AgentList * | instance () |
Private Attributes | |
| void ** | agents_ |
| int | num_agents_ |
Static Private Attributes | |
| AgentList * | instance_ |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from TclObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|