Wrapper class for operating as an STL container allocator. More...
#include <OgreMemorySTLAllocator.h>
Public Types | |
typedef T | value_type |
Wrapper class for operating as an STL container allocator.
This class acts as the host for a configured allocation policy.
It takes the following template parameters:-
See StdAllocPolicy for an example of implementing a Policy. The reason for implementing the allocation in a policy is that it makes implementing a custom allocator easier - you just have to provide an alternative policy with just allocate/deallocate implementations; this class does all the housekeeping associated with keeping the STL happy.
Definition at line 64 of file OgreMemorySTLAllocator.h.
typedef T Ogre::STLAllocatorBase< T >::value_type |
Reimplemented in Ogre::STLAllocator< T, AllocPolicy >.
Definition at line 66 of file OgreMemorySTLAllocator.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:38:12 2012