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