#include <FastDelegate.h>
Classes | |
struct | SafeBoolStruct |
Public Types | |
typedef FastDelegate7 | type |
Public Member Functions | |
template<class X , class Y > | |
void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7)) |
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, Param6 p6, Param7 p7) const) |
void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7)) |
void | clear () |
bool | empty () const |
FastDelegate7 () | |
FastDelegate7 (const FastDelegate7 &x) | |
template<class X , class Y > | |
FastDelegate7 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7)) | |
template<class X , class Y > | |
FastDelegate7 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7) const) | |
FastDelegate7 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7)) | |
const DelegateMemento & | GetMemento () |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator!= (const FastDelegate7 &x) const |
bool | operator!= (StaticFunctionPtr funcptr) |
RetType | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7) const |
bool | operator< (const FastDelegate7 &x) const |
void | operator= (const FastDelegate7 &x) |
void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7)) |
bool | operator== (const FastDelegate7 &x) const |
bool | operator== (StaticFunctionPtr funcptr) |
bool | operator> (const FastDelegate7 &x) const |
void | SetMemento (const DelegateMemento &any) |
Private Types | |
typedef detail::ClosurePtr< GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr > | ClosureType |
typedef detail::DefaultVoidToVoid< RetType >::type | DesiredRetType |
typedef RetType(detail::GenericClass::* | GenericMemFn) (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7) |
typedef DesiredRetType(* | StaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7) |
typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
typedef RetType(* | UnvoidStaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7) |
typedef struct fastdelegate::FastDelegate7::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
RetType | InvokeStaticFunction (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7) const |
Private Attributes | |
ClosureType | m_Closure |
Definition at line 1449 of file FastDelegate.h.
|
private |
Definition at line 1455 of file FastDelegate.h.
|
private |
Definition at line 1451 of file FastDelegate.h.
|
private |
Definition at line 1454 of file FastDelegate.h.
|
private |
Definition at line 1452 of file FastDelegate.h.
typedef FastDelegate7 fastdelegate::FastDelegate7< Param1, Param2, Param3, Param4, Param5, Param6, Param7, RetType >::type |
Definition at line 1459 of file FastDelegate.h.
|
private |
Definition at line 1508 of file FastDelegate.h.
|
private |
Definition at line 1453 of file FastDelegate.h.
|
private |
|
inline |
Definition at line 1462 of file FastDelegate.h.
|
inline |
Definition at line 1463 of file FastDelegate.h.
|
inline |
Definition at line 1477 of file FastDelegate.h.
|
inline |
Definition at line 1484 of file FastDelegate.h.
|
inline |
Definition at line 1491 of file FastDelegate.h.
|
inline |
Definition at line 1480 of file FastDelegate.h.
|
inline |
Definition at line 1487 of file FastDelegate.h.
|
inline |
Definition at line 1496 of file FastDelegate.h.
|
inline |
Definition at line 1522 of file FastDelegate.h.
|
inline |
Definition at line 1520 of file FastDelegate.h.
|
inline |
Definition at line 1524 of file FastDelegate.h.
|
inlineprivate |
Definition at line 1528 of file FastDelegate.h.
|
inline |
Definition at line 1510 of file FastDelegate.h.
|
inline |
Definition at line 1518 of file FastDelegate.h.
|
inline |
Definition at line 1469 of file FastDelegate.h.
|
inline |
Definition at line 1516 of file FastDelegate.h.
|
inline |
Definition at line 1500 of file FastDelegate.h.
|
inline |
Definition at line 1471 of file FastDelegate.h.
|
inline |
Definition at line 1465 of file FastDelegate.h.
|
inline |
Definition at line 1494 of file FastDelegate.h.
|
inline |
Definition at line 1467 of file FastDelegate.h.
|
inline |
Definition at line 1514 of file FastDelegate.h.
|
inline |
Definition at line 1473 of file FastDelegate.h.
|
inline |
Definition at line 1525 of file FastDelegate.h.
|
private |
Definition at line 1456 of file FastDelegate.h.