Tools.h++ Manual
104011 Tandem Computers Incorporated 21-89
21
Public constructor
RWCTokenizer(const RWCString& s);
Construct a tokenizer to lex the string
s
.
Public member function
RWCSubString operator()(const char* s ="
\t\n");
Advance to the next token and return it as a substring. The token are
considered to be deliminated by any of the characters in
s
.