Dune Core Modules (2.6.0)

Dune::CollectiveIterator< T, A >::iterator Class Reference

Iterator over the valid underlying iterators. More...

#include <dune/common/parallel/remoteindices.hh>

Public Member Functions

 iterator (const RealIterator &iter, const ConstRealIterator &end, GlobalIndex &index)
 
 iterator (const iterator &other)
 
iteratoroperator++ ()
 
const RemoteIndexoperator* () const
 
int process () const
 
const RemoteIndexoperator-> () const
 
bool operator== (const iterator &other)
 
bool operator!= (const iterator &other)
 

Detailed Description

template<class T, class A>
class Dune::CollectiveIterator< T, A >::iterator

Iterator over the valid underlying iterators.

An iterator is valid if it points to a remote index whose global id is equal to the one currently examined.

Constructor & Destructor Documentation

◆ iterator() [1/2]

template<class T , class A >
Dune::CollectiveIterator< T, A >::iterator::iterator ( const RealIterator &  iter,
const ConstRealIterator &  end,
GlobalIndex &  index 
)
inline
Todo:
Please doc me!

◆ iterator() [2/2]

template<class T , class A >
Dune::CollectiveIterator< T, A >::iterator::iterator ( const iterator other)
inline
Todo:
Please doc me!

Member Function Documentation

◆ operator!=()

template<class T , class A >
bool Dune::CollectiveIterator< T, A >::iterator::operator!= ( const iterator other)
inline
Todo:
Please doc me!

◆ operator*()

template<class T , class A >
const RemoteIndex& Dune::CollectiveIterator< T, A >::iterator::operator* ( ) const
inline
Todo:
Please doc me!

◆ operator++()

template<class T , class A >
iterator& Dune::CollectiveIterator< T, A >::iterator::operator++ ( )
inline
Todo:
Please doc me!

◆ operator->()

template<class T , class A >
const RemoteIndex* Dune::CollectiveIterator< T, A >::iterator::operator-> ( ) const
inline
Todo:
Please doc me!

◆ operator==()

template<class T , class A >
bool Dune::CollectiveIterator< T, A >::iterator::operator== ( const iterator other)
inline
Todo:
Please doc me!

◆ process()

template<class T , class A >
int Dune::CollectiveIterator< T, A >::iterator::process ( ) const
inline
Todo:
Please doc me!

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 21, 22:30, 2024)