Lines Matching defs:section
327 class section;
328 /// A convenience typedef for a shared pointer to a config::section.
329 typedef shared_ptr<section> section_sptr;
357 /// The abstraction of one section of the .ini config.
358 class config::section
364 section();
367 section(const string& name);
369 section(const string& name, const properties_type& properties);
386 virtual ~section();
387 }; //end class config::section