LibreOffice Module sc (master)
1
|
Iterator for executing one operation with the matrix data. More...
#include <scmatrix.hxx>
Public Member Functions | |
IterateResult (tRes fAccumulator, size_t nCount) | |
Public Attributes | |
tRes | maAccumulator |
size_t | mnCount |
Iterator for executing one operation with the matrix data.
Definition at line 159 of file scmatrix.hxx.
|
inline |
Definition at line 164 of file scmatrix.hxx.
tRes ScMatrix::IterateResult< tRes >::maAccumulator |
Definition at line 161 of file scmatrix.hxx.
Referenced by IterateMatrix().
size_t ScMatrix::IterateResult< tRes >::mnCount |
Definition at line 162 of file scmatrix.hxx.
Referenced by IterateMatrix().