|
Switchboard SDK
|
This is the complete list of members for switchboard::Config, including all inherited members.
| Config(const std::map< std::string, std::any > &config={}) | switchboard::Config | |
| Config(const std::string &jsonString) | switchboard::Config | |
| convert(const std::any &value) | switchboard::Config | static |
| findString(const std::map< std::string, std::any > &config, const std::string &preferredKey) | switchboard::Config | static |
| get(const std::string &key) const | switchboard::Config | |
| get(const std::map< std::string, std::any > &config, const std::string &key, std::optional< T > defaultValue=std::nullopt) | switchboard::Config | static |
| getAny(const std::string &key) const | switchboard::Config | |
| getValue() const | switchboard::Config | |
| hasKey(const std::string &key) const | switchboard::Config | |
| jsonToMap(const std::string &jsonString) | switchboard::Config | static |
| mapToJson(const std::map< std::string, std::any > &config) | switchboard::Config | static |
| set(const std::string &key, const std::any &value) | switchboard::Config |