Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes
stxxl::deque_iterator< DequeType > Class Template Reference

#include <deque.h>

List of all members.

Public Types

typedef DequeType::value_type value_type
typedef DequeType::pointer pointer
typedef DequeType::const_pointer const_pointer
typedef DequeType::reference reference
typedef DequeType::const_reference const_reference
typedef deque_iterator< DequeType > iterator
typedef const_deque_iterator
< DequeType > 
const_iterator
typedef
std::random_access_iterator_tag 
iterator_category
typedef DequeType::difference_type difference_type

Public Member Functions

 deque_iterator ()
difference_type operator- (const _Self &a) const
difference_type operator- (const const_iterator &a) const
_Self operator- (size_type op) const
_Self operator+ (size_type op) const
_Selfoperator-= (size_type op)
_Selfoperator+= (size_type op)
reference operator* ()
pointer operator-> ()
const_reference operator* () const
const_pointer operator-> () const
reference operator[] (size_type op)
const_reference operator[] (size_type op) const
_Selfoperator++ ()
_Self operator++ (int)
_Selfoperator-- ()
_Self operator-- (int)
bool operator== (const _Self &a) const
bool operator!= (const _Self &a) const
bool operator< (const _Self &a) const
bool operator> (const _Self &a) const
bool operator<= (const _Self &a) const
bool operator>= (const _Self &a) const
bool operator== (const const_iterator &a) const
bool operator!= (const const_iterator &a) const
bool operator< (const const_iterator &a) const
bool operator> (const const_iterator &a) const
bool operator<= (const const_iterator &a) const
bool operator>= (const const_iterator &a) const

Private Types

typedef DequeType::size_type size_type
typedef DequeType::vector_type vector_type
typedef deque_iterator< DequeType > _Self

Private Member Functions

 deque_iterator (DequeType *Deque_, size_type Offset_)

Private Attributes

DequeType * Deque
size_type Offset

Detailed Description

template<class DequeType>
class stxxl::deque_iterator< DequeType >

Definition at line 30 of file deque.h.


Member Typedef Documentation

template<class DequeType>
typedef deque_iterator<DequeType> stxxl::deque_iterator< DequeType >::_Self [private]

Definition at line 34 of file deque.h.

template<class DequeType>
typedef const_deque_iterator<DequeType> stxxl::deque_iterator< DequeType >::const_iterator

Definition at line 51 of file deque.h.

template<class DequeType>
typedef DequeType::const_pointer stxxl::deque_iterator< DequeType >::const_pointer

Definition at line 47 of file deque.h.

template<class DequeType>
typedef DequeType::const_reference stxxl::deque_iterator< DequeType >::const_reference

Definition at line 49 of file deque.h.

template<class DequeType>
typedef DequeType::difference_type stxxl::deque_iterator< DequeType >::difference_type

Definition at line 54 of file deque.h.

template<class DequeType>
typedef deque_iterator<DequeType> stxxl::deque_iterator< DequeType >::iterator

Definition at line 50 of file deque.h.

template<class DequeType>
typedef std::random_access_iterator_tag stxxl::deque_iterator< DequeType >::iterator_category

Definition at line 53 of file deque.h.

template<class DequeType>
typedef DequeType::pointer stxxl::deque_iterator< DequeType >::pointer

Definition at line 46 of file deque.h.

template<class DequeType>
typedef DequeType::reference stxxl::deque_iterator< DequeType >::reference

Definition at line 48 of file deque.h.

template<class DequeType>
typedef DequeType::size_type stxxl::deque_iterator< DequeType >::size_type [private]

Definition at line 32 of file deque.h.

template<class DequeType>
typedef DequeType::value_type stxxl::deque_iterator< DequeType >::value_type

Definition at line 45 of file deque.h.

template<class DequeType>
typedef DequeType::vector_type stxxl::deque_iterator< DequeType >::vector_type [private]

Definition at line 33 of file deque.h.


Constructor & Destructor Documentation

template<class DequeType>
stxxl::deque_iterator< DequeType >::deque_iterator ( DequeType *  Deque_,
size_type  Offset_ 
) [inline, private]

Definition at line 38 of file deque.h.

