#include <OgreAny.h>
Public Member Functions | |
holder (const ValueType &value) | |
virtual const std::type_info & | getType () const |
virtual placeholder * | clone () const |
virtual void | writeToStream (std::ostream &o) |
Public Attributes | |
ValueType | held |
Definition at line 149 of file OgreAny.h.
Ogre::Any::holder< ValueType >::holder | ( | const ValueType & | value | ) |
virtual placeholder* Ogre::Any::holder< ValueType >::clone | ( | ) | const [virtual] |
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.
virtual const std::type_info& Ogre::Any::holder< ValueType >::getType | ( | void | ) | const [virtual] |
Implements Ogre::Any::placeholder.
virtual void Ogre::Any::holder< ValueType >::writeToStream | ( | std::ostream & | o | ) | [virtual] |
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().
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:37:07 2012