fastdelegate::FastDelegate< R() > Class Template Reference#include <FastDelegate.h>
Inheritance diagram for fastdelegate::FastDelegate< R() >: ![]()
|
Public Types | |
typedef FastDelegate0< R > | BaseType |
typedef FastDelegate | SelfType |
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) |
typedef FastDelegate0< R > fastdelegate::FastDelegate< R() >::BaseType |
typedef FastDelegate fastdelegate::FastDelegate< R() >::SelfType |
fastdelegate::FastDelegate< R() >::FastDelegate | ( | ) | [inline] |
fastdelegate::FastDelegate< R() >::FastDelegate | ( | Y * | pthis, | |
R(X::*)() | function_to_bind | |||
) | [inline] |
fastdelegate::FastDelegate< R() >::FastDelegate | ( | const Y * | pthis, | |
R(X::*)() const | function_to_bind | |||
) | [inline] |
fastdelegate::FastDelegate< R() >::FastDelegate | ( | R(*)() | function_to_bind | ) | [inline] |
void fastdelegate::FastDelegate< R() >::operator= | ( | const BaseType & | x | ) | [inline] |