OGRE
1.9.0
|
#include <OgreAny.h>
Public Member Functions | |
numholder (const ValueType &value) | |
virtual placeholder * | add (placeholder *rhs) |
virtual placeholder * | clone () const |
virtual placeholder * | divide (placeholder *rhs) |
virtual const std::type_info & | getType () const |
virtual placeholder * | multiply (placeholder *rhs) |
virtual placeholder * | multiply (Real factor) |
virtual placeholder * | subtract (placeholder *rhs) |
virtual void | writeToStream (std::ostream &o) |
Public Attributes | |
ValueType | held |
Ogre::AnyNumeric::numholder< ValueType >::numholder | ( | const ValueType & | value | ) |
Definition at line 288 of file OgreAny.h.
References held.
Referenced by add(), clone(), divide(), multiply(), multiply(), and subtract().
|
virtual |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 305 of file OgreAny.h.
References numholder(), held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
|
virtual |
Implements Ogre::Any::placeholder.
Definition at line 300 of file OgreAny.h.
References numholder(), held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
|
virtual |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 321 of file OgreAny.h.
References numholder(), held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
|
virtual |
Implements Ogre::Any::placeholder.
|
virtual |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 313 of file OgreAny.h.
References numholder(), held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
|
virtual |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 317 of file OgreAny.h.
References numholder(), held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
|
virtual |
Implements Ogre::AnyNumeric::numplaceholder.
Definition at line 309 of file OgreAny.h.
References numholder(), held, Ogre::MEMCATEGORY_GENERAL, and OGRE_NEW_T.
|
virtual |
ValueType Ogre::AnyNumeric::numholder< ValueType >::held |
Definition at line 332 of file OgreAny.h.
Referenced by numholder(), add(), clone(), divide(), multiply(), multiply(), subtract(), and writeToStream().