| 
    VTK
    
   | 
 
#include <Allocators.h>
Public Types | |
| typedef vtkCellArray | 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, const_pointer hint=0) | 
| void | deallocate (pointer p, size_type) | 
Definition at line 101 of file Allocators.h.
| typedef vtkCellArray vtkToDax::vtkAlloc< vtkCellArray, NUM_COMPONENTS >::T | 
Definition at line 103 of file Allocators.h.
| typedef vtkAlloc<T,NUM_COMPONENTS> vtkToDax::vtkAlloc< vtkCellArray, NUM_COMPONENTS >::self | 
Definition at line 104 of file Allocators.h.
| typedef std::size_t vtkToDax::vtkAlloc< vtkCellArray, NUM_COMPONENTS >::size_type | 
Definition at line 106 of file Allocators.h.
| typedef ptrdiff_t vtkToDax::vtkAlloc< vtkCellArray, NUM_COMPONENTS >::difference_type | 
Definition at line 107 of file Allocators.h.
| typedef T* vtkToDax::vtkAlloc< vtkCellArray, NUM_COMPONENTS >::pointer | 
Definition at line 108 of file Allocators.h.
| typedef const T* vtkToDax::vtkAlloc< vtkCellArray, NUM_COMPONENTS >::const_pointer | 
Definition at line 109 of file Allocators.h.
| typedef T& vtkToDax::vtkAlloc< vtkCellArray, NUM_COMPONENTS >::reference | 
Definition at line 110 of file Allocators.h.
| typedef const T& vtkToDax::vtkAlloc< vtkCellArray, NUM_COMPONENTS >::const_reference | 
Definition at line 111 of file Allocators.h.
| typedef T vtkToDax::vtkAlloc< vtkCellArray, NUM_COMPONENTS >::value_type | 
Definition at line 112 of file Allocators.h.
      
  | 
  inline | 
Definition at line 116 of file Allocators.h.
      
  | 
  inline | 
Definition at line 125 of file Allocators.h.
 1.8.9.1