C++ wrapper for mlt_tokeniser — splits a string by a delimiter.
More...
#include <MltTokeniser.h>
C++ wrapper for mlt_tokeniser — splits a string by a delimiter.
A simple string tokeniser used by the MLT framework to parse delimited text (e.g. property lists). Call parse() to split a string, then iterate the results with count() and get().
- See also
- mlt_tokeniser_s
◆ Tokeniser()
| Tokeniser::Tokeniser |
( |
char * |
text = NULL, |
|
|
char * |
delimiter = NULL |
|
) |
| |
◆ ~Tokeniser()
| Tokeniser::~Tokeniser |
( |
| ) |
|
◆ count()
◆ get()
| char * Tokeniser::get |
( |
int |
index | ) |
|
◆ input()
| char * Tokeniser::input |
( |
| ) |
|
◆ parse()
| int Tokeniser::parse |
( |
char * |
text, |
|
|
char * |
delimiter = NULL |
|
) |
| |
◆ tokens
The documentation for this class was generated from the following files: