fastdelegate::DelegateMemento
Engine/source/core/util/FastDelegate.h
Protected Types
void(detail::GenericClass::*
GenericMemFuncType )()
Protected Attributes
detail::GenericClass *
Public Functions
DelegateMemento(const DelegateMemento & right)
bool
empty()
bool
IsEqual(const DelegateMemento & x)
bool
IsLess(const DelegateMemento & right)
bool
bool
operator<(const DelegateMemento & right)
operator=(const DelegateMemento & right)
bool
operator>(const DelegateMemento & right)
Protected Functions
SetMementoFrom(const DelegateMemento & right)
Detailed Description
Protected Types
typedef void(detail::GenericClass::* GenericMemFuncType )()
Protected Attributes
GenericMemFuncType m_pFunction
detail::GenericClass * m_pthis
Public Functions
DelegateMemento()
DelegateMemento(const DelegateMemento & right)
clear()
empty()
IsEqual(const DelegateMemento & x)
IsLess(const DelegateMemento & right)
operator!()
operator<(const DelegateMemento & right)
operator=(const DelegateMemento & right)
operator>(const DelegateMemento & right)