OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
#include "OgrePlatform.h"
Classes | |
class | Ogre::RawSimdUniquePtr< T, M_CATEGORY > |
Similar to std::unique_ptr, but: Uses a custom allocator (OGRE_MALLOC_SIMD) Pointers must be really unique (RESTRICT_ALIAS modifier is used!) To access the pointer, use get(); instead of using this container directly The purpose of this container is to enclose a raw pointer while avoiding breaking the rule of 3 when copying. More... | |
Namespaces | |
namespace | Ogre |