11 #ifndef JOBOPTIONSVC_CATALOG_H_
12 #define JOBOPTIONSVC_CATALOG_H_
23 #include <boost/ptr_container/ptr_set.hpp>
40 typedef boost::ptr_set<Property, Property::LessThen>
PropertySet;
41 typedef std::map<std::string, PropertySet, std::less<>>
CatalogSet;
54 template <
typename Value>
55 bool Add( std::string client, std::string property,
const Value& value );
72 template <
typename Value>
78 #endif // JOBOPTIONSVC_CATALOG_H_