Template Class DelegateNoParam::MemFuncNoParam

Nested Relationships

This class is a nested type of Template Class DelegateNoParam.

Inheritance Relationships

Base Type

  • public ari::DelegateNoParam< Treturn >::BaseFuncNoParam

Class Documentation

template <class Tclass>
class MemFuncNoParam : public ari::DelegateNoParam<Treturn>::BaseFuncNoParam

Public Functions

ari::DelegateNoParam< Treturn >::MemFuncNoParam::MemFuncNoParam(Tclass * _obj, Treturn(Tclass::*)() _fun)
template<>
Treturn Call()

Protected Attributes

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