#include <HelpCommand.h>

Definition at line 27 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 33 of file HelpCommand.cc.
References oasys::StringBuffer::append(), oasys::TclCommand::append_result(), oasys::TclCommand::append_resultf(), 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().
1.5.3