STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | List of all members
_Deque_base_types< _Ty, _Alloc0 > Struct Template Reference

Public Types

typedef _Alloc0 _Alloc
 
typedef _Deque_base_types< _Ty, _Alloc_Myt
 
typedef _Wrap_alloc< _Alloc_Alty0
 
typedef _Alty0::template rebind< _Ty >::other _Alty
 
typedef _Alty::pointer _Tptr
 
typedef _Alty::template rebind< _Tptr >::other _Alpty
 
typedef _Alpty::pointer _Mapptr
 
typedef _If< _Is_simple_alloc< _Alty >::value, _Deque_simple_types< typename _Alty::value_type >, _Deque_iter_types< typename _Alty::value_type, typename _Alty::size_type, typename _Alty::difference_type, typename _Alty::pointer, typename _Alty::const_pointer, typename _Alty::reference, typename _Alty::const_reference, _Mapptr > >::type _Val_types
 

Member Typedef Documentation

template<class _Ty , class _Alloc0 >
typedef _Alloc0 _Deque_base_types< _Ty, _Alloc0 >::_Alloc
template<class _Ty , class _Alloc0 >
typedef _Alty::template rebind<_Tptr>::other _Deque_base_types< _Ty, _Alloc0 >::_Alpty
template<class _Ty , class _Alloc0 >
typedef _Alty0::template rebind<_Ty>::other _Deque_base_types< _Ty, _Alloc0 >::_Alty
template<class _Ty , class _Alloc0 >
typedef _Wrap_alloc<_Alloc> _Deque_base_types< _Ty, _Alloc0 >::_Alty0
template<class _Ty , class _Alloc0 >
typedef _Alpty::pointer _Deque_base_types< _Ty, _Alloc0 >::_Mapptr
template<class _Ty , class _Alloc0 >
typedef _Deque_base_types<_Ty, _Alloc> _Deque_base_types< _Ty, _Alloc0 >::_Myt
template<class _Ty , class _Alloc0 >
typedef _Alty::pointer _Deque_base_types< _Ty, _Alloc0 >::_Tptr
template<class _Ty , class _Alloc0 >
typedef _If<_Is_simple_alloc<_Alty>::value, _Deque_simple_types<typename _Alty::value_type>, _Deque_iter_types<typename _Alty::value_type, typename _Alty::size_type, typename _Alty::difference_type, typename _Alty::pointer, typename _Alty::const_pointer, typename _Alty::reference, typename _Alty::const_reference, _Mapptr> >::type _Deque_base_types< _Ty, _Alloc0 >::_Val_types

The documentation for this struct was generated from the following file: