Wexus2 0.20
wexus::TemplateToken Class Reference

#include <TemplateToken.h>

List of all members.

Public Member Functions

 TemplateToken (int lineno, char typ, const QByteArray &cod)
int lineno (void) const
char type (void) const
const QByteArray & data (void) const
QByteArray & data (void)

Detailed Description

A Parsed token from a template.

Author:
Aleksander Demko

Constructor & Destructor Documentation

wexus::TemplateToken::TemplateToken ( int  lineno,
char  typ,
const QByteArray &  cod 
)

Constructor.

Parameters:
linenothe line numbers this token was found
typthe type of token, one of ' ' '=' or 'L' (literal)
codthe literal code/byte stream
Author:
Aleksander Demko

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Enumerator