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
-
F Return type (type of the coefficients)
Definition at line 46 of file coeffIterator.hh.
Constructor & Destructor Documentation
◆ CoeffIterator()
template<typename F >
|
inline |
Definition at line 48 of file coeffIterator.hh.
Member Function Documentation
◆ operator++() [1/2]
template<typename F >
|
inline |
Definition at line 49 of file coeffIterator.hh.
◆ operator++() [2/2]
template<typename F >
|
inline |
Definition at line 50 of file coeffIterator.hh.
Member Data Documentation
◆ data_
template<typename F >
|
private |
Definition at line 52 of file coeffIterator.hh.
The documentation for this class was generated from the following file:
- toolbox/coeffIterator.hh