Whole document tree
    

Whole document tree

Templatestd::simple_alloc class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::simple_alloc< _Tp, _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< _Tp, _Alloc >


Member Function Documentation

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

Definition at line 185 of file stl_alloc.h.

References allocate().

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

Definition at line 183 of file stl_alloc.h.

References allocate().

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

Definition at line 189 of file stl_alloc.h.

References deallocate().

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

Definition at line 187 of file stl_alloc.h.

References deallocate().


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:19:33 2002 for libstdc++-v3 Source by doxygen1.2.15