Warning: this documentation for the development version is under construction.

Seldon::MallocAlloc< T > Class Template Reference

List of all members.

Public Types

typedef T value_type
typedef T * pointer
typedef const T * const_pointer
typedef T & reference
typedef const T & const_reference

Public Member Functions

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

Detailed Description

template<class T>
class Seldon::MallocAlloc< T >

Definition at line 32 of file Allocator.hxx.


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