Go to the source code of this file.
Classes | |
class | Ogre::STLAllocator< T, AllocPolicy > |
struct | Ogre::STLAllocator< T, AllocPolicy >::rebind< U > |
the standard rebind mechanism More... | |
struct | Ogre::STLAllocatorBase< T > |
Wrapper class for operating as an STL container allocator. More... | |
struct | Ogre::STLAllocatorBase< const T > |
Namespaces | |
Ogre | |
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ | |
Functions | |
template<typename T , typename T2 , typename P > | |
bool | Ogre::operator!= (STLAllocator< T, P > const &, STLAllocator< T2, P > const &) |
determine equality, can memory from another allocator be released by this allocator, (ISO C++) More... | |
template<typename T , typename P , typename OtherAllocator > | |
bool | Ogre::operator!= (STLAllocator< T, P > const &, OtherAllocator const &) |
determine equality, can memory from another allocator be released by this allocator, (ISO C++) More... | |
template<typename T , typename T2 , typename P > | |
bool | Ogre::operator== (STLAllocator< T, P > const &, STLAllocator< T2, P > const &) |
determine equality, can memory from another allocator be released by this allocator, (ISO C++) More... | |
template<typename T , typename P , typename OtherAllocator > | |
bool | Ogre::operator== (STLAllocator< T, P > const &, OtherAllocator const &) |
determine equality, can memory from another allocator be released by this allocator, (ISO C++) More... | |
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sun Oct 22 2017 04:04:15