| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
Public Member Functions | |
| SackStack (int) | |
| ~SackStack () | |
| int & | head_right (int n=0) |
| int & | head_left (int n=0) |
| int | cnt () |
| void | reset () |
| void | push (int n=0) |
| void | pop (int n=0) |
Protected Attributes | |
| int | size_ |
| int | cnt_ |
| SackStack::Sf_Entry * | SFE_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|