#include <HelpCommand.h>
Inheritance diagram for oasys::HelpCommand:
Definition at line 48 of file HelpCommand.h.
Public Member Functions | |
HelpCommand () | |
virtual int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Virtual from CommandModule. |
oasys::HelpCommand::HelpCommand | ( | ) |
int oasys::HelpCommand::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) | [virtual] |
Virtual from CommandModule.
Reimplemented from oasys::TclCommand.
Definition at line 54 of file HelpCommand.cc.
References oasys::StringBuffer::append(), oasys::StringBuffer::appendf(), oasys::StringBuffer::c_str(), oasys::TclCommandInterp::commands(), oasys::TclCommandInterp::instance(), oasys::TclCommand::resultf(), oasys::TclCommand::set_result(), and oasys::TclCommand::wrong_num_args().