#include <DebugCommand.h>
Inheritance diagram for oasys::DebugCommand:

Definition at line 27 of file DebugCommand.h.
Public Member Functions | |
| DebugCommand () | |
| virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
| Virtual from CommandModule. | |
| oasys::DebugCommand::DebugCommand | ( | ) |
| int oasys::DebugCommand::exec | ( | int | argc, | |
| const char ** | argv, | |||
| Tcl_Interp * | interp | |||
| ) | [virtual] |
Virtual from CommandModule.
Reimplemented from oasys::TclCommand.
Definition at line 33 of file DebugCommand.cc.
References oasys::TclCommand::resultf().
1.5.1