#include <mfcstl/memory/afx_allocator.hpp>

| T | The value_type of the allocator |
Public Types | |
| typedef afx_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 | |
| afx_allocator () throw () | |
| Default constructor. | |
| afx_allocator (class_type const &rhs) throw () | |
| Copy constructor. | |
| ~afx_allocator () throw () | |
| Destructor. | |
| class_type const & | operator= (class_type const &rhs) |
| typedef afx_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.
| afx_allocator | ( | ) | throw () [inline] |
Default constructor.
| afx_allocator | ( | class_type const & | rhs | ) | throw () [inline] |
Copy constructor.
| ~afx_allocator | ( | ) | throw () [inline] |
Destructor.
1.5.6