Template Class DelegateThreeParam::MemFuncThreeParam

Nested Relationships

This class is a nested type of Template Class DelegateThreeParam.

Inheritance Relationships

Base Type

  • public ari::DelegateThreeParam< Treturn, Targ1, Targ2, Targ3 >::BaseFuncThreeParam

Class Documentation

template <class Tclass>
class MemFuncThreeParam : public ari::DelegateThreeParam<Treturn, Targ1, Targ2, Targ3>::BaseFuncThreeParam

Public Functions

ari::DelegateThreeParam< Treturn, Targ1, Targ2, Targ3 >::MemFuncThreeParam::MemFuncThreeParam(Tclass * _obj, Treturn(Tclass::*)(Targ1, Targ2, Targ3) _fun)
template<>
Treturn Call(Targ1 arg1, Targ2 arg2, Targ3 arg3)

Protected Attributes

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