Reference documentation for deal.II version 8.5.1
Public Types | List of all members
internal::BlockVectorIterators::Types< BlockVectorType, false > Struct Template Reference

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

Public Types

typedef BlockVectorType::BlockType Vector
 
typedef BlockVectorType BlockVector
 
typedef BlockVector::value_type value_type
 
typedef Vector::reference dereference_type
 

Detailed Description

template<class BlockVectorType>
struct internal::BlockVectorIterators::Types< BlockVectorType, false >

Declaration of a specialized template of a structure which is used to determine some types based on the template arguments of other classes.

This is for the use of non-const iterators.

Definition at line 132 of file block_vector_base.h.

Member Typedef Documentation

template<class BlockVectorType >
typedef BlockVectorType::BlockType internal::BlockVectorIterators::Types< BlockVectorType, false >::Vector

Type of the vector underlying the block vector used in non-const iterators. There, the vector must not be constant.

Definition at line 138 of file block_vector_base.h.

template<class BlockVectorType >
typedef BlockVectorType internal::BlockVectorIterators::Types< BlockVectorType, false >::BlockVector

Type of the block vector used in non-const iterators. There, the block vector must not be constant.

Definition at line 144 of file block_vector_base.h.

template<class BlockVectorType >
typedef BlockVector::value_type internal::BlockVectorIterators::Types< BlockVectorType, false >::value_type

Type of the numbers we point to. Here, they are not constant.

Definition at line 149 of file block_vector_base.h.

template<class BlockVectorType >
typedef Vector::reference internal::BlockVectorIterators::Types< BlockVectorType, false >::dereference_type

Typedef the result of a dereferencing operation for an iterator of the underlying iterator.

Definition at line 155 of file block_vector_base.h.


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