#include <ptokenizer.h>
Inheritance diagram for P::StreamTokenizer:

Public Types | |
| enum | matchMode_t { MatchAll, MatchAny } |
| Seperator match mode. More... | |
Public Member Functions | |
| StreamTokenizer (std::istream &is, const std::string &seperator, matchMode_t mode=MatchAny) | |
| Constructor. | |
| ~StreamTokenizer () | |
| operator bool () const | |
| Returns true while data is available. | |
| StreamTokenizer & | operator>> (std::string &token) |
| Read the next token. | |
Definition at line 35 of file ptokenizer.h.
|
|
Seperator match mode.
Definition at line 39 of file ptokenizer.h. |
|
||||||||||||||||
|
Constructor.
|
|
|
|
|
|
Returns true while data is available.
|
|
|
Read the next token.
|
1.3.3