Template Class DelegateTwoParam::MemFuncTwoParam

Nested Relationships

This class is a nested type of Template Class DelegateTwoParam.

Inheritance Relationships

Base Type

  • public ari::DelegateTwoParam< Treturn, Targ1, Targ2 >::BaseFuncTwoParam

Class Documentation

template <class Tclass>
class MemFuncTwoParam : public ari::DelegateTwoParam<Treturn, Targ1, Targ2>::BaseFuncTwoParam

Public Functions

ari::DelegateTwoParam< Treturn, Targ1, Targ2 >::MemFuncTwoParam::MemFuncTwoParam(Tclass * _obj, Treturn(Tclass::*)(Targ1, Targ2) _fun)
template<>
Treturn Call(Targ1 arg1, Targ2 arg2)

Protected Attributes

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