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

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

#include <coeffIterator.hh>

Public Member Functions

 CoeffIterator (const Point< F, dim > *data, int i=0)
 Constructor. More...
 
const F * data ()
 Returns the current value. More...
 
const F * operator++ ()
 Prefix increment operator. More...
 
const F * operator++ (int)
 Postfix increment operator. More...
 

Private Attributes

const Point< F, dim > * data_
 Data. More...
 
const int i_
 Component. More...
 

Detailed Description

template<typename F, uint dim>
class concepts::CoeffIterator< F, Point< F, dim > >

Iterator for an array of vector coefficients.

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

Definition at line 61 of file coeffIterator.hh.

Constructor & Destructor Documentation

◆ CoeffIterator()

template<typename F , uint dim>
concepts::CoeffIterator< F, Point< F, dim > >::CoeffIterator ( const Point< F, dim > *  data,
int  i = 0 
)
inline

Constructor.

Definition at line 65 of file coeffIterator.hh.

Member Function Documentation

◆ data()

template<typename F , uint dim>
const F * concepts::CoeffIterator< F, Point< F, dim > >::data
inline

Returns the current value.

Definition at line 97 of file coeffIterator.hh.

◆ operator++() [1/2]

template<typename F , uint dim>
const F * concepts::CoeffIterator< F, Point< F, dim > >::operator++
inline

Prefix increment operator.

Definition at line 80 of file coeffIterator.hh.

◆ operator++() [2/2]

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

Postfix increment operator.

Definition at line 89 of file coeffIterator.hh.

Member Data Documentation

◆ data_

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

Data.

Definition at line 74 of file coeffIterator.hh.

◆ i_

template<typename F , uint dim>
const int concepts::CoeffIterator< F, Point< F, dim > >::i_
private

Component.

Definition at line 76 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