This is the documentation for Enlighten.
class Geo GeoAllocatorUnchecked
template<class T>
class Geo::GeoAllocatorUnchecked
A custom std::allocator, that uses simple malloc/free.
This is used in very few cases, such as inside GeoMemory.cpp to track other memory use.
Typedefs
Name | Description |
|---|---|
const T * const_pointer | All functions and typedefs match those required by the C++0x standard. |
const T & const_reference | All functions and typedefs match those required by the C++0x standard. |
ptrdiff_t difference_type | All functions and typedefs match those required by the C++0x standard. |
T * pointer | All functions and typedefs match those required by the C++0x standard. |
T & reference | All functions and typedefs match those required by the C++0x standard. |
size_t size_type | All functions and typedefs match those required by the C++0x standard. |
T value_type | All functions and typedefs match those required by the C++0x standard. |
Functions
Name | Description |
|---|---|
All functions and typedefs match those required by the C++0x standard. | |
All functions and typedefs match those required by the C++0x standard. | |
allocate(size_type, GeoAllocatorUnchecked< void >::const_pointer) | All functions and typedefs match those required by the C++0x standard. |
All functions and typedefs match those required by the C++0x standard. | |
All functions and typedefs match those required by the C++0x standard. | |
All functions and typedefs match those required by the C++0x standard. | |
All functions and typedefs match those required by the C++0x standard. |
pointer Geo::GeoAllocatorUnchecked< T >::address
public: pointer address
(
reference x
) const
All functions and typedefs match those required by the C++0x standard.
const_pointer Geo::GeoAllocatorUnchecked< T >::address
public: const_pointer address
(
const_reference x
) const
All functions and typedefs match those required by the C++0x standard.
pointer Geo::GeoAllocatorUnchecked< T >::allocate
public: pointer allocate
(
size_type n,
GeoAllocatorUnchecked< void >::const_pointer hint
)