OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::Any::holder< ValueType > Class Template Reference

#include <OgreAny.h>

+ Inheritance diagram for Ogre::Any::holder< ValueType >:
+ Collaboration diagram for Ogre::Any::holder< ValueType >:

Public Member Functions

 holder (const ValueType &value)
 
virtual placeholderclone () const
 
virtual const std::type_info & getType () const
 
virtual void writeToStream (std::ostream &o)
 

Public Attributes

ValueType held
 

Detailed Description

template<typename ValueType>
class Ogre::Any::holder< ValueType >

Definition at line 149 of file OgreAny.h.

Constructor & Destructor Documentation

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

Definition at line 153 of file OgreAny.h.

Member Function Documentation

template<typename ValueType >
virtual placeholder* Ogre::Any::holder< ValueType >::clone ( ) const
inlinevirtual
template<typename ValueType >
virtual const std::type_info& Ogre::Any::holder< ValueType >::getType ( void  ) const
inlinevirtual

Implements Ogre::Any::placeholder.

Definition at line 160 of file OgreAny.h.

template<typename ValueType >
virtual void Ogre::Any::holder< ValueType >::writeToStream ( std::ostream &  o)
inlinevirtual

Implements Ogre::Any::placeholder.

Definition at line 170 of file OgreAny.h.

References Ogre::Any::holder< ValueType >::held.

Member Data Documentation

template<typename ValueType >
ValueType Ogre::Any::holder< ValueType >::held

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