Grantlee  0.2.0
Public Attributes
Grantlee::Token Struct Reference

#include <grantlee/token.h>

List of all members.

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.

Detailed Description

A token in a parse stream for a template.

This class is only relevant for template tag implementations.

Definition at line 48 of file token.h.