|
Torque2D Reference
|
#include <FastDelegate.h>
Inheritance diagram for FastDelegate< R() >:Public Types | |
| typedef FastDelegate0< R > | BaseType |
| typedef FastDelegate | SelfType |
Public Types inherited from FastDelegate0< R > | |
| typedef FastDelegate0 | type |
Public Member Functions | |
| FastDelegate () | |
| template<class X , class Y > | |
| FastDelegate (Y *pthis, R(X::*function_to_bind)()) | |
| template<class X , class Y > | |
| FastDelegate (const Y *pthis, R(X::*function_to_bind)() const) | |
| FastDelegate (R(*function_to_bind)()) | |
| void | operator= (const BaseType &x) |
Public Member Functions inherited from FastDelegate0< R > | |
| FastDelegate0 () | |
| FastDelegate0 (const FastDelegate0 &x) | |
| FastDelegate0 (Y *pthis, DesiredRetType(X::*function_to_bind)()) | |
| FastDelegate0 (const Y *pthis, DesiredRetType(X::*function_to_bind)() const) | |
| FastDelegate0 (DesiredRetType(*function_to_bind)()) | |
| void | operator= (const FastDelegate0 &x) |
| void | operator= (DesiredRetType(*function_to_bind)()) |
| bool | operator== (const FastDelegate0 &x) const |
| bool | operator== (StaticFunctionPtr funcptr) |
| bool | operator!= (const FastDelegate0 &x) const |
| bool | operator!= (StaticFunctionPtr funcptr) |
| bool | operator< (const FastDelegate0 &x) const |
| bool | operator> (const FastDelegate0 &x) const |
| void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)()) |
| void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)() const) |
| void | bind (DesiredRetType(*function_to_bind)()) |
| R | operator() () const |
| operator unspecified_bool_type () const | |
| bool | operator! () const |
| bool | empty () const |
| void | clear () |
| const DelegateMemento & | GetMemento () |
| void | SetMemento (const DelegateMemento &any) |
| typedef FastDelegate0< R > BaseType |
| typedef FastDelegate SelfType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.10