|
Etermal
Embeddable Terminal and shell for OpenGL
|
Container for a command callback and its argument processor. More...
#include <Shell.h>
Public Member Functions | |
| Command () | |
| Construct a default-initialized command. | |
| Command (const ArgFilter &filter, const callback_t &callback) | |
| Construct command with args. More... | |
Public Attributes | |
| ArgFilter | filter |
| The argument processor. | |
| callback_t | callback |
| The command callback. | |
Container for a command callback and its argument processor.
| etm::Shell::Command::Command | ( | const ArgFilter & | filter, |
| const callback_t & | callback | ||
| ) |
Construct command with args.
| [in] | filter | The argument processor |
| [in] | callback | The command callback |
1.8.18