This class manages the builtin translators.
More...
#include <OgreScriptTranslator.h>
|
| BuiltinScriptTranslatorManager () |
|
virtual size_t | getNumTranslators () const |
| Returns the number of translators being managed.
|
|
virtual ScriptTranslator * | getTranslator (const AbstractNodePtr &node) |
| 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
|
|
This class manages the builtin translators.
Definition at line 260 of file OgreScriptTranslator.h.
◆ BuiltinScriptTranslatorManager()
Ogre::BuiltinScriptTranslatorManager::BuiltinScriptTranslatorManager |
( |
| ) |
|
◆ getNumTranslators()
virtual size_t Ogre::BuiltinScriptTranslatorManager::getNumTranslators |
( |
| ) |
const |
|
virtual |
◆ getTranslator()
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ 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() [3/3]
◆ operator new[]() [1/2]
◆ 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 |
◆ mCompositionPassTranslator
◆ mCompositionTargetPassTranslator
◆ mCompositionTechniqueTranslator
◆ mCompositorTranslator
◆ mGpuProgramTranslator
◆ mMaterialTranslator
◆ mParticleAffectorTranslator
◆ mParticleEmitterTranslator
◆ mParticleSystemTranslator
◆ mPassTranslator
◆ mSharedParamsTranslator
◆ mTechniqueTranslator
◆ mTextureSourceTranslator
◆ mTextureUnitTranslator
The documentation for this class was generated from the following file: