void Reset(const GPL_String & s, const GPL_String & d)
Reset the working string to s with a delimiter of d.
void Reset(const GPL_String & s, const GPL_String & d, const GPL_Boolean m)
Reset the working string to s with a delimiter of d and a policy
of strictness of m.
GPL_String Next(void)
Return the next token delimited by the default delimiter.
GPL_String Next(const GPL_String & d)
Return the next string delimited by d.
GPL_String Extract(const int position)
Extract a string from token position position as delimited by the
default delimiter.
GPL_String Extract(const GPL_String & d, const int position)
Extract a string from token position position as delimited by d.