21 #ifndef DATATOOLS_UI_REFLECTIVE_COMMAND_INTERFACE_H 22 #define DATATOOLS_UI_REFLECTIVE_COMMAND_INTERFACE_H 41 template <
typename Type>
53 const std::string & description_ =
"",
58 const std::string & name_,
59 const std::string & description_ =
"",
89 bool _initialized_ =
false;
90 std::set<std::string> _disabled_commands_;
100 #endif // DATATOOLS_UI_REFLECTIVE_COMMAND_INTERFACE_H
Target command interface.
Base command for target objects.