Public Types | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Seldon::NewAlloc< T > Class Template Reference

Public Types

typedef T value_type
 
typedef T * pointer
 
typedef T & reference
 

Static Public Member Functions

static pointer allocate (size_t num, void *h=0)
 
static void deallocate (pointer data, size_t num, void *h=0)
 
static void * reallocate (pointer data, size_t num, void *h=0)
 
static void memoryset (pointer data, char c, size_t num)
 
static void memorycpy (pointer datat, pointer datas, size_t num)
 

Public Attributes

const typedef T * const_pointer
 
const typedef T & const_reference
 

Static Public Attributes

static const bool KeepDataReallocate = false
 true if the allocator keeps previous elements when calling reallocate
 

Detailed Description

template<class T>
class Seldon::NewAlloc< T >

Definition at line 91 of file Allocator.hxx.


The documentation for this class was generated from the following files: