Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Ogre::Compiler2Pass::TokenInst Struct Reference

structure for Token instructions that are constructed during first pass More...

#include <OgreCompiler2Pass.h>

List of all members.

Public Attributes

size_t NTTRuleID
size_t tokenID
 Non-Terminal Token Rule ID that generated Token.

size_t line
 expected Token ID. Could be UNKNOWN if valid token was not found.

size_t pos
 line number in source code where Token was found

bool found
 Character position in source where Token was found.


Detailed Description

structure for Token instructions that are constructed during first pass

Definition at line 194 of file OgreCompiler2Pass.h.


Member Data Documentation

bool Ogre::Compiler2Pass::TokenInst::found
 

Character position in source where Token was found.

Definition at line 200 of file OgreCompiler2Pass.h.

size_t Ogre::Compiler2Pass::TokenInst::line
 

expected Token ID. Could be UNKNOWN if valid token was not found.

Definition at line 198 of file OgreCompiler2Pass.h.

size_t Ogre::Compiler2Pass::TokenInst::NTTRuleID
 

Definition at line 196 of file OgreCompiler2Pass.h.

size_t Ogre::Compiler2Pass::TokenInst::pos
 

line number in source code where Token was found

Definition at line 199 of file OgreCompiler2Pass.h.

size_t Ogre::Compiler2Pass::TokenInst::tokenID
 

Non-Terminal Token Rule ID that generated Token.

Definition at line 197 of file OgreCompiler2Pass.h.


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

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:38:25 2006