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

template<class IdxT, class ElemT, class DelT>
void Impala::Util::SimpleMapBase< IdxT, ElemT, DelT >::Dump ( CString  name  )  const [inline]

Definition at line 90 of file SimpleMap.h.

00091     {
00092         ILOG_VAR(Util.SimpleMapBase);
00093         ILOG_INFO(name << "Dump start");
00094         for (ConstIter i=mMap.begin() ; i!=mMap.end() ; i++)
00095             ILOG_INFO(i->first << " = " << i->second);
00096         ILOG_INFO("Dump end");
00097     }


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