Lines Matching defs:properties
802 /// @param properties the properties of the section.
804 const properties_type& properties)
806 {set_properties(properties);}
815 /// Get the properties of the section.
817 /// @return a vector of the properties of the section.
822 /// Set the properties of the section.
824 /// @param properties the new properties to set.
826 config::section::set_properties(const properties_type& properties)
827 {priv_->properties_ = properties;}
1607 config::properties_type properties;
1610 properties.push_back(prop);
1614 if (!properties.empty())
1616 config::section_sptr section(new config::section(name, properties));