Go to the source code of this file.
Classes | |
| struct | mqtt::lib::FunctionBase |
| struct | mqtt::lib::Function |
| struct | mqtt::lib::VoidFunction |
Namespaces | |
| namespace | inja |
| namespace | mqtt |
| namespace | mqtt::lib |
Typedefs | |
| using | inja::Arguments = std::vector<const nlohmann::json*> |
| using | inja::json = nlohmann::json |
Variables | |
| std::vector< mqtt::lib::Function > | functions |
| std::vector< mqtt::lib::VoidFunction > | voidFunctions {{"store", 2, mqtt::lib::plugins::storage_plugin::Storage::store}} |
| std::vector<mqtt::lib::Function> functions |
Definition at line 92 of file MqttMapperPlugin.h.
| std::vector< mqtt::lib::VoidFunction > voidFunctions {{"store", 2, mqtt::lib::plugins::storage_plugin::Storage::store}} |
Definition at line 93 of file MqttMapperPlugin.h.