dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dune::Fem::__GhostDofMapper::ConstIterator< Index > Class Template Reference

#include <dune/fem/space/mapper/ghost.hh>

Inheritance diagram for Dune::Fem::__GhostDofMapper::ConstIterator< Index >:
Inheritance graph

Public Member Functions

 ConstIterator () noexcept=default
 
 ConstIterator (Index index) noexcept
 
Index operator* () const noexcept
 
Envelope< Index > operator-> () const noexcept
 
Index operator[] (Index n) const noexcept
 
bool operator== (const ThisType &other) const noexcept
 
bool operator!= (const ThisType &other) const noexcept
 
ThisTypeoperator++ () noexcept
 
ThisType operator++ (int) noexcept
 
ThisTypeoperator-- () noexcept
 
ThisType operator-- (int) noexcept
 
ThisTypeoperator+= (Index n) noexcept
 
ThisTypeoperator-= (Index n) noexcept
 
ThisType operator+ (Index n) const noexcept
 
ThisType operator- (Index n) const noexcept
 
Index operator- (const ThisType &other) const noexcept
 
bool operator< (const ThisType &other) const noexcept
 
bool operator<= (const ThisType &other) const noexcept
 
bool operator>= (const ThisType &other) const noexcept
 
bool operator> (const ThisType &other) const noexcept
 

Constructor & Destructor Documentation

◆ ConstIterator() [1/2]

template<class Index >
Dune::Fem::__GhostDofMapper::ConstIterator< Index >::ConstIterator ( )
defaultnoexcept

◆ ConstIterator() [2/2]

template<class Index >
Dune::Fem::__GhostDofMapper::ConstIterator< Index >::ConstIterator ( Index  index)
inlineexplicitnoexcept

Member Function Documentation

◆ operator!=()

template<class Index >
bool Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator!= ( const ThisType other) const
inlinenoexcept

◆ operator*()

template<class Index >
Index Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator* ( ) const
inlinenoexcept

◆ operator+()

template<class Index >
ThisType Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator+ ( Index  n) const
inlinenoexcept

◆ operator++() [1/2]

template<class Index >
ThisType & Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator++ ( )
inlinenoexcept

◆ operator++() [2/2]

template<class Index >
ThisType Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator++ ( int  )
inlinenoexcept

◆ operator+=()

template<class Index >
ThisType & Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator+= ( Index  n)
inlinenoexcept

◆ operator-() [1/2]

template<class Index >
Index Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator- ( const ThisType other) const
inlinenoexcept

◆ operator-() [2/2]

template<class Index >
ThisType Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator- ( Index  n) const
inlinenoexcept

◆ operator--() [1/2]

template<class Index >
ThisType & Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator-- ( )
inlinenoexcept

◆ operator--() [2/2]

template<class Index >
ThisType Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator-- ( int  )
inlinenoexcept

◆ operator-=()

template<class Index >
ThisType & Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator-= ( Index  n)
inlinenoexcept

◆ operator->()

template<class Index >
Envelope< Index > Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator-> ( ) const
inlinenoexcept

◆ operator<()

template<class Index >
bool Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator< ( const ThisType other) const
inlinenoexcept

◆ operator<=()

template<class Index >
bool Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator<= ( const ThisType other) const
inlinenoexcept

◆ operator==()

template<class Index >
bool Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator== ( const ThisType other) const
inlinenoexcept

◆ operator>()

template<class Index >
bool Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator> ( const ThisType other) const
inlinenoexcept

◆ operator>=()

template<class Index >
bool Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator>= ( const ThisType other) const
inlinenoexcept

◆ operator[]()

template<class Index >
Index Dune::Fem::__GhostDofMapper::ConstIterator< Index >::operator[] ( Index  n) const
inlinenoexcept

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