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::NaNAlloc< T >
Definition at line 132 of file Allocator.hxx.
The documentation for this class was generated from the following files: