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

Public Types

typedef _Alloc0 _Alloc
 
typedef _Vec_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 _If< _Is_simple_alloc< _Alty >::value, _Simple_types< typename _Alty::value_type >, _Vec_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 > >::type _Val_types
 

Member Typedef Documentation

template<class _Ty, class _Alloc0>
typedef _Alloc0 _Vec_base_types< _Ty, _Alloc0 >::_Alloc
template<class _Ty, class _Alloc0>
typedef _Alty::template rebind<_Tptr>::other _Vec_base_types< _Ty, _Alloc0 >::_Alpty
template<class _Ty, class _Alloc0>
typedef _Alty0::template rebind<_Ty>::other _Vec_base_types< _Ty, _Alloc0 >::_Alty
template<class _Ty, class _Alloc0>
typedef _Wrap_alloc<_Alloc> _Vec_base_types< _Ty, _Alloc0 >::_Alty0
template<class _Ty, class _Alloc0>
typedef _Vec_base_types<_Ty, _Alloc> _Vec_base_types< _Ty, _Alloc0 >::_Myt
template<class _Ty, class _Alloc0>
typedef _Alty::pointer _Vec_base_types< _Ty, _Alloc0 >::_Tptr
template<class _Ty, class _Alloc0>
typedef _If<_Is_simple_alloc<_Alty>::value, _Simple_types<typename _Alty::value_type>, _Vec_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> >::type _Vec_base_types< _Ty, _Alloc0 >::_Val_types

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