|
| | FastDelegate () |
| |
| template<class X , class Y > |
| | FastDelegate (Y *pthis, R(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8)) |
| |
| template<class X , class Y > |
| | FastDelegate (const Y *pthis, R(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8) const) |
| |
| | FastDelegate (R(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8)) |
| |
| void | operator= (const BaseType &x) |
| |
| | FastDelegate8 () |
| |
| | FastDelegate8 (const FastDelegate8 &x) |
| |
| | FastDelegate8 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8)) |
| |
| | FastDelegate8 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8) const) |
| |
| | FastDelegate8 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8)) |
| |
| void | operator= (const FastDelegate8 &x) |
| |
| void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8)) |
| |
| bool | operator== (const FastDelegate8 &x) const |
| |
| bool | operator== (StaticFunctionPtr funcptr) |
| |
| bool | operator!= (const FastDelegate8 &x) const |
| |
| bool | operator!= (StaticFunctionPtr funcptr) |
| |
| bool | operator< (const FastDelegate8 &x) const |
| |
| bool | operator> (const FastDelegate8 &x) const |
| |
| void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8)) |
| |
| void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8) const) |
| |
| void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8)) |
| |
| R | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8) const |
| |
| | operator unspecified_bool_type () const |
| |
| bool | operator! () const |
| |
| bool | empty () const |
| |
| void | clear () |
| |
| const DelegateMemento & | GetMemento () |
| |
| void | SetMemento (const DelegateMemento &any) |
| |