This is the documentation for Enlighten.
struct Geo GeoFixedPoolList
template<typename TValue>
struct Geo::GeoFixedPoolList
To make usage of this pool class a bit less painful, create template holding classes for typedefs; since template typedefs do not exist, this is the closest you can get.
Typedefs
Name | Description |
---|---|
GeoList< TValue, GeoFixedPoolAllocator< TValue > > Type | A typedef for a GeoList using a GeoFixedPoolAllocator. |