Classes | Public Member Functions | Private Attributes

PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator Class Reference

List of all members.

Classes

class  Accessor

Public Member Functions

 const_iterator (const PreconditionBlockJacobi< MATRIX, inverse_type > *matrix, const unsigned int row)
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

Private Attributes

Accessor accessor

Detailed Description

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
class PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator

STL conforming iterator.

Definition at line 473 of file precondition_block.h.


Constructor & Destructor Documentation

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator::const_iterator ( const PreconditionBlockJacobi< MATRIX, inverse_type > *  matrix,
const unsigned int  row 
)

Constructor.


Member Function Documentation

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
const_iterator& PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator::operator++ (  )

Prefix increment.

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
const_iterator& PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator::operator++ ( int   )

Postfix increment.

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
const Accessor& PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator::operator* (  ) const

Dereferencing operator.

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
const Accessor* PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator::operator-> (  ) const

Dereferencing operator.

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
bool PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator::operator== ( const const_iterator  ) const

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

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
bool PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator::operator!= ( const const_iterator  ) const

Inverse of ==.

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
bool PreconditionBlockJacobi< MATRIX, inverse_type >::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.


Member Data Documentation

template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
Accessor PreconditionBlockJacobi< MATRIX, inverse_type >::const_iterator::accessor [private]

Store an object of the accessor class.

Definition at line 599 of file precondition_block.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:04:10 by doxygen 1.7.2