15 #include <boost/ptr_container/ptr_set.hpp>
24 typedef boost::ptr_set<Property, Property::LessThen>
PropertySet;
25 typedef std::map<std::string, PropertySet, std::less<>>
CatalogSet;
38 template <
typename Value>
39 bool Add( std::string client, std::string property,
const Value& value );
53 template <
typename Value>