netapi_allocator Class Template Reference
[Memory Library]

#include <winstl/memory/netapi_allocator.hpp>

Inheritance diagram for netapi_allocator:

List of all members.


Detailed Description

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

STL Allocator based on the Windows Network Management ApiBuffer API.

Parameters:
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.

Member Typedef Documentation

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.


Constructor & Destructor Documentation

netapi_allocator (  )  [inline]

Default constructor.

netapi_allocator ( class_type const &   )  [inline]

Copy constructor.


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

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