Iterator for an array of scalar coefficients. More...
#include <coeffIterator.hh>
Public Member Functions | |
| CoeffIterator (const F *data) | |
| const F * | operator++ (int) |
| const F * | operator++ () |
Private Attributes | |
| const F * | data_ |
Iterator for an array of scalar coefficients.
| F | Return type (type of the coefficients) |
Definition at line 44 of file coeffIterator.hh.
| concepts::CoeffIterator< F, F >::CoeffIterator | ( | const F * | data | ) | [inline] |
Definition at line 46 of file coeffIterator.hh.
| const F* concepts::CoeffIterator< F, F >::operator++ | ( | ) | [inline] |
Definition at line 47 of file coeffIterator.hh.
| const F* concepts::CoeffIterator< F, F >::operator++ | ( | int | ) | [inline] |
Definition at line 48 of file coeffIterator.hh.
const F* concepts::CoeffIterator< F, F >::data_ [private] |
Definition at line 50 of file coeffIterator.hh.