#include <OgreAny.h>
Inheritance diagram for Ogre::Any:
Public Member Functions | |
Any () | |
template<typename ValueType> | |
Any (const ValueType &value) | |
Any (const Any &other) | |
virtual | ~Any () |
Any & | swap (Any &rhs) |
template<typename ValueType> | |
Any & | operator= (const ValueType &rhs) |
Any & | operator= (const Any &rhs) |
bool | isEmpty () const |
const std::type_info & | getType () const |
template<typename ValueType> | |
ValueType | operator() () const |
Protected Attributes | |
placeholder * | mContent |
Friends | |
std::ostream & | operator<< (std::ostream &o, const Any &v) |
template<typename ValueType> | |
ValueType * | any_cast (Any *) |
Classes | |
class | holder |
class | placeholder |
Definition at line 51 of file OgreAny.h.
|
Definition at line 55 of file OgreAny.h. Referenced by operator=(). |
|
|
|
|
|
Definition at line 71 of file OgreAny.h. References mContent, Ogre::MEMCATEGORY_GENERAL, and OGRE_DELETE_T. |
|
Definition at line 104 of file OgreAny.h. References Ogre::Any::placeholder::getType(), and mContent. Referenced by Ogre::any_cast(), and operator()(). |
|
Definition at line 99 of file OgreAny.h. References mContent. |
|
Definition at line 184 of file OgreAny.h. References Ogre::Exception::ERR_INVALIDPARAMS, getType(), mContent, and OGRE_EXCEPT. |
|
Definition at line 91 of file OgreAny.h. References Any(). |
|
Definition at line 85 of file OgreAny.h. References Any(). |
|
Definition at line 78 of file OgreAny.h. References mContent. |
|
|
|
|
|
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:46:55 2009