This is the complete list of members for nfd::ConfigFile, including all inherited members.
| addSectionHandler(const std::string §ionName, ConfigSectionHandler subscriber) | nfd::ConfigFile | |
| ConfigFile(UnknownConfigSectionHandler unknownSectionCallback=throwErrorOnUnknownSection) | nfd::ConfigFile | explicit |
| ignoreUnknownSection(const std::string &filename, const std::string §ionName, const ConfigSection §ion, bool isDryRun) | nfd::ConfigFile | static |
| parse(const std::string &filename, bool isDryRun) | nfd::ConfigFile | |
| parse(const std::string &input, bool isDryRun, const std::string &filename) | nfd::ConfigFile | |
| parse(std::istream &input, bool isDryRun, const std::string &filename) | nfd::ConfigFile | |
| parse(const ConfigSection &config, bool isDryRun, const std::string &filename) | nfd::ConfigFile | |
| parseNumber(const ConfigSection &node, const std::string &key, const std::string §ionName) | nfd::ConfigFile | inlinestatic |
| parseNumber(const ConfigSection::value_type &option, const std::string §ionName) | nfd::ConfigFile | inlinestatic |
| parseYesNo(const ConfigSection &node, const std::string &key, const std::string §ionName) | nfd::ConfigFile | static |
| parseYesNo(const ConfigSection::value_type &option, const std::string §ionName) | nfd::ConfigFile | inlinestatic |
| throwErrorOnUnknownSection(const std::string &filename, const std::string §ionName, const ConfigSection §ion, bool isDryRun) | nfd::ConfigFile | static |