OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
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.
typedef T Ogre::STLAllocatorBase< T >::value_type |