Template Class DelegateNoParam

Class Documentation

template <class Treturn>
class DelegateNoParam

Public Functions

DelegateNoParam()
~DelegateNoParam()
void Bind(Treturn (*_fun)())
template <class Tclass>
void ari::DelegateNoParam::Bind(Tclass * _obj, Treturn(Tclass::*)() _fun)
bool IsBound()
Treturn Execute()

Protected Attributes

template<>
Treturn (*m_pFun)()
BaseFuncNoParam *m_pMemFun