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