|
|
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.
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] |
|
template<class _Tp, class _Alloc> |
_Tp* std::simple_alloc< _Tp, _Alloc >::allocate |
( |
size_t |
__n |
) |
[inline, static] |
|
template<class _Tp, class _Alloc> |
void std::simple_alloc< _Tp, _Alloc >::deallocate |
( |
_Tp * |
__p |
) |
[inline, static] |
|
template<class _Tp, class _Alloc> |
void std::simple_alloc< _Tp, _Alloc >::deallocate |
( |
_Tp * |
__p, |
|
|
size_t |
__n |
|
) |
[inline, static] |
|
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
1.2.15
|