|
| | FastDelegate5 () |
| |
| | FastDelegate5 (const FastDelegate5 &x) |
| |
| void | operator= (const FastDelegate5 &x) |
| |
| bool | operator== (const FastDelegate5 &x) const |
| |
| bool | operator!= (const FastDelegate5 &x) const |
| |
| bool | operator< (const FastDelegate5 &x) const |
| |
| bool | operator> (const FastDelegate5 &x) const |
| |
| template<class X , class Y > |
| | FastDelegate5 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) |
| |
| template<class X , class Y > |
| void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) |
| |
| template<class X , class Y > |
| | FastDelegate5 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const) |
| |
| template<class X , class Y > |
| void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const) |
| |
| | FastDelegate5 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) |
| |
| void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) |
| |
| void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) |
| |
| RetType | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const |
| |
| | operator unspecified_bool_type () const |
| |
| bool | operator== (StaticFunctionPtr funcptr) |
| |
| bool | operator!= (StaticFunctionPtr funcptr) |
| |
| bool | operator! () const |
| |
| bool | empty () const |
| |
| void | clear () |
| |
| const DelegateMemento & | GetMemento () |
| |
| void | SetMemento (const DelegateMemento &any) |
| |