Template Class DelegateFiveParam::MemFuncFiveParam

Nested Relationships

This class is a nested type of Template Class DelegateFiveParam.

Inheritance Relationships

Base Type

  • public ari::DelegateFiveParam< Treturn, Targ1, Targ2, Targ3, Targ4, Targ5 >::BaseFuncFiveParam

Class Documentation

template <class Tclass>
class MemFuncFiveParam : public ari::DelegateFiveParam<Treturn, Targ1, Targ2, Targ3, Targ4, Targ5>::BaseFuncFiveParam

Public Functions

ari::DelegateFiveParam< Treturn, Targ1, Targ2, Targ3, Targ4, Targ5 >::MemFuncFiveParam::MemFuncFiveParam(Tclass * _obj, Treturn(Tclass::*)(Targ1, Targ2, Targ3, Targ4, Targ5) _fun)
template<>
Treturn Call(Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Protected Attributes

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