OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::ScriptLexer Class Reference

#include <OgreScriptLexer.h>

+ Inheritance diagram for Ogre::ScriptLexer:

Public Member Functions

 ScriptLexer ()
 
virtual ~ScriptLexer ()
 
ScriptTokenListPtr tokenize (const String &str)
 Tokenizes the given input and returns the list of tokens found. More...
 

Constructor & Destructor Documentation

◆ ScriptLexer()

Ogre::ScriptLexer::ScriptLexer ( )

◆ ~ScriptLexer()

virtual Ogre::ScriptLexer::~ScriptLexer ( )
inlinevirtual

Member Function Documentation

◆ tokenize()

ScriptTokenListPtr Ogre::ScriptLexer::tokenize ( const String str)

Tokenizes the given input and returns the list of tokens found.


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