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

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

Definition at line 255 of file String.h.

Referenced by Impala::Application::SDash::AlertWindow::ButtonSelectionEvent().

00256 {
00257     //String s = src;
00258     // 2006-07-03 Ork - fixed header and function for GCC compilation compliance.
00259     std::transform(s.begin(), s.end(), s.begin(), (int(*)(int))tolower);
00260     //return r;
00261 }


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