Grantlee 5.3.0
|
#include <grantlee/token.h>
Public Attributes | |
QString | content |
The content of this Token. | |
int | linenumber |
The line number this Token starts at. | |
int | tokenType |
The Type of this Token. | |
A token in a parse stream for a template.
This class is only relevant for template tag implementations.