OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::ScriptToken Struct Reference

This struct represents a token, which is an ID'd lexeme from the parsing input stream. More...

#include <OgreScriptLexer.h>

Public Attributes

String file
 
String lexeme
 This is the lexeme for this token. More...
 
uint32 line
 This holds the line number of the input stream where the token was found. More...
 
uint32 type
 This is the id associated with the lexeme, which comes from a lexeme-token id mapping. More...
 

Detailed Description

This struct represents a token, which is an ID'd lexeme from the parsing input stream.

Definition at line 65 of file OgreScriptLexer.h.

Member Data Documentation

String Ogre::ScriptToken::file

Definition at line 68 of file OgreScriptLexer.h.

String Ogre::ScriptToken::lexeme

This is the lexeme for this token.

Definition at line 68 of file OgreScriptLexer.h.

uint32 Ogre::ScriptToken::line

This holds the line number of the input stream where the token was found.

Definition at line 72 of file OgreScriptLexer.h.

uint32 Ogre::ScriptToken::type

This is the id associated with the lexeme, which comes from a lexeme-token id mapping.

Definition at line 70 of file OgreScriptLexer.h.


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