Searched defs:configuration_element (Results 1 – 1 of 1) sorted by relevance
15 struct configuration_element { struct16 std::string name_;17 boost::property_tree::ptree tree_;19 bool operator<(const configuration_element &_other) const { in operator <()