Inheritance diagram for DTNCloseCommand:

Definition at line 120 of file dtntest.cc.
Public Member Functions | |
| DTNCloseCommand () | |
| int | exec (int argc, const char **argv, Tcl_Interp *interp) |
| Override this to parse the list of arguments as strings. | |
| DTNCloseCommand::DTNCloseCommand | ( | ) | [inline] |
Definition at line 122 of file dtntest.cc.
| int DTNCloseCommand::exec | ( | int | argc, | |
| const char ** | argv, | |||
| Tcl_Interp * | interp | |||
| ) | [inline, virtual] |
Override this to parse the list of arguments as strings.
| argc | Argument count | |
| argv | Argument values | |
| interp | Tcl interpreter |
Reimplemented from oasys::TclCommand.
Definition at line 123 of file dtntest.cc.
References dtn_close(), oasys::TclCommand::resultf(), and oasys::TclCommand::wrong_num_args().
1.5.1