Reference documentation for deal.II version 8.4.2
Public Member Functions | Private Attributes | List of all members
FilteredMatrix< VectorType >::const_iterator Class Reference

#include <deal.II/lac/filtered_matrix.h>

Public Member Functions

 const_iterator (const FilteredMatrix< VectorType > *matrix, const size_type index)
 
const_iteratoroperator++ ()
 
const_iteratoroperator++ (int)
 
const Accessoroperator* () const
 
const Accessoroperator-> () const
 
bool operator== (const const_iterator &) const
 
bool operator!= (const const_iterator &) const
 
bool operator< (const const_iterator &) const
 
bool operator> (const const_iterator &) const
 

Private Attributes

Accessor accessor
 

Detailed Description

template<typename VectorType>
class FilteredMatrix< VectorType >::const_iterator

Standard-conforming iterator.

Definition at line 257 of file filtered_matrix.h.

Constructor & Destructor Documentation

§ const_iterator()

template<typename VectorType >
FilteredMatrix< VectorType >::const_iterator::const_iterator ( const FilteredMatrix< VectorType > *  matrix,
const size_type  index 
)
inline

Constructor.

Definition at line 612 of file filtered_matrix.h.

Member Function Documentation

§ operator++() [1/2]

template<typename VectorType >
FilteredMatrix< VectorType >::const_iterator & FilteredMatrix< VectorType >::const_iterator::operator++ ( )
inline

Prefix increment.

Definition at line 623 of file filtered_matrix.h.

§ operator++() [2/2]

template<typename VectorType>
const_iterator& FilteredMatrix< VectorType >::const_iterator::operator++ ( int  )

Postfix increment.

§ operator*()

template<typename number >
const FilteredMatrix< number >::Accessor & FilteredMatrix< number >::const_iterator::operator* ( ) const
inline

Dereferencing operator.

Definition at line 633 of file filtered_matrix.h.

§ operator->()

template<typename number >
const FilteredMatrix< number >::Accessor * FilteredMatrix< number >::const_iterator::operator-> ( ) const
inline

Dereferencing operator.

Definition at line 642 of file filtered_matrix.h.

§ operator==()

template<typename number >
bool FilteredMatrix< number >::const_iterator::operator== ( const const_iterator other) const
inline

Comparison. True, if both iterators point to the same matrix position.

Definition at line 652 of file filtered_matrix.h.

§ operator!=()

template<typename number >
bool FilteredMatrix< number >::const_iterator::operator!= ( const const_iterator other) const
inline

Inverse of ==.

Definition at line 663 of file filtered_matrix.h.

§ operator<()

template<typename VectorType>
bool FilteredMatrix< VectorType >::const_iterator::operator< ( const const_iterator ) const

Comparison operator. Result is true if either the first row number is smaller or if the row numbers are equal and the first index is smaller.

§ operator>()

template<typename VectorType>
bool FilteredMatrix< VectorType >::const_iterator::operator> ( const const_iterator ) const

Comparison operator. Compares just the other way around than the operator above.

Member Data Documentation

§ accessor

template<typename VectorType>
Accessor FilteredMatrix< VectorType >::const_iterator::accessor
private

Store an object of the accessor class.

Definition at line 311 of file filtered_matrix.h.


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