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