#include <OgreAny.h>
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 |
Definition at line 262 of file OgreAny.h.
Ogre::AnyNumeric::numholder< ValueType >::numholder | ( | const ValueType & | value | ) |
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::add | ( | placeholder * | rhs | ) | [virtual] |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 283 of file OgreAny.h.
References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::clone | ( | ) | const [virtual] |
Implements Ogre::Any::placeholder.
Definition at line 278 of file OgreAny.h.
References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::divide | ( | placeholder * | rhs | ) | [virtual] |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 299 of file OgreAny.h.
References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
virtual const std::type_info& Ogre::AnyNumeric::numholder< ValueType >::getType | ( | void | ) | const [virtual] |
Implements Ogre::Any::placeholder.
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::multiply | ( | Real | factor | ) | [virtual] |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 295 of file OgreAny.h.
References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::multiply | ( | placeholder * | rhs | ) | [virtual] |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 291 of file OgreAny.h.
References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
virtual placeholder* Ogre::AnyNumeric::numholder< ValueType >::subtract | ( | placeholder * | rhs | ) | [virtual] |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 287 of file OgreAny.h.
References Ogre::AnyNumeric::numholder< ValueType >::held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
virtual void Ogre::AnyNumeric::numholder< ValueType >::writeToStream | ( | std::ostream & | o | ) | [virtual] |
Implements Ogre::Any::placeholder.
Definition at line 303 of file OgreAny.h.
References Ogre::AnyNumeric::numholder< ValueType >::held.
ValueType Ogre::AnyNumeric::numholder< ValueType >::held |
Definition at line 310 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().
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:37:07 2012