Home
last modified time | relevance | path

Searched refs:removeExistingElements (Results 1 – 1 of 1) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx217 struct removeExistingElements : public ::std::unary_function<T, void> struct
221 removeExistingElements(PropertyMap& _rMap ) : rMap(_rMap) {} in removeExistingElements() argument
237 …::std::for_each( pMap->begin(), pMap->end(), removeExistingElements<PropertyMap::value_type>(*this… in insert()

Completed in 13 milliseconds