|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Variant type that can hold Any other type. More...
#include <OgreAny.h>
 Inheritance diagram for Ogre::Any:
 Inheritance diagram for Ogre::Any:| Public Member Functions | |
| Any () | |
| Any (const Any &other) | |
| template<typename ValueType > | |
| Any (const ValueType &value) | |
| virtual | ~Any () | 
| void | destroy () | 
| template<typename ValueType > | |
| ValueType | get (void) const | 
| const std::type_info & | getType () const | 
| bool | has_value () const | 
| bool | isEmpty () const | 
| template<typename ValueType > | |
| ValueType | operator() () const | 
| Any & | operator= (const Any &rhs) | 
| template<typename ValueType > | |
| Any & | operator= (const ValueType &rhs) | 
| void | reset () | 
| Any & | swap (Any &rhs) | 
| const std::type_info & | type () const | 
| Friends | |
| template<typename ValueType > | |
| ValueType * | any_cast (Any *) | 
| std::ostream & | operator<< (std::ostream &o, const Any &v) | 
Variant type that can hold Any other type.
| 
 | inline | 
Referenced by operator=(), and operator=().
| 
 | inline | 
References reset().
Referenced by Ogre::WorkQueue::Response::abortRequest().
| 
 | inline | 
References type().
| 
 | inline | 
References has_value().
| 
 | inline | 
| 
 | inline | 
References Ogre::MEMCATEGORY_GENERAL, and OGRE_DELETE_T.
References std::swap().
Referenced by operator=(), Ogre::AnyNumeric::operator=(), and operator=().