STLMallocAllocator.h File Reference

An STL allocator that simply calls malloc. More...

#include "LDK/Exceptions.h"
#include "LDK/TemplateMeta.h"
#include <stdlib.h>
#include <assert.h>

Include dependency graph for STLMallocAllocator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LDK

Data Structures

class  LDK::MallocAllocator< T >
 An (almost) standard compiliant, threadsafe STL allocator with an MSVC extension. More...
struct  LDK::MallocAllocator< T >::rebind< T1 >

Functions

template<typename T1, typename T2>
bool LDK::operator== (const MallocAllocator< T1 > &, const MallocAllocator< T2 > &)
template<typename T1, typename T2>
bool LDK::operator!= (const MallocAllocator< T1 > &, const MallocAllocator< T2 > &)


Detailed Description

This file should not be included directly (except by Singletons.h), include Memory.h instead.

Definition in file STLMallocAllocator.h.


Generated on Fri Aug 17 18:32:26 2007 for LDK by  doxygen 1.5.1