Lines Matching refs:config
313 class config;
315 /// A convenience typedef for a shared pointer to @ref config
316 typedef shared_ptr<config> config_sptr;
321 class config
328 /// A convenience typedef for a shared pointer to a config::section.
331 /// A convenience typedef for a vector of config::section_sptr.
337 config();
339 config(const string& path,
342 virtual ~config();
355 }; // end class config
357 /// The abstraction of one section of the .ini config.
358 class config::section
387 }; //end class config::section
391 config::sections_type& sections);
395 config::sections_type& sections);
399 config& conf);
406 config& conf);
412 write_sections(const config::sections_type& sections,
416 write_sections(const config::sections_type& sections,
420 write_config(const config& conf,
424 write_config(const config& conf,