|
Combines command installation and sectioning. More...
#include <CommandInstaller.h>
Public Types | |
typedef CommandModule< PREFIX, SECTION > | module_t |
Public Member Functions | |
CommandModule (CommandBank &bank=getCommandBank()) | |
Additional Inherited Members | |
Protected Member Functions inherited from CommandInstaller< 0, GeneralSection > | |
CommandInstaller (CommandBank &bank=getCommandBank()) | |
Command & | install (const std::string &name, char alias=0) |
Command & | install (char alias=0) |
Command & | installExternal (CMD &cmdExt, const std::string &name, char alias=0) |
Command & | installExternal (CMD &cmdExt, char alias=0) |
Static Protected Member Functions inherited from CommandInstaller< 0, GeneralSection > | |
static const CommandSection & | getSection () |
static char | getPrefix () |
Return the character used as prefix for the commands in this section. | |
static Command & | installShared (const std::string &name, char alias=0) |
Install to shared CommandBank. | |
static Command & | installShared (char alias=0) |
Install to shared CommandBank. | |
Protected Attributes inherited from CommandInstaller< 0, GeneralSection > | |
CommandBank & | cmdBank |
Combines command installation and sectioning.
prefix | - 'c' |
name | - "cart" |
|
inline |
prefix | - 'c' |
name | - "cart" |