fastdelegate::FastDelegate< R(Param1) > Class Template Reference#include <FastDelegate.h>
Inheritance diagram for fastdelegate::FastDelegate< R(Param1) >: ![]()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef FastDelegate1< Param1, R > | BaseType |
| typedef FastDelegate | SelfType |
Public Member Functions | |
| FastDelegate () | |
| template<class X, class Y> | |
| FastDelegate (Y *pthis, R(X::*function_to_bind)(Param1 p1)) | |
| template<class X, class Y> | |
| FastDelegate (const Y *pthis, R(X::*function_to_bind)(Param1 p1) const) | |
| FastDelegate (R(*function_to_bind)(Param1 p1)) | |
| void | operator= (const BaseType &x) |
| typedef FastDelegate1< Param1, R > fastdelegate::FastDelegate< R(Param1) >::BaseType |
| typedef FastDelegate fastdelegate::FastDelegate< R(Param1) >::SelfType |
| fastdelegate::FastDelegate< R(Param1) >::FastDelegate | ( | ) | [inline] |
| fastdelegate::FastDelegate< R(Param1) >::FastDelegate | ( | Y * | pthis, | |
| R(X::*)(Param1 p1) | function_to_bind | |||
| ) | [inline] |
| fastdelegate::FastDelegate< R(Param1) >::FastDelegate | ( | const Y * | pthis, | |
| R(X::*)(Param1 p1) const | function_to_bind | |||
| ) | [inline] |
| fastdelegate::FastDelegate< R(Param1) >::FastDelegate | ( | R(*)(Param1 p1) | function_to_bind | ) | [inline] |
| void fastdelegate::FastDelegate< R(Param1) >::operator= | ( | const BaseType & | x | ) | [inline] |