Loading...
Searching...
No Matches
Go to the source code of this file.
|
void | jami::parseBool (const std::map< std::string, std::string > &details, const char *key, bool &s) |
|
template<class T > |
void | jami::parseInt (const std::map< std::string, std::string > &details, const char *key, T &s) |
|
void | jami::parsePath (const std::map< std::string, std::string > &details, const char *key, std::string &s, const std::filesystem::path &base) |
|
void | jami::parseString (const std::map< std::string, std::string > &details, const char *key, std::string &s) |
|