Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class IdxT, class ElemT, class DelT>
std::vector<ElemT> Impala::Util::SimpleMapBase< IdxT, ElemT, DelT >::GetAll (  )  const [inline]

Definition at line 47 of file SimpleMap.h.

00048     {
00049         std::vector<ElemT> res;
00050         for (ConstIter it=mMap.begin() ; it!=mMap.end() ; it++)
00051             res.push_back(it->second);
00052         return res;
00053     }


Generated on Thu Jan 13 09:24:21 2011 for ImpalaSrc by  doxygen 1.5.1