_DequeIteCast< _StorageT, _ValueT > Struct Template Reference

#include <_deque.h>

List of all members.

Public Types

typedef _Deque_iterator< _ValueT,
_Nonconst_traits< _ValueT > > 
iterator
typedef _Deque_iterator< _ValueT,
_Const_traits< _ValueT > > 
const_iterator
typedef _Deque_iterator< _StorageT,
_Nonconst_traits< _StorageT > > 
storage_iterator
typedef _Deque_iterator< _StorageT,
_Const_traits< _StorageT > > 
const_storage_iterator
typedef _CastTraits< _StorageT,
_ValueT > 
cast_traits

Static Public Member Functions

static iterator to_value_type_ite (storage_iterator const &__ite)
static storage_iterator to_storage_type_ite (iterator const &__ite)
static const_iterator to_value_type_cite (const_storage_iterator const &__ite)
static const_storage_iterator to_storage_type_cite (const_iterator const &__ite)


Detailed Description

template<class _StorageT, class _ValueT>
struct _DequeIteCast< _StorageT, _ValueT >

Definition at line 34 of file _deque.h.


Member Typedef Documentation

template<class _StorageT, class _ValueT>
typedef _Deque_iterator<_ValueT, _Nonconst_traits<_ValueT> > _DequeIteCast< _StorageT, _ValueT >::iterator

Definition at line 35 of file _deque.h.

template<class _StorageT, class _ValueT>
typedef _Deque_iterator<_ValueT, _Const_traits<_ValueT> > _DequeIteCast< _StorageT, _ValueT >::const_iterator

Definition at line 36 of file _deque.h.

template<class _StorageT, class _ValueT>
typedef _Deque_iterator<_StorageT, _Nonconst_traits<_StorageT> > _DequeIteCast< _StorageT, _ValueT >::storage_iterator

Definition at line 37 of file _deque.h.

template<class _StorageT, class _ValueT>
typedef _Deque_iterator<_StorageT, _Const_traits<_StorageT> > _DequeIteCast< _StorageT, _ValueT >::const_storage_iterator

Definition at line 38 of file _deque.h.

template<class _StorageT, class _ValueT>
typedef _CastTraits<_StorageT, _ValueT> _DequeIteCast< _StorageT, _ValueT >::cast_traits

Definition at line 39 of file _deque.h.


Member Function Documentation


The documentation for this struct was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/pointers/_deque.h



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