|
Ring Daemon
|

Go to the source code of this file.
Namespaces | |
| namespace | jami |
| namespace | jami::yaml_utils |
Functions | |
| void | jami::yaml_utils::parsePath (const YAML::Node &node, const char *key, std::string &path, const std::filesystem::path &base) |
| void | jami::yaml_utils::parsePathOptional (const YAML::Node &node, const char *key, std::string &path, const std::filesystem::path &base) |
| std::set< std::string > | jami::yaml_utils::parseVector (const YAML::Node &node) |
| std::vector< std::map< std::string, std::string > > | jami::yaml_utils::parseVectorMap (const YAML::Node &node, const std::initializer_list< std::string > &keys) |