#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 |
|
inline |
|
inlinevirtual |
Implements Ogre::Any::placeholder.
Definition at line 165 of file OgreAny.h.
References Ogre::Any::holder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
|
inlinevirtual |
Implements Ogre::Any::placeholder.
|
inlinevirtual |
Implements Ogre::Any::placeholder.
Definition at line 170 of file OgreAny.h.
References Ogre::Any::holder< ValueType >::held.
ValueType Ogre::Any::holder< ValueType >::held |
Definition at line 178 of file OgreAny.h.
Referenced by Ogre::Any::holder< ValueType >::clone(), and Ogre::Any::holder< ValueType >::writeToStream().