' '
[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 }