OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
#include <OgreScriptLexer.h>
Public Member Functions | |
ScriptLexer () | |
virtual | ~ScriptLexer () |
ScriptTokenListPtr | tokenize (const String &str) |
Tokenizes the given input and returns the list of tokens found. More... | |
Ogre::ScriptLexer::ScriptLexer | ( | ) |
|
inlinevirtual |
ScriptTokenListPtr Ogre::ScriptLexer::tokenize | ( | const String & | str | ) |
Tokenizes the given input and returns the list of tokens found.