std::allocator< Type > Class Template Reference

The "standard" allocator, as per [20.4]. More...

#include <allocator.h>

List of all members.

Public Types

typedef size_t size_type
typedef ptrdiff_t difference_type
typedef Type * pointer
typedef const Type * const_pointer
typedef Type & reference
typedef const Type & const_reference
typedef Type value_type

Public Member Functions

 allocator () throw ()
 allocator (const allocator &a) throw ()
template<typename Type1>
 allocator (const allocator< Type1 > &) throw ()
 ~allocator () throw ()

Classes

struct  rebind


Detailed Description

template<typename Type>
class std::allocator< Type >

The "standard" allocator, as per [20.4].

(See allocators info for more.)

Definition at line 80 of file allocator.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 16 10:42:36 2006 for libstdc++-v3 Source by  doxygen 1.4.6