Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk_simple_alloc< T, Alloc > Class Template Reference

#include <itk_alloc.h>

List of all members.

Public Types

typedef Alloc::value_type alloc_value_type
typedef T value_type
enum  { chunk = sizeof(value_type)/sizeof(alloc_value_type)+(sizeof(value_type)sizeof(alloc_value_type)>0) }

Static Public Member Functions

value_typeallocate (vcl_size_t n)
value_typeallocate (void)
void deallocate (value_type *p, vcl_size_t n)
void deallocate (value_type *p)

template<class T, class Alloc>
class itk_simple_alloc< T, Alloc >


Member Typedef Documentation

template<class T, class Alloc>
typedef Alloc::value_type itk_simple_alloc< T, Alloc >::alloc_value_type
 

Definition at line 25 of file itk_alloc.h.

template<class T, class Alloc>
typedef T itk_simple_alloc< T, Alloc >::value_type
 

Definition at line 26 of file itk_alloc.h.

Referenced by itk_simple_alloc< T, Alloc >::allocate(), and itk_simple_alloc< T, Alloc >::deallocate().


Member Enumeration Documentation

template<class T, class Alloc>
anonymous enum
 

Enumeration values:
chunk 
Definition at line 29 of file itk_alloc.h.


Member Function Documentation

template<class T, class Alloc>
value_type* itk_simple_alloc< T, Alloc >::allocate void   )  [inline, static]
 

Definition at line 39 of file itk_alloc.h.

References itk_simple_alloc< T, Alloc >::chunk, and itk_simple_alloc< T, Alloc >::value_type.

template<class T, class Alloc>
value_type* itk_simple_alloc< T, Alloc >::allocate vcl_size_t  n  )  [inline, static]
 

Definition at line 37 of file itk_alloc.h.

References itk_simple_alloc< T, Alloc >::chunk, and itk_simple_alloc< T, Alloc >::value_type.

template<class T, class Alloc>
void itk_simple_alloc< T, Alloc >::deallocate value_type p  )  [inline, static]
 

Definition at line 43 of file itk_alloc.h.

References itk_simple_alloc< T, Alloc >::chunk, and itk_simple_alloc< T, Alloc >::value_type.

template<class T, class Alloc>
void itk_simple_alloc< T, Alloc >::deallocate value_type p,
vcl_size_t  n
[inline, static]
 

Definition at line 41 of file itk_alloc.h.

References itk_simple_alloc< T, Alloc >::chunk, and itk_simple_alloc< T, Alloc >::value_type.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:48:25 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000