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 148 of file scmatrix.hxx.
|
inline |
Definition at line 153 of file scmatrix.hxx.
tRes ScMatrix::IterateResult< tRes >::maAccumulator |
Definition at line 150 of file scmatrix.hxx.
Referenced by IterateMatrix().
size_t ScMatrix::IterateResult< tRes >::mnCount |
Definition at line 151 of file scmatrix.hxx.
Referenced by IterateMatrix().