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::const_deque_iterator< DequeType > Class Template Reference

#include <deque.h>

List of all members.

Public Types

typedef DequeType::value_type value_type
typedef DequeType::const_pointer pointer
typedef DequeType::const_pointer const_pointer
typedef DequeType::const_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

 const_deque_iterator ()
 const_deque_iterator (const deque_iterator< DequeType > &it)
difference_type operator- (const _Self &a) const
difference_type operator- (const iterator &a) const
_Self operator- (size_type op) const
_Self operator+ (size_type op) const
_Selfoperator-= (size_type op)
_Selfoperator+= (size_type op)
const_reference operator* () const
const_pointer operator-> () const
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 iterator &a) const
bool operator!= (const iterator &a) const
bool operator< (const iterator &a) const
bool operator> (const iterator &a) const
bool operator<= (const iterator &a) const
bool operator>= (const iterator &a) const

Private Types

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

Private Member Functions

 const_deque_iterator (const DequeType *Deque_, size_type Offset_)

Private Attributes

const DequeType * Deque
size_type Offset

Detailed Description

template<class DequeType>
class stxxl::const_deque_iterator< DequeType >

Definition at line 218 of file deque.h.


Member Typedef Documentation

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

Definition at line 220 of file deque.h.

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

Definition at line 237 of file deque.h.

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

Definition at line 233 of file deque.h.

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

Definition at line 235 of file deque.h.

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

Definition at line 242 of file deque.h.

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

Definition at line 236 of file deque.h.

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

Definition at line 241 of file deque.h.

template<class DequeType >
typedef DequeType::const_pointer stxxl::const_deque_iterator< DequeType >::pointer

Definition at line 232 of file deque.h.

template<class DequeType >
typedef DequeType::const_reference stxxl::const_deque_iterator< DequeType >::reference

Definition at line 234 of file deque.h.

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

Definition at line 221 of file deque.h.

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

Definition at line 231 of file deque.h.

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

Definition at line 222 of file deque.h.


Constructor & Destructor Documentation

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

Definition at line 226 of file deque.h.

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

Definition at line 244 of file deque.h.

template<class DequeType >
stxxl::const_deque_iterator< DequeType >::const_deque_iterator ( const deque_iterator< DequeType > &  it) [inline]

Definition at line 245 of file deque.h.


Member Function Documentation

template<class DequeType >
bool stxxl::const_deque_iterator< DequeType >::operator!= ( const _Self a) const [inline]
template<class DequeType >
bool stxxl::const_deque_iterator< DequeType >::operator!= ( const iterator a) const [inline]
template<class DequeType >
const_reference stxxl::const_deque_iterator< DequeType >::operator* ( ) const [inline]

Definition at line 291 of file deque.h.

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

Definition at line 274 of file deque.h.

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

Definition at line 306 of file deque.h.

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

Definition at line 311 of file deque.h.

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

Definition at line 285 of file deque.h.

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

Definition at line 249 of file deque.h.

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

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

Definition at line 259 of file deque.h.

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

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

Definition at line 269 of file deque.h.

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

Definition at line 317 of file deque.h.

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

Definition at line 322 of file deque.h.

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

Definition at line 279 of file deque.h.

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

Definition at line 296 of file deque.h.

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

Definition at line 339 of file deque.h.

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

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

Definition at line 371 of file deque.h.

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

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

Definition at line 350 of file deque.h.

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

Definition at line 382 of file deque.h.

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

Definition at line 345 of file deque.h.

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

Definition at line 377 of file deque.h.

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

Definition at line 355 of file deque.h.

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

Definition at line 387 of file deque.h.

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

Definition at line 301 of file deque.h.


Member Data Documentation

template<class DequeType >
const DequeType* stxxl::const_deque_iterator< DequeType >::Deque [private]
template<class DequeType >
size_type stxxl::const_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