std::allocator< void > Class Template Reference

allocator<void> specialization. More...

#include <allocator.h>

List of all members.

Public Types

typedef size_t size_type
typedef ptrdiff_t difference_type
typedef void * pointer
typedef const void * const_pointer
typedef void value_type

Classes

struct  rebind


Detailed Description

template<>
class std::allocator< void >

allocator<void> specialization.

Definition at line 61 of file allocator.h.


Member Typedef Documentation

typedef const void* std::allocator< void >::const_pointer

Definition at line 67 of file allocator.h.

typedef ptrdiff_t std::allocator< void >::difference_type

Definition at line 65 of file allocator.h.

typedef void* std::allocator< void >::pointer

Definition at line 66 of file allocator.h.

typedef size_t std::allocator< void >::size_type

Definition at line 64 of file allocator.h.

typedef void std::allocator< void >::value_type

Definition at line 68 of file allocator.h.


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 16:58:52 2010 for GNU C++ STL by  doxygen 1.4.7