STLAllocator Class Reference

An allocator adapter for STL. More...

#include <stlallocator.h>


Detailed Description

An allocator adapter for STL.

This mixin lets you use any Heap Layers allocator as the allocator for an STL container.

Example: typedef STLAllocator<int, MyHeapType> MyAllocator;
list<int, MyAllocator> l;


The documentation for this class was generated from the following file:
Generated on Tue Aug 2 11:51:28 2011 for Galois by  doxygen 1.6.3