#include <InteractiveDebugger.hpp>
List of all members.
Static Public Member Functions |
static bool | matches (const std::string &command, const std::string &toMatch) |
Protected Member Functions |
| DebugCommand (const char *name, const char *compatName, const char *briefHelp, const char *moreHelp) |
Constructor & Destructor Documentation
virtual DebugCommand::~DebugCommand |
( |
| ) |
|
|
inlinevirtual |
DebugCommand::DebugCommand |
( |
const char * |
name, |
|
|
const char * |
compatName, |
|
|
const char * |
briefHelp, |
|
|
const char * |
moreHelp |
|
) |
| |
|
inlineprotected |
Member Function Documentation
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 |
Member Data Documentation
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: