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

#include <OgreScriptParser.h>

+ Inheritance diagram for Ogre::ScriptParser:

Public Member Functions

 ScriptParser ()
 
virtual ~ScriptParser ()
 
ConcreteNodeListPtr parse (const ScriptTokenListPtr &tokens, const String &sourceFile)
 
ConcreteNodeListPtr parseChunk (const ScriptTokenListPtr &tokens, const String &sourceFile)
 

Constructor & Destructor Documentation

◆ ScriptParser()

Ogre::ScriptParser::ScriptParser ( )

◆ ~ScriptParser()

virtual Ogre::ScriptParser::~ScriptParser ( )
inlinevirtual

Member Function Documentation

◆ parse()

ConcreteNodeListPtr Ogre::ScriptParser::parse ( const ScriptTokenListPtr tokens,
const String sourceFile 
)

◆ parseChunk()

ConcreteNodeListPtr Ogre::ScriptParser::parseChunk ( const ScriptTokenListPtr tokens,
const String sourceFile 
)

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