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

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

Definition at line 202 of file CmdOptions.h.

References mOptNameL, and mOptVal.

00203     {
00204         for (int i = 0 ; i < mOptNameL.size() ; ++i)
00205             os << mOptNameL[i] << " => " << mOptVal[i] << "\n";
00206         os << std::endl;
00207     }


Generated on Fri Mar 19 10:35:36 2010 for ImpalaSrc by  doxygen 1.5.1