|
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 > |
void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const) |
|
void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) |
|
void | clear () |
|
bool | empty () const |
|
| FastDelegate5 () |
|
| FastDelegate5 (const FastDelegate5 &x) |
|
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 > |
| FastDelegate5 (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)) |
|
const DelegateMemento & | GetMemento () |
|
| operator unspecified_bool_type () const |
|
bool | operator! () const |
|
bool | operator!= (const FastDelegate5 &x) const |
|
bool | operator!= (StaticFunctionPtr funcptr) |
|
RetType | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const |
|
bool | operator< (const FastDelegate5 &x) const |
|
void | operator= (const FastDelegate5 &x) |
|
void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) |
|
bool | operator== (const FastDelegate5 &x) const |
|
bool | operator== (StaticFunctionPtr funcptr) |
|
bool | operator> (const FastDelegate5 &x) const |
|
void | SetMemento (const DelegateMemento &any) |
|
template<class Param1, class Param2, class Param3, class Param4, class Param5, class RetType = detail::DefaultVoid>
class fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >
Definition at line 1279 of file FastDelegate.h.
template<class Param1, class Param2, class Param3, class Param4, class Param5, class RetType = detail::DefaultVoid>
template<class X , class Y >
void fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::bind |
( |
Y * |
pthis, |
|
|
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) |
function_to_bind |
|
) |
| |
|
inline |
template<class Param1, class Param2, class Param3, class Param4, class Param5, class RetType = detail::DefaultVoid>
template<class X , class Y >
void fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::bind |
( |
const Y * |
pthis, |
|
|
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const |
function_to_bind |
|
) |
| |
|
inline |