| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
Inheritance diagram for TcpAppString:

Public Member Functions | |
| TcpAppString () | |
| TcpAppString (TcpAppString &d) | |
| virtual | ~TcpAppString () |
| char * | str () |
| virtual int | size () const |
| void | set_string (const char *s) |
| virtual AppData * | copy () |
Private Attributes | |
| int | size_ |
| char * | str_ |
|
|
|
|
|
|
|
|
|
|
|
Implements AppData. |
|
|
|
|
|
Reimplemented from AppData. |
|
|
|
|
|
|
|
|
|