29 #ifndef INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_PROPERTYMAP_HXX
30 #define INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_PROPERTYMAP_HXX
32 #include <config_lgpl.h>
33 #include <com/sun/star/beans/Property.hpp>
34 #include <unordered_set>
42 const css::beans::Property & p2 )
const
44 return p1.Name == p2.Name;
50 size_t operator()(
const css::beans::Property & p )
const
52 return p.Name.hashCode();
56 typedef std::unordered_set
size_t operator()(const css::beans::Property &p) const
bool operator()(const css::beans::Property &p1, const css::beans::Property &p2) const
std::unordered_set< css::beans::Property, hashPropertyName, equalPropertyName > PropertyMap