template<class DequeType>
stxxl::deque_iterator< DequeType >::deque_iterator ( ) [inline]

Definition at line 56 of file deque.h.


Member Function Documentation

template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator!= ( const _Self a) const [inline]
template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator!= ( const const_iterator a) const [inline]
template<class DequeType>
reference stxxl::deque_iterator< DequeType >::operator* ( ) [inline]

Definition at line 100 of file deque.h.

template<class DequeType>
const_reference stxxl::deque_iterator< DequeType >::operator* ( ) const [inline]

Definition at line 110 of file deque.h.

template<class DequeType>
_Self stxxl::deque_iterator< DequeType >::operator+ ( size_type  op) const [inline]

Definition at line 83 of file deque.h.

template<class DequeType>
_Self& stxxl::deque_iterator< DequeType >::operator++ ( ) [inline]

Definition at line 130 of file deque.h.

template<class DequeType>
_Self stxxl::deque_iterator< DequeType >::operator++ ( int  ) [inline]

Definition at line 135 of file deque.h.

template<class DequeType>
_Self& stxxl::deque_iterator< DequeType >::operator+= ( size_type  op) [inline]

Definition at line 94 of file deque.h.

template<class DequeType>
difference_type stxxl::deque_iterator< DequeType >::operator- ( const _Self a) const [inline]

Definition at line 58 of file deque.h.

References stxxl::deque_iterator< DequeType >::Offset.

template<class DequeType>
difference_type stxxl::deque_iterator< DequeType >::operator- ( const const_iterator a) const [inline]

Definition at line 68 of file deque.h.

References stxxl::const_deque_iterator< DequeType >::Offset.

template<class DequeType>
_Self stxxl::deque_iterator< DequeType >::operator- ( size_type  op) const [inline]

Definition at line 78 of file deque.h.

template<class DequeType>
_Self& stxxl::deque_iterator< DequeType >::operator-- ( ) [inline]

Definition at line 141 of file deque.h.

template<class DequeType>
_Self stxxl::deque_iterator< DequeType >::operator-- ( int  ) [inline]

Definition at line 146 of file deque.h.

template<class DequeType>
_Self& stxxl::deque_iterator< DequeType >::operator-= ( size_type  op) [inline]

Definition at line 88 of file deque.h.

template<class DequeType>
pointer stxxl::deque_iterator< DequeType >::operator-> ( ) [inline]

Definition at line 105 of file deque.h.

template<class DequeType>
const_pointer stxxl::deque_iterator< DequeType >::operator-> ( ) const [inline]

Definition at line 115 of file deque.h.

template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator< ( const _Self a) const [inline]

Definition at line 163 of file deque.h.

References stxxl::deque_iterator< DequeType >::Deque.

template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator< ( const const_iterator a) const [inline]

Definition at line 195 of file deque.h.

References stxxl::const_deque_iterator< DequeType >::Deque.

template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator<= ( const _Self a) const [inline]

Definition at line 174 of file deque.h.

template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator<= ( const const_iterator a) const [inline]

Definition at line 206 of file deque.h.

template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator== ( const _Self a) const [inline]
template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator== ( const const_iterator a) const [inline]
template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator> ( const _Self a) const [inline]

Definition at line 169 of file deque.h.

template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator> ( const const_iterator a) const [inline]

Definition at line 201 of file deque.h.

template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator>= ( const _Self a) const [inline]

Definition at line 179 of file deque.h.

template<class DequeType>
bool stxxl::deque_iterator< DequeType >::operator>= ( const const_iterator a) const [inline]

Definition at line 211 of file deque.h.

template<class DequeType>
reference stxxl::deque_iterator< DequeType >::operator[] ( size_type  op) [inline]

Definition at line 120 of file deque.h.

template<class DequeType>
const_reference stxxl::deque_iterator< DequeType >::operator[] ( size_type  op) const [inline]

Definition at line 125 of file deque.h.


Member Data Documentation

template<class DequeType>
DequeType* stxxl::deque_iterator< DequeType >::Deque [private]
template<class DequeType>
size_type stxxl::deque_iterator< DequeType >::Offset [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines