Public Member Functions | Public Attributes | List of all members
Ogre::Any::holder< ValueType > Class Template Reference

#include <OgreAny.h>

Inheritance diagram for Ogre::Any::holder< ValueType >:
Inheritance graph
[legend]

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)

Definition at line 153 of file OgreAny.h.

Member Function Documentation

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

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)
virtual

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:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Thu Aug 13 2015 23:21:38