| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <requesttable.h>
Public Member Functions | |
| RequestTable (int size=30) | |
| ~RequestTable () | |
| void | insert (const ID &net_id, int req_num) |
| void | insert (const ID &net_id, const ID &MAC_id, int req_num) |
| int | get (const ID &id) const |
| Entry * | getEntry (const ID &id) |
Private Member Functions | |
| int | find (const ID &net_id, const ID &MAC_id) const |
Private Attributes | |
| Entry * | table |
| int | size |
| int | ptr |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|