Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

allocator Class Template Reference

#include <defalloc.h>

List of all members.

Public Types


Public Methods

template<class _Tp> class allocator


Member Typedef Documentation

typedef _Tp value_type
 

typedef _Tp* pointer
 

typedef const _Tp* const_pointer
 

typedef _Tp& reference
 

typedef const _Tp& const_reference
 

typedef size_t size_type
 

typedef ptrdiff_t difference_type
 


Member Function Documentation

pointer allocate ( size_type __n ) [inline]
 

void deallocate ( pointer __p ) [inline]
 

pointer address ( reference __x ) [inline]
 

const_pointer const_address ( const_reference __x ) [inline]
 

size_type init_page_size ( ) [inline]
 

size_type max_size ( ) const [inline]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001