Template Class DelegateSevenParam::MemFuncSevenParam

Nested Relationships

This class is a nested type of Template Class DelegateSevenParam.

Inheritance Relationships

Base Type

  • public ari::DelegateSevenParam< Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7 >::BaseFuncSevenParam

Class Documentation

template <class Tclass>
class MemFuncSevenParam : public ari::DelegateSevenParam<Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>::BaseFuncSevenParam

Public Functions

ari::DelegateSevenParam< Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7 >::MemFuncSevenParam::MemFuncSevenParam(Tclass * _obj, Treturn(Tclass::*)(Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7) _fun)
template<>
Treturn Call(Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Protected Attributes

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