OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
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.
 
uint32 line
 This holds the line number of the input stream where the token was found.
 
uint32 type
 This is the id associated with the lexeme, which comes from a lexeme-token id mapping.
 

Detailed Description

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

Member Data Documentation

◆ file

String Ogre::ScriptToken::file

◆ lexeme

String Ogre::ScriptToken::lexeme

This is the lexeme for this token.

◆ line

uint32 Ogre::ScriptToken::line

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

◆ type

uint32 Ogre::ScriptToken::type

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


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