Inheritance diagram for ShutdownCommand:
Definition at line 610 of file dtntest.cc.
Public Member Functions | |
ShutdownCommand () | |
int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Override this to parse the list of arguments as strings. | |
Static Public Member Functions | |
static void | call_exit (void *clientData) |
ShutdownCommand::ShutdownCommand | ( | ) | [inline] |
Definition at line 612 of file dtntest.cc.
void ShutdownCommand::call_exit | ( | void * | clientData | ) | [static] |
int ShutdownCommand::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) | [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 626 of file dtntest.cc.
References call_exit().