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

void Impala::StringToUpper ( String s  )  [inline]

Definition at line 267 of file String.h.

Referenced by Impala::CmdOptions::AddOption().

00268 {
00269     std::transform(s.begin(), s.end(), s.begin(), (int(*)(int))toupper);
00270 }


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