Searched refs:section_sptr (Results 1 – 2 of 2) sorted by relevance
344 typedef shared_ptr<section> section_sptr; typedef347 typedef vector<section_sptr> sections_type;
1581 config::section_sptr1584 config::section_sptr nil; in read_section()1616 config::section_sptr section(new config::section(name, properties)); in read_section()1708 if (config::section_sptr section = ctxt.read_section()) in read_sections()