|
Torque2D Reference
|
#include <delegate.h>
Inheritance diagram for DelegateRemapper< T >:Public Member Functions | |
| DelegateRemapper () | |
| void | set (T *t, const DelegateMemento &memento) |
| void | rethis (T *t) |
Public Member Functions inherited from DelegateMemento | |
| 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 |
Protected Attributes inherited from DelegateMemento | |
| detail::GenericClass * | m_pthis |
| GenericMemFuncType | m_pFunction |
Additional Inherited Members | |
Protected Types inherited from DelegateMemento | |
| typedef void(detail::GenericClass::* | GenericMemFuncType) () |
Protected Member Functions inherited from DelegateMemento | |
| void | SetMementoFrom (const DelegateMemento &right) |
|
inline |
|
inline |
|
inline |
|
protected |
1.8.10