|
VTK
|
#include <Allocators.h>
Public Types | |
| typedef _T | T |
| typedef vtkAlloc< T, NUM_COMPONENTS > | self |
| typedef std::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 | allocate (size_type n, self::const_pointer hint=0) |
| void | deallocate (self::pointer p, self::size_type) |
Definition at line 39 of file Allocators.h.
| typedef _T vtkToDax::vtkAlloc< _T, NUM_COMPONENTS >::T |
Definition at line 41 of file Allocators.h.
| typedef vtkAlloc<T,NUM_COMPONENTS> vtkToDax::vtkAlloc< _T, NUM_COMPONENTS >::self |
Definition at line 42 of file Allocators.h.
| typedef std::size_t vtkToDax::vtkAlloc< _T, NUM_COMPONENTS >::size_type |
Definition at line 44 of file Allocators.h.
| typedef ptrdiff_t vtkToDax::vtkAlloc< _T, NUM_COMPONENTS >::difference_type |
Definition at line 45 of file Allocators.h.
| typedef T* vtkToDax::vtkAlloc< _T, NUM_COMPONENTS >::pointer |
Definition at line 46 of file Allocators.h.
| typedef const T* vtkToDax::vtkAlloc< _T, NUM_COMPONENTS >::const_pointer |
Definition at line 47 of file Allocators.h.
| typedef T& vtkToDax::vtkAlloc< _T, NUM_COMPONENTS >::reference |
Definition at line 48 of file Allocators.h.
| typedef const T& vtkToDax::vtkAlloc< _T, NUM_COMPONENTS >::const_reference |
Definition at line 49 of file Allocators.h.
| typedef T vtkToDax::vtkAlloc< _T, NUM_COMPONENTS >::value_type |
Definition at line 50 of file Allocators.h.
|
inline |
Definition at line 53 of file Allocators.h.
|
inline |
Definition at line 61 of file Allocators.h.
1.8.9.1