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

virtual Impala::Util::Mpi::JobManager::~JobManager (  )  [inline, virtual]

Definition at line 76 of file JobManager.h.

References mGroups.

00077     {
00078         std::map<std::string, JobGroup*>::iterator it;
00079         for(it=mGroups.begin() ; it!=mGroups.end() ; ++it)
00080             delete it->second;
00081     }


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