Searched defs:PropertyBagInserter (Results 1 – 1 of 1) sorted by relevance
587 struct PropertyBagInserter : public ::std::unary_function< Property, void > struct590 PropertyBag& m_rProperties;593 PropertyBagInserter( PropertyBag& rProperties ) : m_rProperties( rProperties ) { } in PropertyBagInserter() argument595 void operator()( const Property& _rProp ) in operator ()()
Completed in 23 milliseconds