#include <InteractiveDebugger.hpp>
|
static bool | matches (const std::string &command, const std::string &toMatch) |
|
|
| DebugCommand (const char *name, const char *compatName, const char *briefHelp, const char *moreHelp) |
|
virtual DebugCommand::~DebugCommand |
( |
| ) |
|
|
inlinevirtual |
DebugCommand::DebugCommand |
( |
const char * |
name, |
|
|
const char * |
compatName, |
|
|
const char * |
briefHelp, |
|
|
const char * |
moreHelp |
|
) |
| |
|
inlineprotected |
virtual const char* DebugCommand::getBriefHelp |
( |
| ) |
const |
|
inlinevirtual |
virtual const char* DebugCommand::getCommandName |
( |
| ) |
const |
|
inlinevirtual |
virtual const char* DebugCommand::getCommandNameCompat |
( |
| ) |
const |
|
inlinevirtual |
virtual const char* DebugCommand::getMoreHelp |
( |
| ) |
const |
|
inlinevirtual |
static bool DebugCommand::matches |
( |
const std::string & |
command, |
|
|
const std::string & |
toMatch |
|
) |
| |
|
static |
virtual bool DebugCommand::matches |
( |
const std::string & |
command | ) |
const |
|
virtual |
const char* DebugCommand::briefHelp_ |
|
protected |
const char* DebugCommand::compatName_ |
|
protected |
const char* DebugCommand::moreHelp_ |
|
protected |
const char* DebugCommand::name_ |
|
protected |
The documentation for this class was generated from the following file: