LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
sc::op::Op_< T, tRes > Struct Template Reference

#include <matrixoperators.hxx>

Public Member Functions

 Op_ (double InitVal, T aOp)
 
void operator() (tRes &rAccum, double fVal) const
 

Public Attributes

const double mInitVal
 
const T maOp
 

Detailed Description

template<typename T, typename tRes>
struct sc::op::Op_< T, tRes >

Definition at line 22 of file matrixoperators.hxx.

Constructor & Destructor Documentation

◆ Op_()

template<typename T , typename tRes >
sc::op::Op_< T, tRes >::Op_ ( double  InitVal,
aOp 
)
inline

Definition at line 26 of file matrixoperators.hxx.

Member Function Documentation

◆ operator()()

template<typename T , typename tRes >
void sc::op::Op_< T, tRes >::operator() ( tRes &  rAccum,
double  fVal 
) const
inline

Definition at line 30 of file matrixoperators.hxx.

References sc::op::Op_< T, tRes >::maOp.

Member Data Documentation

◆ maOp

template<typename T , typename tRes >
const T sc::op::Op_< T, tRes >::maOp

Definition at line 25 of file matrixoperators.hxx.

Referenced by sc::op::Op_< T, tRes >::operator()().

◆ mInitVal

template<typename T , typename tRes >
const double sc::op::Op_< T, tRes >::mInitVal

Definition at line 24 of file matrixoperators.hxx.


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