Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:41:15 2010 for ImpalaSrc by  doxygen 1.5.1