Template Class DelegateOneParam::MemFuncOneParam

Nested Relationships

This class is a nested type of Template Class DelegateOneParam.

Inheritance Relationships

Base Type

  • public ari::DelegateOneParam< Treturn, Targ1 >::BaseFuncOneParam

Class Documentation

template <class Tclass>
class MemFuncOneParam : public ari::DelegateOneParam<Treturn, Targ1>::BaseFuncOneParam

Public Functions

ari::DelegateOneParam< Treturn, Targ1 >::MemFuncOneParam::MemFuncOneParam(Tclass * _obj, Treturn(Tclass::*)(Targ1) _fun)
template<>
Treturn Call(Targ1 arg1)

Protected Attributes

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