#include <winstl/memory/netapi_allocator.hpp>

| T | The value_type of the allocator |
Public Types | |
| typedef netapi_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 | |
| netapi_allocator () | |
| Default constructor. | |
| netapi_allocator (class_type const &) | |
| Copy constructor. | |
| typedef netapi_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.
| netapi_allocator | ( | ) | [inline] |
Default constructor.
| netapi_allocator | ( | class_type const & | ) | [inline] |
Copy constructor.
1.5.6