Cutelee  6.1.0
Public Attributes | List of all members
Cutelee::Token Struct Reference

#include <cutelee/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.
 

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.