#include "OgrePrerequisites.h"
#include "OgreException.h"
#include "OgreString.h"
#include <algorithm>
#include <typeinfo>
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"
Go to the source code of this file.
Classes | |
class | Ogre::Any |
Variant type that can hold Any other type. More... | |
class | Ogre::Any::holder< ValueType > |
class | Ogre::Any::placeholder |
class | Ogre::AnyNumeric |
Specialised Any class which has built in arithmetic operators, but can hold only types which support operator +,-,* and / . More... | |
class | Ogre::AnyNumeric::numholder< ValueType > |
class | Ogre::AnyNumeric::numplaceholder |
Namespaces | |
Ogre | |
Constant Groups | |
Ogre | |
Functions | |
template<typename ValueType > | |
ValueType * | Ogre::any_cast (Any *operand) |
template<typename ValueType > | |
const ValueType * | Ogre::any_cast (const Any *operand) |
template<typename ValueType > | |
ValueType | Ogre::any_cast (const Any &operand) |
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 23 2013 06:57:26