#include <OgreAny.h>
Inheritance diagram for Ogre::AnyNumeric:
Public Member Functions | |
AnyNumeric () | |
template<typename ValueType> | |
AnyNumeric (const ValueType &value) | |
AnyNumeric (const AnyNumeric &other) | |
AnyNumeric & | operator= (const AnyNumeric &rhs) |
AnyNumeric | operator+ (const AnyNumeric &rhs) const |
AnyNumeric | operator- (const AnyNumeric &rhs) const |
AnyNumeric | operator * (const AnyNumeric &rhs) const |
AnyNumeric | operator * (Real factor) const |
AnyNumeric | operator/ (const AnyNumeric &rhs) const |
AnyNumeric & | operator+= (const AnyNumeric &rhs) |
AnyNumeric & | operator-= (const AnyNumeric &rhs) |
AnyNumeric & | operator *= (const AnyNumeric &rhs) |
AnyNumeric & | operator/= (const AnyNumeric &rhs) |
Any & | swap (Any &rhs) |
bool | isEmpty () const |
const std::type_info & | getType () const |
template<typename ValueType> | |
ValueType | operator() () const |
Protected Member Functions | |
AnyNumeric (placeholder *pholder) | |
Construct from holder. | |
Protected Attributes | |
placeholder * | mContent |
Friends | |
std::ostream & | operator<< (std::ostream &o, const Any &v) |
template<typename ValueType> | |
ValueType * | any_cast (Any *) |
Classes | |
class | numholder |
class | numplaceholder |
Definition at line 211 of file OgreAny.h.
|
Definition at line 214 of file OgreAny.h. Referenced by operator *(), operator *=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), and operator=(). |
|
Definition at line 220 of file OgreAny.h. References Ogre::Any::mContent. |
|
Definition at line 226 of file OgreAny.h. References Ogre::Any::mContent. |
|
Construct from holder.
Definition at line 300 of file OgreAny.h. References Ogre::Any::mContent. |
|
Definition at line 100 of file OgreAny.h. References Ogre::Any::placeholder::getType(), and Ogre::Any::mContent. Referenced by Ogre::any_cast(), and Ogre::Any::operator()(). |
|
Definition at line 95 of file OgreAny.h. References Ogre::Any::mContent. |
|
Definition at line 326 of file OgreAny.h. References AnyNumeric(), and Ogre::Any::mContent. |
|
Definition at line 321 of file OgreAny.h. References AnyNumeric(), and Ogre::Any::mContent. |
|
Definition at line 348 of file OgreAny.h. References AnyNumeric(), and Ogre::Any::mContent. |
|
Definition at line 180 of file OgreAny.h. References Ogre::Exception::ERR_INVALIDPARAMS, Ogre::Any::getType(), Ogre::Any::mContent, and OGRE_EXCEPT. |
|
Definition at line 311 of file OgreAny.h. References AnyNumeric(), and Ogre::Any::mContent. |
|
Definition at line 336 of file OgreAny.h. References AnyNumeric(), and Ogre::Any::mContent. |
|
Definition at line 316 of file OgreAny.h. References AnyNumeric(), and Ogre::Any::mContent. |
|
Definition at line 342 of file OgreAny.h. References AnyNumeric(), and Ogre::Any::mContent. |
|
Definition at line 331 of file OgreAny.h. References AnyNumeric(), and Ogre::Any::mContent. |
|
Definition at line 354 of file OgreAny.h. References AnyNumeric(), and Ogre::Any::mContent. |
|
Definition at line 306 of file OgreAny.h. References AnyNumeric(). |
|
Definition at line 74 of file OgreAny.h. References Ogre::Any::mContent. |
|
|
|
|
|
Definition at line 171 of file OgreAny.h. Referenced by Ogre::any_cast(), AnyNumeric(), Ogre::Any::getType(), Ogre::Any::isEmpty(), operator *(), operator *=(), Ogre::Any::operator()(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), Ogre::Any::swap(), and Ogre::Any::~Any(). |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jun 11 10:46:49 2006