Can be used in countWords() and findNextWord() to find token-delimited words.
Public Member Functions | |
DelimiterPred (char ch) | |
bool | operator() (const char ch) const |
Public Attributes | |
char | myDelimiter |
code::Strings::DelimiterPred::DelimiterPred | ( | char | ch | ) | [inline] |
bool code::Strings::DelimiterPred::operator() | ( | const char | ch | ) | const [inline] |