processheap_allocator Class Template Reference
[Memory Library]

#include <winstl/memory/processheap_allocator.hpp>

Inheritance diagram for processheap_allocator:

List of all members.


Detailed Description

template<typename T>
class winstl::processheap_allocator< T >

STL Allocator based on the Win32 process heap.

Parameters:
T The value_type of the allocator

Public Types

typedef processheap_allocator< T > class_type
 The parameterisation of the class.
typedef
parent_class_type::value_type 
value_type
 The value type.
typedef parent_class_type::pointer pointer
 The pointer type.
typedef
parent_class_type::const_pointer 
const_pointer
 The non-mutating (const) pointer type.
typedef
parent_class_type::reference 
reference
 The reference type.
typedef
parent_class_type::const_reference 
const_reference
 The non-mutating (const) reference type.
typedef
parent_class_type::difference_type 
difference_type
 The difference type.
typedef
parent_class_type::size_type 
size_type
 The size type.

Public Member Functions

Construction
 processheap_allocator () throw ()
 Default constructor.
 processheap_allocator (processheap_allocator const &) throw ()
 Copy constructor.
 ~processheap_allocator () throw ()
 Destructor.
class_typeoperator= (class_type const &)
 Copy assignment operator.

Member Typedef Documentation

typedef parent_class_type::value_type value_type

typedef parent_class_type::pointer pointer

typedef parent_class_type::const_pointer const_pointer

typedef parent_class_type::reference reference

typedef parent_class_type::const_reference const_reference

typedef parent_class_type::difference_type difference_type

typedef parent_class_type::size_type size_type


Constructor & Destructor Documentation

processheap_allocator (  )  throw () [inline]

Default constructor.

processheap_allocator ( processheap_allocator< T > const &   )  throw () [inline]

Copy constructor.

~processheap_allocator (  )  throw () [inline]

Destructor.


Member Function Documentation

class_type& operator= ( class_type const &   )  [inline]

Copy assignment operator.

Note:
This has to be provided, to avoid precipitating C4217 with Visual C++


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

Generated on Thu Jun 10 08:59:31 2010 for STLSoft by  doxygen 1.5.6