#include <OgreUserObjectBindings.h>
Public Member Functions | |
UserObjectBindings () | |
Class constructor. | |
virtual | ~UserObjectBindings () |
Class destructor. | |
void | setUserAny (const Any &anything) |
Sets any kind of user object on this class instance. | |
const Any & | getUserAny (void) const |
Retrieves the custom key less user object associated with this class. | |
void | setUserAny (const String &key, const Any &anything) |
Sets any kind of user object on this class instance. | |
const Any & | getUserAny (const String &key) const |
Retrieves the custom user object associated with this class and key. | |
void | eraseUserAny (const String &key) |
Erase the custom user object associated with this class and key from this binding. | |
void | clear () const |
Clear all user objects from this binding. | |
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 * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void * | operator new[] (size_t sz) |
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 *) |
Static Public Member Functions | |
static const Any & | getEmptyUserAny () |
Returns empty user any object. | |
Protected Types | |
typedef map< String, Any >::type | UserObjectsMap |
typedef UserObjectsMap::iterator | UserObjectsMapIterator |
typedef UserObjectsMap::const_iterator | UserObjectsMapConstIterator |
Private Attributes | |
Attributes * | mAttributes |
Static Private Attributes | |
static Any | msEmptyAny |
Classes | |
class | Attributes |
Internal class that uses as data storage container. More... |
Any instance of Ogre class that will derive from this class could be associated with custom application object using this class interface.
Definition at line 48 of file OgreUserObjectBindings.h.
typedef map<String, Any>::type Ogre::UserObjectBindings::UserObjectsMap [protected] |
Definition at line 103 of file OgreUserObjectBindings.h.
typedef UserObjectsMap::iterator Ogre::UserObjectBindings::UserObjectsMapIterator [protected] |
Definition at line 104 of file OgreUserObjectBindings.h.
typedef UserObjectsMap::const_iterator Ogre::UserObjectBindings::UserObjectsMapConstIterator [protected] |
Definition at line 105 of file OgreUserObjectBindings.h.
Ogre::UserObjectBindings::UserObjectBindings | ( | ) |
Class constructor.
virtual Ogre::UserObjectBindings::~UserObjectBindings | ( | ) | [virtual] |
Class destructor.
void Ogre::UserObjectBindings::setUserAny | ( | const Any & | anything | ) |
Sets any kind of user object on this class instance.
const Any& Ogre::UserObjectBindings::getUserAny | ( | void | ) | const |
Retrieves the custom key less user object associated with this class.
Sets any kind of user object on this class instance.
key | The key that this data is associate with. | |
anything | The data to associate with the given key. |
Retrieves the custom user object associated with this class and key.
key | The key that the requested user object is associated with. |
void Ogre::UserObjectBindings::eraseUserAny | ( | const String & | key | ) |
Erase the custom user object associated with this class and key from this binding.
key | The key that the requested user object is associated with. |
void Ogre::UserObjectBindings::clear | ( | ) | const |
Clear all user objects from this binding.
static const Any& Ogre::UserObjectBindings::getEmptyUserAny | ( | ) | [static] |
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz | ) | [inherited] |
Definition at line 72 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
void * | ptr | |||
) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz | ) | [inherited] |
Definition at line 90 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr | ) | [inherited] |
Definition at line 95 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, | |
void * | ||||
) | [inherited] |
Definition at line 101 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
Definition at line 107 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr | ) | [inherited] |
Definition at line 112 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
Definition at line 118 of file OgreMemoryAllocatedObject.h.
Any Ogre::UserObjectBindings::msEmptyAny [static, private] |
Definition at line 131 of file OgreUserObjectBindings.h.
Attributes* Ogre::UserObjectBindings::mAttributes [mutable, private] |
Definition at line 132 of file OgreUserObjectBindings.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 24 18:08:19 2010