xentara-plugin v2.0.4
The Xentara Plugin Framework
|
A helper object used to throw exceptions for unknown configuration parameters. More...
#include <xentara/io/Io.hpp>
Public Member Functions | |
auto | operator() (utils::json::decoder::Object::Member &member) const -> void |
Calls config::throwUnknownParameterError() | |
auto | operator() (const utils::json::decoder::Name &name, utils::json::decoder::Value &) const -> void |
Calls config::throwUnknownParameterError() | |
auto | operator() (utils::json::decoder::Object &jsonObject) const -> void |
Calls config::throwUnknownParameterError() if a JSON object contains any but the standard configuration parameters. | |
A helper object used to throw exceptions for unknown configuration parameters.
auto xentara::io::Io::FallbackConfigHandler::operator() | ( | const utils::json::decoder::Name & | name, |
utils::json::decoder::Value & | |||
) | const -> void |
auto xentara::io::Io::FallbackConfigHandler::operator() | ( | utils::json::decoder::Object & | jsonObject | ) | const -> void |
Calls config::throwUnknownParameterError() if a JSON object contains any but the standard configuration parameters.
auto xentara::io::Io::FallbackConfigHandler::operator() | ( | utils::json::decoder::Object::Member & | member | ) | const -> void |