#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. References mContent. Referenced by operator=(). |
|
Definition at line 61 of file OgreAny.h. References mContent. |
|
Definition at line 66 of file OgreAny.h. References mContent. |
|
Definition at line 71 of file OgreAny.h. References mContent. |
|
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 getType(), mContent, and OGRE_EXCEPT. |
|
|
|
|
|
Definition at line 78 of file OgreAny.h. References mContent. Referenced by Ogre::AnyNumeric::operator=(), and operator=(). |
|
|
|
|
|
Definition at line 175 of file OgreAny.h. Referenced by Any(), getType(), isEmpty(), operator()(), swap(), and ~Any(). |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 25 13:03:27 2007