Torque2D Reference
|
#include <delegate.h>
Public Member Functions | |
DelegateRemapper () | |
void | set (T *t, const DelegateMemento &memento) |
void | rethis (T *t) |
![]() | |
DelegateMemento () | |
void | clear () |
bool | IsEqual (const DelegateMemento &x) const |
bool | IsLess (const DelegateMemento &right) const |
bool | operator! () const |
bool | empty () const |
DelegateMemento & | operator= (const DelegateMemento &right) |
bool | operator< (const DelegateMemento &right) |
bool | operator> (const DelegateMemento &right) |
DelegateMemento (const DelegateMemento &right) | |
Protected Attributes | |
int | mOffset |
![]() | |
detail::GenericClass * | m_pthis |
GenericMemFuncType | m_pFunction |
Additional Inherited Members | |
![]() | |
typedef void(detail::GenericClass::* | GenericMemFuncType) () |
![]() | |
void | SetMementoFrom (const DelegateMemento &right) |
|
inline |
|
inline |
|
inline |
|
protected |