OGRE  1.9.0
Public Member Functions | Private Member Functions | List of all members
Ogre::ScriptParser Class Reference

#include <OgreScriptParser.h>

Inheritance diagram for Ogre::ScriptParser:
Inheritance graph
[legend]

Public Member Functions

 ScriptParser ()
 
virtual ~ScriptParser ()
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete (void *ptr, void *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info
 
voidoperator new (size_t sz, void *ptr)
 placement operator new
 
voidoperator new[] (size_t sz)
 
voidoperator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info
 
ConcreteNodeListPtr parse (const ScriptTokenListPtr &tokens)
 
ConcreteNodeListPtr parseChunk (const ScriptTokenListPtr &tokens)
 

Private Member Functions

ScriptTokengetToken (ScriptTokenList::iterator i, ScriptTokenList::iterator end, int offset)
 
ScriptTokenList::iterator skipNewlines (ScriptTokenList::iterator i, ScriptTokenList::iterator end)
 

Detailed Description

Definition at line 46 of file OgreScriptParser.h.

Constructor & Destructor Documentation

◆ ScriptParser()

Ogre::ScriptParser::ScriptParser ( )

◆ ~ScriptParser()

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

Definition at line 50 of file OgreScriptParser.h.

Member Function Documentation

◆ getToken()

ScriptToken * Ogre::ScriptParser::getToken ( ScriptTokenList::iterator  i,
ScriptTokenList::iterator  end,
int  offset 
)
private

◆ operator delete() [1/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void ptr)
inherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [2/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void ptr,
const char ,
int  ,
const char  
)
inherited

Definition at line 108 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [3/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void ptr,
void  
)
inherited

Definition at line 102 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [1/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void ptr)
inherited

Definition at line 113 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [2/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void ptr,
const char ,
int  ,
const char  
)
inherited

Definition at line 119 of file OgreMemoryAllocatedObject.h.

◆ operator new() [1/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inherited

Definition at line 73 of file OgreMemoryAllocatedObject.h.

◆ operator new() [2/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char file,
int  line,
const char func 
)
inherited

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

◆ operator new() [3/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void ptr 
)
inherited

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [1/2]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inherited

Definition at line 91 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [2/2]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char file,
int  line,
const char func 
)
inherited

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

◆ parse()

ConcreteNodeListPtr Ogre::ScriptParser::parse ( const ScriptTokenListPtr tokens)

◆ parseChunk()

ConcreteNodeListPtr Ogre::ScriptParser::parseChunk ( const ScriptTokenListPtr tokens)

◆ skipNewlines()

ScriptTokenList::iterator Ogre::ScriptParser::skipNewlines ( ScriptTokenList::iterator  i,
ScriptTokenList::iterator  end 
)
private

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