#include <vtkContainersAllocator.h>
Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
typedef T | value_type |
Public Member Functions | |
pointer | address (reference value) const |
const_pointer | address (const_reference value) const |
vtkContainersAllocator (void) throw () | |
vtkContainersAllocator (const vtkContainersAllocator &) throw () | |
template<class U> | vtkContainersAllocator (const vtkContainersAllocator< U > &) throw () |
~vtkContainersAllocator () throw () | |
size_type | max_size (void) const throw () |
pointer | allocate (size_type num, const void *=0) |
void | construct (pointer p, const T &value) |
void | destroy (pointer p) |
void | deallocate (pointer p, size_type num) |
|
Definition at line 34 of file vtkContainersAllocator.h. Referenced by vtkContainersAllocator< T >::address(). |
|
Definition at line 36 of file vtkContainersAllocator.h. |
|
Definition at line 32 of file vtkContainersAllocator.h. |
|
Definition at line 33 of file vtkContainersAllocator.h. |
|
Definition at line 35 of file vtkContainersAllocator.h. |
|
Definition at line 31 of file vtkContainersAllocator.h. |
|
Definition at line 37 of file vtkContainersAllocator.h. |
|
Definition at line 55 of file vtkContainersAllocator.h. |
|
Definition at line 56 of file vtkContainersAllocator.h. |
|
Definition at line 58 of file vtkContainersAllocator.h. |
|
Definition at line 59 of file vtkContainersAllocator.h. |
|
Definition at line 49 of file vtkContainersAllocator.h. References vtkContainersAllocator< T >::const_pointer. |
|
Definition at line 47 of file vtkContainersAllocator.h. |
|
Definition at line 66 of file vtkContainersAllocator.h. |
|
Definition at line 77 of file vtkContainersAllocator.h. |
|
Definition at line 86 of file vtkContainersAllocator.h. |
|
Definition at line 82 of file vtkContainersAllocator.h. |
|
Definition at line 62 of file vtkContainersAllocator.h. |