Public Types | Public Member Functions | Public Attributes | List of all members
TemplateToken Class Reference

Class representing a lexical token in a template. More...

Public Types

enum  Type { Text, Variable, Block }
 

Public Member Functions

 TemplateToken (Type t, const char *d, int l)
 

Public Attributes

Type type
 
QCString data
 
int line
 

Detailed Description

Class representing a lexical token in a template.

Definition at line 2226 of file template.cpp.

Member Enumeration Documentation

Enumerator
Text 
Variable 
Block 

Definition at line 2229 of file template.cpp.

Constructor & Destructor Documentation

TemplateToken::TemplateToken ( Type  t,
const char *  d,
int  l 
)
inline

Definition at line 2230 of file template.cpp.

2230 : type(t), data(d), line(l) {}
static QStrList * l
Definition: config.cpp:1044
QCString data
Definition: template.cpp:2232

Member Data Documentation

QCString TemplateToken::data

Definition at line 2232 of file template.cpp.

int TemplateToken::line

Definition at line 2233 of file template.cpp.

Type TemplateToken::type

Definition at line 2231 of file template.cpp.


The documentation for this class was generated from the following file: