CommandDelegate.h
Go to the documentation of this file.
23 using CommandFunctionDelegate = Delegate<void(String commandLine, CommandOutput* commandOutput)>;
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()