![]() |
OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
The ScriptTranslatorManager manages the lifetime and access to script translators. More...
#include <OgreScriptTranslator.h>
Public Member Functions | |
virtual | ~ScriptTranslatorManager () |
virtual size_t | getNumTranslators () const =0 |
Returns the number of translators being managed. | |
virtual ScriptTranslator * | getTranslator (const AbstractNodePtr &)=0 |
Returns a manager for the given object abstract node, or null if it is not supported. | |
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 *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
The ScriptTranslatorManager manages the lifetime and access to script translators.
You register these managers with the ScriptCompilerManager tied to specific object types. Each manager may manage multiple types.
|
inlinevirtual |
Returns the number of translators being managed.
Implemented in Ogre::BuiltinScriptTranslatorManager.
|
pure virtual |
Returns a manager for the given object abstract node, or null if it is not supported.
Implemented in Ogre::BuiltinScriptTranslatorManager.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info