OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::Any Class Reference

Variant type that can hold Any other type. More...

#include <OgreAny.h>

+ 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
 
Anyoperator= (const Any &rhs)
 
template<typename ValueType >
Anyoperator= (const ValueType &rhs)
 
void reset ()
 
Anyswap (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)
 

Detailed Description

Variant type that can hold Any other type.

Constructor & Destructor Documentation

◆ Any() [1/3]

Ogre::Any::Any ( )
inline

Referenced by operator=(), and operator=().

◆ Any() [2/3]

template<typename ValueType >
Ogre::Any::Any ( const ValueType &  value)
inlineexplicit

◆ Any() [3/3]

Ogre::Any::Any ( const Any other)
inline

◆ ~Any()

virtual Ogre::Any::~Any ( )
inlinevirtual

References reset().

Member Function Documentation

◆ destroy()

void Ogre::Any::destroy ( )
inline

◆ get()

template<typename ValueType >
ValueType Ogre::Any::get ( void  ) const
inline

◆ getType()

const std::type_info & Ogre::Any::getType ( ) const
inline
Deprecated:
use type() instead

References type().

◆ has_value()

bool Ogre::Any::has_value ( ) const
inline

Referenced by isEmpty().

◆ isEmpty()

bool Ogre::Any::isEmpty ( ) const
inline
Deprecated:
use has_value() instead

References has_value().

◆ operator()()

template<typename ValueType >
ValueType Ogre::Any::operator() ( ) const
inline

◆ operator=() [1/2]

Any & Ogre::Any::operator= ( const Any rhs)
inline

References Any(), and swap().

◆ operator=() [2/2]

template<typename ValueType >
Any & Ogre::Any::operator= ( const ValueType &  rhs)
inline

References Any(), and swap().

◆ reset()

void Ogre::Any::reset ( )
inline

References Ogre::MEMCATEGORY_GENERAL, and OGRE_DELETE_T.

Referenced by ~Any(), and destroy().

◆ swap()

Any & Ogre::Any::swap ( Any rhs)
inline

◆ type()

const std::type_info & Ogre::Any::type ( ) const
inline

Referenced by getType().

Friends And Related Symbol Documentation

◆ any_cast

template<typename ValueType >
ValueType * any_cast ( Any operand)
friend

◆ operator<<

std::ostream & operator<< ( std::ostream &  o,
const Any v 
)
friend

The documentation for this class was generated from the following file: