| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
Defines | |
| #define | DEFAULT_INITIAL_CAPACITY 8 |
| #define | intEQ(a, b) ((a)==(b)) |
| #define | intLE(a, b) ((a)<=(b)) |
| #define | intCMP(a, b) (((a) <= (b))? ((a)==(b))? 0 : -1 : 1) |
| #define | intHASH(a) (a) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|