__debug_alloc< _Alloc > Class Template Reference

#include <_alloc.h>

List of all members.

Public Types

typedef _Alloc __allocator_type
typedef _Alloc::value_type value_type

Public Member Functions

 __debug_alloc ()
 ~__debug_alloc ()

Static Public Member Functions

static void *_STLP_CALL allocate (size_t)
static void _STLP_CALL deallocate (void *, size_t)

Classes

struct  __alloc_header


Detailed Description

template<class _Alloc>
class __debug_alloc< _Alloc >

Definition at line 143 of file _alloc.h.


Member Typedef Documentation

template<class _Alloc>
typedef _Alloc __debug_alloc< _Alloc >::__allocator_type

Definition at line 145 of file _alloc.h.

template<class _Alloc>
typedef _Alloc::value_type __debug_alloc< _Alloc >::value_type

Definition at line 146 of file _alloc.h.


Constructor & Destructor Documentation

template<class _Alloc>
__debug_alloc< _Alloc >::__debug_alloc (  )  [inline]

Definition at line 175 of file _alloc.h.

template<class _Alloc>
__debug_alloc< _Alloc >::~__debug_alloc (  )  [inline]

Definition at line 176 of file _alloc.h.


Member Function Documentation

template<class _Alloc>
_STLP_BEGIN_NAMESPACE void *_STLP_CALL __debug_alloc< _Alloc >::allocate ( size_t   )  [static]

Definition at line 38 of file _alloc.c.

References _STLP_UINT32_T.

template<class _Alloc>
void _STLP_CALL __debug_alloc< _Alloc >::deallocate ( void *  ,
size_t   
) [static]

Definition at line 56 of file _alloc.c.

References _STLP_END_NAMESPACE, and _STLP_VERBOSE_ASSERT.


The documentation for this class was generated from the following files:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_alloc.h
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_alloc.c



Generated on Mon Mar 10 15:32:53 2008 by  doxygen 1.5.1