Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
std::_Deque_alloc_base< _Tp, _Alloc, true > Class Template Reference
#include <stl_deque.h>
List of all members.
Public Types
Public Methods
Protected Types
Protected Methods
Protected Attributes
template<class _Tp, class _Alloc> class std::_Deque_alloc_base< _Tp, _Alloc, true >
Member Typedef Documentation
typedef
_Alloc_traits
<_Tp,
_Alloc
>::allocator_type allocator_type
typedef
_Alloc_traits
<_Tp,
_Alloc
>::_Alloc_type _Node_alloc_type
[protected]
typedef
_Alloc_traits
<_Tp*,
_Alloc
>::_Alloc_type _Map_alloc_type
[protected]
Member Function Documentation
allocator_type
get_allocator (
) const
[inline]
_Deque_alloc_base (
const
allocator_type
& )
[inline]
_Tp * _M_allocate_node (
)
[inline, protected]
void _M_deallocate_node (
_Tp *
__p
)
[inline, protected]
_Tp ** _M_allocate_map (
size_t
__n
)
[inline, protected]
void _M_deallocate_map (
_Tp **
__p
,
size_t
__n
)
[inline, protected]
Member Data Documentation
_Tp** _M_map
[protected]
size_t _M_map_size
[protected]
The documentation for this class was generated from the following file:
stl_deque.h
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by
1.2.6 written by
Dimitri van Heesch
, © 1997-2001