OGRE
1.9.0
|
#include <OgreAny.h>
Public Member Functions | |
holder (const ValueType &value) | |
virtual placeholder * | clone () const |
virtual const std::type_info & | getType () const |
virtual void | writeToStream (std::ostream &o) |
Public Attributes | |
ValueType | held |
Ogre::Any::holder< ValueType >::holder | ( | const ValueType & | value | ) |
|
virtual |
Implements Ogre::Any::placeholder.
Definition at line 165 of file OgreAny.h.
References holder(), held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
|
virtual |
Implements Ogre::Any::placeholder.
|
virtual |
ValueType Ogre::Any::holder< ValueType >::held |
Definition at line 178 of file OgreAny.h.
Referenced by holder(), Ogre::Any::any_cast, clone(), and writeToStream().