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

Public Member Functions | |
| HttpLeaveData (int id, int n) | |
| HttpLeaveData (HttpLeaveData &d) | |
| virtual | ~HttpLeaveData () |
| virtual int | size () const |
| virtual int | cost () const |
| virtual AppData * | copy () |
| int | num () const |
| void | add (int i, int id) |
| int | rec_id (int i) |
Private Member Functions | |
| int * | rec () |
Private Attributes | |
| int | num_ |
| int * | rec_ |
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from HttpData. |
|
|
Reimplemented from HttpData. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from HttpData. |
|
|
|
|
|
|