#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 *) |
Definition at line 47 of file OgreAny.h.
|
Definition at line 51 of file OgreAny.h. References mContent. Referenced by operator=(). |
|
Definition at line 57 of file OgreAny.h. References mContent. |
|
Definition at line 62 of file OgreAny.h. References mContent. |
|
Definition at line 67 of file OgreAny.h. References mContent. |
|
Definition at line 100 of file OgreAny.h. References Ogre::Any::placeholder::getType(), and mContent. Referenced by Ogre::any_cast(), and operator()(). |
|
Definition at line 95 of file OgreAny.h. References mContent. |
|
Definition at line 180 of file OgreAny.h. References getType(), mContent, OGRE_EXCEPT, and Ogre::StringUtil::StrStreamType. |
|
Definition at line 87 of file OgreAny.h. References Any(). |
|
Definition at line 81 of file OgreAny.h. References Any(). |
|
Definition at line 74 of file OgreAny.h. References mContent. |
|
|
|
|
|
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:38:06 2006