#include <DebugCommand.h>
Inheritance diagram for oasys::DebugCommand:
Definition at line 48 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 54 of file DebugCommand.cc.
References oasys::TclCommand::resultf().