|
Apache Log4cxx
Version 1.8.0
|
An iterator over substrings. More...
#include <stringtokenizer.h>
Public Member Functions | |
| StringTokenizer (const LogString &str, const LogString &delim) | |
The substrings of str between one of the characters in delim. | |
| ~StringTokenizer () | |
| bool | hasMoreTokens () const |
| Will nextToken() return a string? | |
| LogString | nextToken () |
| Step past the current token which is returned. | |
An iterator over substrings.
| log4cxx::helpers::StringTokenizer::StringTokenizer | ( | const LogString & | str, |
| const LogString & | delim ) |
The substrings of str between one of the characters in delim.
| log4cxx::helpers::StringTokenizer::~StringTokenizer | ( | ) |
| bool log4cxx::helpers::StringTokenizer::hasMoreTokens | ( | ) | const |
Will nextToken() return a string?
| LogString log4cxx::helpers::StringTokenizer::nextToken | ( | ) |
Step past the current token which is returned.
| NoSuchElementException | No substring is available. |