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

Public Member Functions | Private Attributes
concepts::CoeffIterator< F, F > Class Template Reference

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

#include <coeffIterator.hh>

List of all members.

Public Member Functions

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

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 44 of file coeffIterator.hh.


Constructor & Destructor Documentation

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

Definition at line 46 of file coeffIterator.hh.


Member Function Documentation

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

Definition at line 47 of file coeffIterator.hh.

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

Definition at line 48 of file coeffIterator.hh.


Member Data Documentation

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

Definition at line 50 of file coeffIterator.hh.


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

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