![]() |
OGRE-Next 3.0.0
Object-Oriented Graphics Rendering Engine
|
Variant type that can hold Any other type. More...
#include <OgreAny.h>
Public Member Functions | |
Any () | |
Any (const Any &other) | |
template<typename ValueType> | |
Any (const ValueType &value) | |
virtual | ~Any () |
void | destroy () |
template<typename ValueType> | |
ValueType | get () 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 |
Variant type that can hold Any other type.
|
inline |
Referenced by Any(), Ogre::AnyNumeric::AnyNumeric(), Ogre::AnyNumeric::AnyNumeric(), any_cast, operator<<, operator=(), operator=(), and swap().
References Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
|
virtual |
|
inline |
References reset().
References any_cast.
|
inline |
References type().
|
inline |
Referenced by isEmpty().
|
inline |
References has_value().
References any_cast.
References Any().
|
inline |
References Ogre::MEMCATEGORY_GENERAL, and OGRE_DELETE_T.
Referenced by destroy().
References Any(), and std::swap().
|
inline |
Referenced by any_cast, Ogre::any_cast(), and getType().