22 #ifndef TITANIC_STRING_PARSER_H 23 #define TITANIC_STRING_PARSER_H 25 #include "titanic/support/string.h" 36 char currentChar()
const;
Definition: string_parser.h:29
void skipSeparators(const CString &separatorChars)
bool parse(CString &resultStr, const CString &separatorChars, bool allowQuotes=false)