CommandParser::Method Class Referenceabstract

Pure virtual base class of the template class Command. More...

#include <CommandParser.h>

Inheritance diagram for CommandParser::Method:
Command< Parser > CommandParser::Nested

Public Member Functions

virtual std::string execute (const std::string &command)=0
 
virtual std::string detail () const =0
 

Public Attributes

std::string command
 The command string corresponding to this method.
 
std::string help
 The help string for this method.
 
char shortcut
 The shortcut character corresponding to this method.
 

Detailed Description

Pure virtual base class of the template class Command.


The documentation for this class was generated from the following file:

Generated using doxygen 1.8.17