|
moddef-cpp
Idiomatic C++ runtime for ModDef
|
This is the complete list of members for moddef::CommandExecutor, including all inherited members.
| begin(Device &dev, std::string_view command_id, const md_cmd_params_t *params, std::span< std::uint8_t > sink={}) | moddef::CommandExecutor | inlinestatic |
| CommandExecutor(CommandExecutor &&) noexcept=default | moddef::CommandExecutor | |
| CommandExecutor(const CommandExecutor &)=delete | moddef::CommandExecutor | |
| error() const noexcept | moddef::CommandExecutor | inline |
| operator=(CommandExecutor &&) noexcept=default | moddef::CommandExecutor | |
| operator=(const CommandExecutor &)=delete | moddef::CommandExecutor | |
| result(std::string_view field) const | moddef::CommandExecutor | inline |
| result_data(std::string_view field) const | moddef::CommandExecutor | inline |
| tick(std::uint32_t now_ms) noexcept | moddef::CommandExecutor | inline |