Subclass of string with added functionaity for parsing
Subclass of string with added functionaity for parsing. The added functions are to simplify the task of parsing strings to look for specific keywords. The new routines can convert the string to lower case, tidy up the spacing and then split the string according to a given delimiter.
ParseString(void)
void tidy(void)
void lower(void)
string token(int n, char delim=' ')
delim - delimiter character used to divide the string
This page has been generated automatically by doc++.
Copyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de