libstdc++
__gnu_parallel::iterator_triple< Iterator1, Iterator2, Iterator3, IteratorCategory > Class Template Reference

List of all members.

Public Types

typedef std::iterator_traits
< Iterator1 >::difference_type 
difference_type
typedef IteratorCategory iterator_category
typedef typepointer
typedef typereference
typedef void value_type

Public Member Functions

 iterator_triple (const Iterator1 &_first, const Iterator2 &_second, const Iterator3 &_third)
 operator Iterator3 () const
type operator+ (difference_type delta) const
typeoperator++ ()
const type operator++ (int)
difference_type operator- (const type &other) const
typeoperator-- ()
const type operator-- (int)
typeoperator= (const type &other)

Public Attributes

Iterator1 first
Iterator2 second
Iterator3 third

Detailed Description

template<typename Iterator1, typename Iterator2, typename Iterator3, typename IteratorCategory>
class __gnu_parallel::iterator_triple< Iterator1, Iterator2, Iterator3, IteratorCategory >

A triple of iterators. The usual iterator operations are applied to all three child iterators.

Definition at line 119 of file iterator.h.


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