#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 47 of file OgreAny.h.
|
|
Definition at line 51 of file OgreAny.h. Referenced by operator=(). |
|
||||||||||
|
|
|
|
|
|
|
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 Ogre::Exception::ERR_INVALIDPARAMS, getType(), mContent, and OGRE_EXCEPT. |
|
|
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 Jan 21 10:01:47 2007