Struct CommandRegisterer::Command¶
Defined in File command-registerer.h
Nested Relationships¶
This struct is a nested type of Class CommandRegisterer.
Struct Documentation¶
-
struct
common::CommandRegisterer
::
Command
Public Functions
-
inline
Command
(const std::initializer_list<std::string> &_commands, const std::function<int()> &_callbackconst std::string &_help_text, const Processing _processing_model, const std::string &_plugin_name, )
Public Members
-
std::vector<std::string>
commands
-
std::function<int()>
callback
-
std::string
help_text
-
Processing
processing_model
-
std::string
plugin_name
-
inline