VTK
Public Types | Public Member Functions | List of all members
vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS > Struct Template Reference

#include <Allocators.h>

Public Types

typedef vtkPoints T
 
typedef vtkAlloc< T, NUM_COMPONENTS > self
 
typedef std::size_t size_type
 
typedef ptrdiff_t difference_type
 
typedef Tpointer
 
typedef const Tconst_pointer
 
typedef Treference
 
typedef const Tconst_reference
 
typedef T value_type
 

Public Member Functions

pointer allocate (size_type n, const_pointer hint=0)
 
void deallocate (pointer p, size_type)
 

Detailed Description

template<int NUM_COMPONENTS>
struct vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >

Definition at line 68 of file Allocators.h.

Member Typedef Documentation

template<int NUM_COMPONENTS>
typedef vtkPoints vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::T

Definition at line 70 of file Allocators.h.

template<int NUM_COMPONENTS>
typedef vtkAlloc<T,NUM_COMPONENTS> vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::self

Definition at line 71 of file Allocators.h.

template<int NUM_COMPONENTS>
typedef std::size_t vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::size_type

Definition at line 73 of file Allocators.h.

template<int NUM_COMPONENTS>
typedef ptrdiff_t vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::difference_type

Definition at line 74 of file Allocators.h.

template<int NUM_COMPONENTS>
typedef T* vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::pointer

Definition at line 75 of file Allocators.h.

template<int NUM_COMPONENTS>
typedef const T* vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::const_pointer

Definition at line 76 of file Allocators.h.

template<int NUM_COMPONENTS>
typedef T& vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::reference

Definition at line 77 of file Allocators.h.

template<int NUM_COMPONENTS>
typedef const T& vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::const_reference

Definition at line 78 of file Allocators.h.

template<int NUM_COMPONENTS>
typedef T vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::value_type

Definition at line 79 of file Allocators.h.

Member Function Documentation

template<int NUM_COMPONENTS>
pointer vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::allocate ( size_type  n,
const_pointer  hint = 0 
)
inline

Definition at line 82 of file Allocators.h.

template<int NUM_COMPONENTS>
void vtkToDax::vtkAlloc< vtkPoints, NUM_COMPONENTS >::deallocate ( pointer  p,
size_type   
)
inline

Definition at line 93 of file Allocators.h.


The documentation for this struct was generated from the following file: