Lines Matching defs:conf
1747 config& conf)
1752 conf.set_sections(sections);
1760 /// @param conf the resulting config file to populate as a result of
1766 config& conf)
1771 conf.set_path(path);
1772 conf.set_sections(sections);
1920 /// @param conf the instance of @ref config to serialize.
1922 /// @param output the output stream to serialize @p conf to.
1926 write_config(const config& conf,
1929 if (!write_sections(conf.get_sections(), output))
1934 /// Serialize an instance of @ref conf to an on-disk file.
1936 /// @param conf the instance of @ref config to serialize.
1942 write_config(const config& conf,
1945 if (!write_sections(conf.get_sections(), path))