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

void Impala::CmdOptions::PrintArgs ( std::ostream &  os  )  [inline]

Definition at line 215 of file CmdOptions.h.

References mOptNameL, and mOptVal.

00216     {
00217         for (int i = 0 ; i < mOptNameL.size() ; ++i)
00218             os << mOptNameL[i] << " => " << mOptVal[i] << "\n";
00219         os << std::endl;
00220     }


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