LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScMatrix::IterateResult< tRes > Struct Template Reference

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
 

Detailed Description

template<typename tRes>
struct ScMatrix::IterateResult< tRes >

Iterator for executing one operation with the matrix data.

Definition at line 148 of file scmatrix.hxx.

Constructor & Destructor Documentation

◆ IterateResult()

template<typename tRes >
ScMatrix::IterateResult< tRes >::IterateResult ( tRes  fAccumulator,
size_t  nCount 
)
inline

Definition at line 153 of file scmatrix.hxx.

References mnCount, and nCount.

Member Data Documentation

◆ maAccumulator

template<typename tRes >
tRes ScMatrix::IterateResult< tRes >::maAccumulator

Definition at line 150 of file scmatrix.hxx.

Referenced by IterateMatrix().

◆ mnCount

template<typename tRes >
size_t ScMatrix::IterateResult< tRes >::mnCount

Definition at line 151 of file scmatrix.hxx.

Referenced by IterateMatrix().


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