Variant type that can hold Any other type. More...
#include <OgreAny.h>
Classes | |
class | holder |
class | placeholder |
Public Member Functions | |
Any () | |
template<typename ValueType > | |
Any (const ValueType &value) | |
Any (const Any &other) | |
virtual | ~Any () |
void | destroy () |
template<typename ValueType > | |
ValueType | get (void) const |
const std::type_info & | getType () const |
bool | isEmpty () const |
template<typename ValueType > | |
ValueType | operator() () const |
template<typename ValueType > | |
Any & | operator= (const ValueType &rhs) |
Any & | operator= (const Any &rhs) |
Any & | swap (Any &rhs) |
Protected Attributes | |
placeholder * | mContent |
Friends | |
template<typename ValueType > | |
ValueType * | any_cast (Any *) |
std::ostream & | operator<< (std::ostream &o, const Any &v) |
Ogre::Any::Any | ( | ) |
Definition at line 60 of file OgreAny.h.
Referenced by operator=().
|
explicit |
void Ogre::Any::destroy | ( | ) |
Definition at line 122 of file OgreAny.h.
References mContent, Ogre::MEMCATEGORY_GENERAL, and OGRE_DELETE_T.
Referenced by ~Any().
ValueType Ogre::Any::get | ( | void | ) | const |
Definition at line 218 of file OgreAny.h.
References Ogre::Exception::ERR_INVALIDPARAMS, getType(), mContent, and OGRE_EXCEPT.
const std::type_info& Ogre::Any::getType | ( | void | ) | const |
Definition at line 109 of file OgreAny.h.
References Ogre::Any::placeholder::getType(), and mContent.
Referenced by Ogre::any_cast(), get(), and operator()().
ValueType Ogre::Any::operator() | ( | ) | const |
Definition at line 194 of file OgreAny.h.
References Ogre::Exception::ERR_INVALIDPARAMS, getType(), mContent, and OGRE_EXCEPT.
Any& Ogre::Any::operator= | ( | const ValueType & | rhs | ) |
Definition at line 83 of file OgreAny.h.
References mContent, and std::swap().
|
friend |
|
friend |
|
protected |
Definition at line 185 of file OgreAny.h.
Referenced by Ogre::any_cast(), Ogre::AnyNumeric::AnyNumeric(), destroy(), get(), getType(), isEmpty(), operator()(), Ogre::AnyNumeric::operator*(), Ogre::AnyNumeric::operator*=(), Ogre::AnyNumeric::operator+(), Ogre::AnyNumeric::operator+=(), Ogre::AnyNumeric::operator-(), Ogre::AnyNumeric::operator-=(), Ogre::AnyNumeric::operator/(), Ogre::AnyNumeric::operator/=(), and swap().
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri Dec 20 2013 11:13:46