Helper class that splits a string.
More...
#include "util/stringparser.h"
|
| StringParser (const std::string &expression) |
| Constructor.
|
bool | Parse (const std::string &text) |
| Parses the string.
|
bool | ExistTag (const std::string &tag) const |
| Test if a tag exist.
|
std::string | GetTagValue (const std::string &tag) const |
| Returns the tag value.
|
Support class that splits a string into tags depending on an expression.
The documentation for this class was generated from the following file: