|  | 
| typedef T | value_type | 
|  | 
| typedef T * | pointer | 
|  | 
| typedef T & | reference | 
|  | 
|  | 
| 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) | 
|  | 
|  | 
| const typedef T * | const_pointer | 
|  | 
| const typedef T & | const_reference | 
|  | 
|  | 
| static const bool | KeepDataReallocate = false | 
|  | true if the allocator keeps previous elements when calling reallocate 
 | 
|  | 
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: