15 _map.insert(make_pair(iter->first, iter->second->clone()));
23 _map.insert(make_pair(iter->first, iter->second->clone()));
33 for (
Iter iter = _map.begin(); iter != _map.end(); ++iter) {
40 os <<
"SQIntMap_v1: size = " << _map.size() << endl;
46 if (iter == _map.end())
return NULL;
51 Iter iter = _map.find(
id);
52 if (iter == _map.end())
return NULL;
57 _map.insert(make_pair(
id, item->
clone() ));
ClassImp(SQIntMap_v1) SQIntMap_v1
virtual PHObject * clone() const
Virtual copy constructor.
const PHObject * get(unsigned int idkey) const
PHObject * insert(unsigned int idkey, const PHObject *item)
SQIntMap_v1 & operator=(const SQIntMap_v1 &map)
void identify(std::ostream &os=std::cout) const
ObjectMap::const_iterator ConstIter