|
inicpp
C++ parser of INI files with schema validation.
|
This is the complete list of members for inicpp::parser, including all inherited members.
| load(const std::string &str) | inicpp::parser | static |
| load(const std::string &str, const schema &schm, schema_mode mode) | inicpp::parser | static |
| load(std::istream &str) | inicpp::parser | static |
| load(std::istream &str, const schema &schm, schema_mode mode) | inicpp::parser | static |
| load_file(const std::string &file) | inicpp::parser | static |
| load_file(const std::string &file, const schema &schm, schema_mode mode) | inicpp::parser | static |
| operator=(const parser &source)=delete | inicpp::parser | |
| operator=(parser &&source)=delete | inicpp::parser | |
| parser()=delete | inicpp::parser | |
| parser(const parser &source)=delete | inicpp::parser | |
| parser(parser &&source)=delete | inicpp::parser | |
| save(const config &cfg, const std::string &file) | inicpp::parser | static |
| save(const config &cfg, std::ostream &str) | inicpp::parser | static |
| save(const config &cfg, const schema &schm, const std::string &file) | inicpp::parser | static |
| save(const config &cfg, const schema &schm, std::ostream &str) | inicpp::parser | static |
| save(const schema &schm, const std::string &file) | inicpp::parser | static |
| save(const schema &schm, std::ostream &str) | inicpp::parser | static |