NewAskSin
 All Classes Files Functions Variables Groups Pages
Public Member Functions | List of all members
fastdelegate::detail::ClosurePtr< GenericMemFunc, StaticFuncPtr, UnvoidStaticFuncPtr > Class Template Reference
Inheritance diagram for fastdelegate::detail::ClosurePtr< GenericMemFunc, StaticFuncPtr, UnvoidStaticFuncPtr >:
fastdelegate::DelegateMemento

Public Member Functions

template<class X , class XMemFunc >
void bindmemfunc (X *pthis, XMemFunc function_to_bind)
 
template<class X , class XMemFunc >
void bindconstmemfunc (const X *pthis, XMemFunc function_to_bind)
 
GenericClass * GetClosureThis () const
 
GenericMemFunc GetClosureMemPtr () const
 
template<class DerivedClass >
void CopyFrom (DerivedClass *pParent, const DelegateMemento &right)
 
template<class DerivedClass , class ParentInvokerSig >
void bindstaticfunc (DerivedClass *pParent, ParentInvokerSig static_function_invoker, StaticFuncPtr function_to_bind)
 
UnvoidStaticFuncPtr GetStaticFunction () const
 
bool IsEqualToStaticFuncPtr (StaticFuncPtr funcptr)
 
- Public Member Functions inherited from fastdelegate::DelegateMemento
void clear ()
 
bool IsEqual (const DelegateMemento &x) const
 
bool IsLess (const DelegateMemento &right) const
 
bool operator! () const
 
bool empty () const
 
DelegateMementooperator= (const DelegateMemento &right)
 
bool operator< (const DelegateMemento &right)
 
bool operator> (const DelegateMemento &right)
 
 DelegateMemento (const DelegateMemento &right)
 

Additional Inherited Members

- Protected Types inherited from fastdelegate::DelegateMemento
typedef void(detail::GenericClass::* GenericMemFuncType )()
 
- Protected Member Functions inherited from fastdelegate::DelegateMemento
void SetMementoFrom (const DelegateMemento &right)
 
- Protected Attributes inherited from fastdelegate::DelegateMemento
detail::GenericClass * m_pthis
 
GenericMemFuncType m_pFunction
 

The documentation for this class was generated from the following file: