Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types
concepts::_SubMatrix_iterator< F, _Ref, _Ptr >::MatrixType< F_, const F::type &, const F::type * > Struct Template Reference

Constant matrix for constant iterator. More...

#include <subMatrixIterator.hh>

List of all members.

Public Types

typedef F_::const_iterator iterator
typedef const SubMatrixN< F_ > type

Detailed Description

template<class F, class _Ref, class _Ptr>
template<class F_>
struct concepts::_SubMatrix_iterator< F, _Ref, _Ptr >::MatrixType< F_, const F::type &, const F::type * >

Constant matrix for constant iterator.

Definition at line 149 of file subMatrixIterator.hh.


Member Typedef Documentation

template<class F, class _Ref, class _Ptr>
template<class F_ >
typedef F_::const_iterator concepts::_SubMatrix_iterator< F, _Ref, _Ptr >::MatrixType< F_, const F::type &, const F::type * >::iterator

Definition at line 153 of file subMatrixIterator.hh.

template<class F, class _Ref, class _Ptr>
template<class F_ >
typedef const SubMatrixN<F_> concepts::_SubMatrix_iterator< F, _Ref, _Ptr >::MatrixType< F_, const F::type &, const F::type * >::type

Definition at line 152 of file subMatrixIterator.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)