|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
STL compatible wrapper for AlignedMemory. More...
#include <OgreAlignedAllocator.h>
 Inheritance diagram for Ogre::AlignedAllocator< T, Alignment >:
 Inheritance diagram for Ogre::AlignedAllocator< T, Alignment >:| Classes | |
| struct | rebind | 
| Public Member Functions | |
| AlignedAllocator () | |
| template<class U > | |
| AlignedAllocator (const AlignedAllocator< U, Alignment > &other) | |
| T * | allocate (size_t n) | 
| T * | allocate (size_t n, const void *hint) | 
| void | deallocate (T *p, size_t) | 
STL compatible wrapper for AlignedMemory.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
References Ogre::AlignedMemory::allocate().
| 
 | inline | 
References Ogre::AlignedMemory::allocate().
| 
 | inline | 
References Ogre::AlignedMemory::deallocate().