#include <FastDelegate.h>
Classes | |
struct | SafeBoolStruct |
Public Types | |
typedef FastDelegate8 | 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, Param8 p8)) |
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, 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)) |
void | clear () |
bool | empty () const |
FastDelegate8 () | |
FastDelegate8 (const FastDelegate8 &x) | |
template<class X , class Y > | |
FastDelegate8 (Y *pthis, DesiredRetType(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 > | |
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)) | |
const DelegateMemento & | GetMemento () |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator!= (const FastDelegate8 &x) const |
bool | operator!= (StaticFunctionPtr funcptr) |
RetType | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8) const |
bool | operator< (const FastDelegate8 &x) const |
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 |
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, Param8 p8) |
typedef DesiredRetType(* | StaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8) |
typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
typedef RetType(* | UnvoidStaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8) |
typedef struct fastdelegate::FastDelegate8::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
RetType | InvokeStaticFunction (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8) const |
Private Attributes | |
ClosureType | m_Closure |
Definition at line 1534 of file FastDelegate.h.
|
private |
Definition at line 1540 of file FastDelegate.h.
|
private |
Definition at line 1536 of file FastDelegate.h.
|
private |
Definition at line 1539 of file FastDelegate.h.
|
private |
Definition at line 1537 of file FastDelegate.h.
typedef FastDelegate8 fastdelegate::FastDelegate8< Param1, Param2, Param3, Param4, Param5, Param6, Param7, Param8, RetType >::type |
Definition at line 1544 of file FastDelegate.h.
|
private |
Definition at line 1593 of file FastDelegate.h.
|
private |
Definition at line 1538 of file FastDelegate.h.
|
private |
|
inline |
Definition at line 1547 of file FastDelegate.h.
|
inline |
Definition at line 1548 of file FastDelegate.h.
|
inline |
Definition at line 1562 of file FastDelegate.h.
|
inline |
Definition at line 1569 of file FastDelegate.h.
|
inline |
Definition at line 1576 of file FastDelegate.h.
|
inline |
Definition at line 1565 of file FastDelegate.h.
|
inline |
Definition at line 1572 of file FastDelegate.h.
|
inline |
Definition at line 1581 of file FastDelegate.h.
|
inline |
Definition at line 1607 of file FastDelegate.h.
|
inline |
Definition at line 1605 of file FastDelegate.h.
|
inline |
Definition at line 1609 of file FastDelegate.h.
|
inlineprivate |
Definition at line 1613 of file FastDelegate.h.
|
inline |
Definition at line 1595 of file FastDelegate.h.
|
inline |
Definition at line 1603 of file FastDelegate.h.
|
inline |
Definition at line 1554 of file FastDelegate.h.
|
inline |
Definition at line 1601 of file FastDelegate.h.
|
inline |
Definition at line 1585 of file FastDelegate.h.
|
inline |
Definition at line 1556 of file FastDelegate.h.
|
inline |
Definition at line 1550 of file FastDelegate.h.
|
inline |
Definition at line 1579 of file FastDelegate.h.
|
inline |
Definition at line 1552 of file FastDelegate.h.
|
inline |
Definition at line 1599 of file FastDelegate.h.
|
inline |
Definition at line 1558 of file FastDelegate.h.
|
inline |
Definition at line 1610 of file FastDelegate.h.
|
private |
Definition at line 1541 of file FastDelegate.h.