OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::ScriptLexer Class Reference

#include <OgreScriptLexer.h>

+ Inheritance diagram for Ogre::ScriptLexer:
+ Collaboration diagram for Ogre::ScriptLexer:

Public Member Functions

 ScriptLexer ()
 
virtual ~ScriptLexer ()
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 
ScriptTokenListPtr tokenize (const String &str, const String &source)
 Tokenizes the given input and returns the list of tokens found. More...
 

Private Member Functions

bool isNewline (Ogre::String::value_type c) const
 
bool isWhitespace (Ogre::String::value_type c) const
 
void setToken (const String &lexeme, uint32 line, const String &source, ScriptTokenList *tokens)
 

Detailed Description

Definition at line 78 of file OgreScriptLexer.h.

Constructor & Destructor Documentation

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

Definition at line 82 of file OgreScriptLexer.h.

Member Function Documentation

bool Ogre::ScriptLexer::isNewline ( Ogre::String::value_type  c) const
private
bool Ogre::ScriptLexer::isWhitespace ( Ogre::String::value_type  c) const
private
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

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

Definition at line 102 of file OgreMemoryAllocatedObject.h.

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

Definition at line 108 of file OgreMemoryAllocatedObject.h.

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

Definition at line 113 of file OgreMemoryAllocatedObject.h.

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

Definition at line 119 of file OgreMemoryAllocatedObject.h.

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

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

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

Definition at line 73 of file OgreMemoryAllocatedObject.h.

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

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

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

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

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

Definition at line 91 of file OgreMemoryAllocatedObject.h.

void Ogre::ScriptLexer::setToken ( const String lexeme,
uint32  line,
const String source,
ScriptTokenList tokens 
)
private
ScriptTokenListPtr Ogre::ScriptLexer::tokenize ( const String str,
const String source 
)

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


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