Class that defines a command handler class and is able to create instances of it.
More...
#include <commandHandler.hpp>
Class that defines a command handler class and is able to create instances of it.
virtual _Wolframe::cmdbind::CommandHandlerUnit::~CommandHandlerUnit |
( |
| ) |
|
|
inlinevirtual |
virtual std::vector<std::string> _Wolframe::cmdbind::CommandHandlerUnit::commands |
( |
| ) |
const |
|
pure virtual |
Get the list of all commands inplemented by this command handler.
virtual CommandHandler* _Wolframe::cmdbind::CommandHandlerUnit::createCommandHandler |
( |
const std::string & |
cmdname, |
|
|
const std::string & |
docformat |
|
) |
| |
|
pure virtual |
Create an instance of this command handler.
Load all configured programs.
The documentation for this class was generated from the following file: