Trade equipment common library. 1.0.0
memProc3< T, P1, P2, P3 > Struct Template Reference
Inheritance diagram for memProc3< T, P1, P2, P3 >:
memProc

Public Types

enum  { arity =3 }
 
typedef void(T::* memProcPtr) (P1, P2, P3)
 
typedef LocVarType< P1 >::Type PL1
 
typedef LocVarType< P2 >::Type PL2
 
typedef LocVarType< P3 >::Type PL3
 

Public Member Functions

 memProc3 (T *pobj, memProcPtr pproc)
 
virtual int operator() (const QValueVector< QVariant > &parms, QString &err)
 
virtual int argc ()
 

Public Attributes

memProcPtr m_pproc
 
T * m_pobj
 

Member Function Documentation

◆ argc()

template<class T, class P1, class P2, class P3>
virtual int memProc3< T, P1, P2, P3 >::argc ( )
inlinevirtual

Reimplemented from memProc.

◆ operator()()

template<class T, class P1, class P2, class P3>
virtual int memProc3< T, P1, P2, P3 >::operator() ( const QValueVector< QVariant > & parms,
QString & err )
inlinevirtual

Reimplemented from memProc.


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