Ogre::AnyNumeric::numholder< ValueType > Class Template Reference

#include <OgreAny.h>

Inheritance diagram for Ogre::AnyNumeric::numholder< ValueType >:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 numholder (const ValueType &value)
virtual const
std::type_info & 
getType () const
virtual placeholder * clone () const
virtual placeholder * add (placeholder *rhs)
virtual placeholder * subtract (placeholder *rhs)
virtual placeholder * multiply (placeholder *rhs)
virtual placeholder * multiply (Real factor)
virtual placeholder * divide (placeholder *rhs)
virtual void writeToStream (std::ostream &o)

Public Attributes

ValueType held


Detailed Description

template<typename ValueType>
class Ogre::AnyNumeric::numholder< ValueType >

Definition at line 252 of file OgreAny.h.


Constructor & Destructor Documentation

template<typename ValueType>
Ogre::AnyNumeric::numholder< ValueType >::numholder ( const ValueType &  value  ) 

Definition at line 256 of file OgreAny.h.


Member Function Documentation

template<typename ValueType>
virtual const std::type_info& Ogre::AnyNumeric::numholder< ValueType >::getType ( void   )  const [virtual]

Implements Ogre::Any::placeholder.

Definition at line 263 of file OgreAny.h.

template<typename ValueType>
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::clone (  )  const [virtual]

Implements Ogre::Any::placeholder.

Definition at line 268 of file OgreAny.h.

References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.

template<typename ValueType>
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::add ( placeholder *  rhs  )  [virtual]

Implements Ogre::AnyNumeric::numplaceholder.

Definition at line 273 of file OgreAny.h.

References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.

template<typename ValueType>
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::subtract ( placeholder *  rhs  )  [virtual]

Implements Ogre::AnyNumeric::numplaceholder.

Definition at line 277 of file OgreAny.h.

References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.

template<typename ValueType>
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::multiply ( placeholder *  rhs  )  [virtual]

Implements Ogre::AnyNumeric::numplaceholder.

Definition at line 281 of file OgreAny.h.

References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.

template<typename ValueType>
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::multiply ( Real  factor  )  [virtual]

Implements Ogre::AnyNumeric::numplaceholder.

Definition at line 285 of file OgreAny.h.

References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.

template<typename ValueType>
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::divide ( placeholder *  rhs  )  [virtual]

Implements Ogre::AnyNumeric::numplaceholder.

Definition at line 289 of file OgreAny.h.

References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.

template<typename ValueType>
virtual void Ogre::AnyNumeric::numholder< ValueType >::writeToStream ( std::ostream &  o  )  [virtual]

Implements Ogre::Any::placeholder.

Definition at line 293 of file OgreAny.h.

References Ogre::AnyNumeric::numholder< ValueType >::held.


Member Data Documentation

template<typename ValueType>
ValueType Ogre::AnyNumeric::numholder< ValueType >::held

Definition at line 300 of file OgreAny.h.

Referenced by Ogre::AnyNumeric::numholder< ValueType >::add(), Ogre::AnyNumeric::numholder< ValueType >::clone(), Ogre::AnyNumeric::numholder< ValueType >::divide(), Ogre::AnyNumeric::numholder< ValueType >::multiply(), Ogre::AnyNumeric::numholder< ValueType >::subtract(), and Ogre::AnyNumeric::numholder< ValueType >::writeToStream().


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

Copyright © 2008 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Tue Nov 4 11:02:49 2008