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

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

Definition at line 70 of file SimpleMap.h.

00071     {
00072         std::vector<IdxT> res;
00073         for (ConstIter it=mMap.begin() ; it!=mMap.end() ; it++)
00074             res.push_back(it->first);
00075         return res;
00076     }


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