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

Public Member Functions | |
| virtual | ~InstVar () |
| virtual void | set (const char *)=0 |
| virtual const char * | snget (char *wrk, int wrklen)=0 |
| void | init (const char *var) |
| const char * | name () |
| TracedVar * | tracedvar () |
| void | tracedvar (TracedVar *v) |
Static Public Member Functions | |
| double | time_atof (const char *s) |
| double | bw_atof (const char *s) |
Public Attributes | |
| InstVar * | next_ |
Protected Member Functions | |
| InstVar (const char *name) | |
| void | catch_read (const char *name1, const char *name2) |
| void | catch_write (const char *name1, const char *name2) |
| void | catch_destroy (const char *name1, const char *name2) |
Protected Attributes | |
| const char * | name_ |
| TracedVar * | tracedvar_ |
Static Private Member Functions | |
| char * | catch_var (ClientData, Tcl_Interp *tcl, char *name1, char *name2, int flags) |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Implemented in InstVarTclObject, InstVarReal, InstVarBandwidth, InstVarTime, InstVarInt, InstVarUInt, InstVarBool, InstVarError, InstVarTracedInt, and InstVarTracedReal. |
|
||||||||||||
|
Implemented in InstVarTclObject, InstVarReal, InstVarInt, InstVarUInt, InstVarError, InstVarTracedInt, and InstVarTracedReal. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|