concepts::CoeffIterator< F, F > Class Template Reference

Iterator for an array of scalar coefficients. More...

#include <coeffIterator.hh>

Public Member Functions

 CoeffIterator (const F *data)
 
const F * operator++ ()
 
const F * operator++ (int)
 

Private Attributes

const F * data_
 

Detailed Description

template<typename F>
class concepts::CoeffIterator< F, F >

Iterator for an array of scalar coefficients.

Parameters
FReturn type (type of the coefficients)
Author
Philipp Frauenfelder, 2002

Definition at line 46 of file coeffIterator.hh.

Constructor & Destructor Documentation

◆ CoeffIterator()

template<typename F >
concepts::CoeffIterator< F, F >::CoeffIterator ( const F *  data)
inline

Definition at line 48 of file coeffIterator.hh.

Member Function Documentation

◆ operator++() [1/2]

template<typename F >
const F* concepts::CoeffIterator< F, F >::operator++ ( )
inline

Definition at line 49 of file coeffIterator.hh.

◆ operator++() [2/2]

template<typename F >
const F* concepts::CoeffIterator< F, F >::operator++ ( int  )
inline

Definition at line 50 of file coeffIterator.hh.

Member Data Documentation

◆ data_

template<typename F >
const F* concepts::CoeffIterator< F, F >::data_
private

Definition at line 52 of file coeffIterator.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich