Torque2D Reference
Public Member Functions | Protected Attributes | List of all members
DelegateRemapper< T > Class Template 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
 
DelegateMementooperator= (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)
 

Constructor & Destructor Documentation

DelegateRemapper ( )
inline

Member Function Documentation

void rethis ( T *  t)
inline
void set ( T *  t,
const DelegateMemento memento 
)
inline

Member Data Documentation

int mOffset
protected

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