Template Class DelegateFourParam::MemFuncFourParam

Nested Relationships

This class is a nested type of Template Class DelegateFourParam.

Inheritance Relationships

Base Type

  • public ari::DelegateFourParam< Treturn, Targ1, Targ2, Targ3, Targ4 >::BaseFuncFourParam

Class Documentation

template <class Tclass>
class MemFuncFourParam : public ari::DelegateFourParam<Treturn, Targ1, Targ2, Targ3, Targ4>::BaseFuncFourParam

Public Functions

ari::DelegateFourParam< Treturn, Targ1, Targ2, Targ3, Targ4 >::MemFuncFourParam::MemFuncFourParam(Tclass * _obj, Treturn(Tclass::*)(Targ1, Targ2, Targ3, Targ4) _fun)
template<>
Treturn Call(Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Protected Attributes

template<>
Tclass *m_pObj
template<>
template<>
Treturn (Tclass::*m_pFun)(Targ1, Targ2, Targ3, Targ4)