#include <Tokenizer.h>
Public Types | |
| typedef Token | Item |
| typedef std::vector<Token> | Items |
Public Methods | |
| Tokenizer () | |
| Standard (dummy) constructor. More... | |
| virtual | ~Tokenizer () |
| Standard destructor. More... | |
| void | analyse (const std::string& s, const char* delim, const char* tagBegin, const char* tagEnd, const char* eq, const char* valBegin, const char* valEnd) |
| Analyse tokens from string. More... | |
| void | analyse (const std::string& s, const char* delim, const char* tag, const char* eq, const char* val) |
| Analyse tokens from string. More... | |
| void | analyse (const std::string& s, const char* delim, const char* eq, const char* val) |
| Analyse tokens from string. More... | |
| void | analyse (const std::string& s, const char* delim=" ", const char* eq="=") |
| Analyse tokens from string. More... | |
| Items& | items () |
| Access token collection. More... | |
| const Items& | items () const |
| Access token collection (CONST). More... | |
Protected Attributes | |
| Items | m_tokens |
| Assigned tokens within string. More... | |
Definition at line 24 of file Tokenizer.h.
|
|
Definition at line 65 of file Tokenizer.h. |
|
|
Definition at line 66 of file Tokenizer.h. |
|
|
Standard (dummy) constructor.
Definition at line 72 of file Tokenizer.h. |
|
|
Standard destructor.
Definition at line 74 of file Tokenizer.h. |
|
|
Analyse tokens from string.
Definition at line 88 of file Tokenizer.h. |
|
|
Analyse tokens from string.
Definition at line 84 of file Tokenizer.h. |
|
|
Analyse tokens from string.
Definition at line 80 of file Tokenizer.h. |
|
|
Analyse tokens from string.
Definition at line 26 of file Tokenizer.cpp. |
|
|
Access token collection (CONST).
Definition at line 96 of file Tokenizer.h. |
|
|
Access token collection.
Definition at line 92 of file Tokenizer.h. |
|
|
Assigned tokens within string.
Definition at line 69 of file Tokenizer.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000