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

std::simple_alloc Class Template Reference

#include <stl_alloc.h>

List of all members.

Static Public Methods

_Tp* allocate (size_t __n)
_Tp* allocate (void)
void deallocate (_Tp *__p, size_t __n)
void deallocate (_Tp *__p)

template<class _Tp, class _Alloc> class std::simple_alloc


Member Function Documentation

template<class _Tp, class _Alloc>
_Tp* std::simple_alloc<_Tp, _Alloc>::allocate ( void ) [inline, static]
 

Definition at line 156 of file stl_alloc.h.

template<class _Tp, class _Alloc>
_Tp* std::simple_alloc<_Tp, _Alloc>::allocate ( size_t __n ) [inline, static]
 

Definition at line 154 of file stl_alloc.h.

template<class _Tp, class _Alloc>
void std::simple_alloc<_Tp, _Alloc>::deallocate ( _Tp * __p ) [inline, static]
 

Definition at line 160 of file stl_alloc.h.

template<class _Tp, class _Alloc>
void std::simple_alloc<_Tp, _Alloc>::deallocate ( _Tp * __p,
size_t __n ) [inline, static]
 

Definition at line 158 of file stl_alloc.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:30 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001