CommandDelegate.h
Go to the documentation of this file.
23 typedef Delegate<void(String commandLine, CommandOutput* commandOutput)> CommandFunctionDelegate;
41 CommandDelegate(String reqName, String reqHelp, String reqGroup, CommandFunctionDelegate reqFunction);
CommandFunctionDelegate commandFunction
Command Delegate (function that is called when command is invoked)
Definition: CommandDelegate.h:47
~CommandDelegate()
Delegate< void(String commandLine, CommandOutput *commandOutput)> CommandFunctionDelegate
Command delegate function.
Definition: CommandDelegate.h:23