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

void Impala::Util::StringParser::SkipWhitespace ( char  delim = ' '  )  [inline]

Definition at line 190 of file StringParser.h.

References mP, and mText.

Referenced by GetDouble(), GetInt(), GetRectangle(), GetString(), and GetString2().

00191     {
00192         while (mText[mP] == ' ')
00193             mP++;
00194         if (mText[mP] == delim)
00195             mP++;
00196     }


Generated on Fri Mar 19 11:41:20 2010 for ImpalaSrc by  doxygen 1.5.1