#include <FastDelegate.h>
Classes | |
| struct | SafeBoolStruct |
Public Types | |
| typedef FastDelegate3 | type |
Public Member Functions | |
| template<class X , class Y > | |
| void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) |
| template<class X , class Y > | |
| void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3) const) |
| void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) |
| void | clear () |
| bool | empty () const |
| FastDelegate3 () | |
| FastDelegate3 (const FastDelegate3 &x) | |
| template<class X , class Y > | |
| FastDelegate3 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) | |
| template<class X , class Y > | |
| FastDelegate3 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3) const) | |
| FastDelegate3 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) | |
| const DelegateMemento & | GetMemento () |
| operator unspecified_bool_type () const | |
| bool | operator! () const |
| bool | operator!= (const FastDelegate3 &x) const |
| bool | operator!= (StaticFunctionPtr funcptr) |
| RetType | operator() (Param1 p1, Param2 p2, Param3 p3) const |
| bool | operator< (const FastDelegate3 &x) const |
| void | operator= (const FastDelegate3 &x) |
| void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) |
| bool | operator== (const FastDelegate3 &x) const |
| bool | operator== (StaticFunctionPtr funcptr) |
| bool | operator> (const FastDelegate3 &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) |
| typedef DesiredRetType(* | StaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3) |
| typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
| typedef RetType(* | UnvoidStaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3) |
| typedef struct fastdelegate::FastDelegate3::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
| RetType | InvokeStaticFunction (Param1 p1, Param2 p2, Param3 p3) const |
Private Attributes | |
| ClosureType | m_Closure |
Definition at line 1109 of file FastDelegate.h.
|
private |
Definition at line 1115 of file FastDelegate.h.
|
private |
Definition at line 1111 of file FastDelegate.h.
|
private |
Definition at line 1114 of file FastDelegate.h.
|
private |
Definition at line 1112 of file FastDelegate.h.
| typedef FastDelegate3 fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::type |
Definition at line 1119 of file FastDelegate.h.
|
private |
Definition at line 1168 of file FastDelegate.h.
|
private |
Definition at line 1113 of file FastDelegate.h.
|
private |
|
inline |
Definition at line 1122 of file FastDelegate.h.
|
inline |
Definition at line 1123 of file FastDelegate.h.
|
inline |
Definition at line 1137 of file FastDelegate.h.
|
inline |
Definition at line 1144 of file FastDelegate.h.
|
inline |
Definition at line 1151 of file FastDelegate.h.
|
inline |
Definition at line 1140 of file FastDelegate.h.
|
inline |
Definition at line 1147 of file FastDelegate.h.
|
inline |
Definition at line 1156 of file FastDelegate.h.
|
inline |
Definition at line 1182 of file FastDelegate.h.
|
inline |
Definition at line 1180 of file FastDelegate.h.
|
inline |
Definition at line 1184 of file FastDelegate.h.
|
inlineprivate |
Definition at line 1188 of file FastDelegate.h.
|
inline |
Definition at line 1170 of file FastDelegate.h.
|
inline |
Definition at line 1178 of file FastDelegate.h.
|
inline |
Definition at line 1129 of file FastDelegate.h.
|
inline |
Definition at line 1176 of file FastDelegate.h.
|
inline |
Definition at line 1160 of file FastDelegate.h.
|
inline |
Definition at line 1131 of file FastDelegate.h.
|
inline |
Definition at line 1125 of file FastDelegate.h.
|
inline |
Definition at line 1154 of file FastDelegate.h.
|
inline |
Definition at line 1127 of file FastDelegate.h.
|
inline |
Definition at line 1174 of file FastDelegate.h.
|
inline |
Definition at line 1133 of file FastDelegate.h.
|
inline |
Definition at line 1185 of file FastDelegate.h.
|
private |
Definition at line 1116 of file FastDelegate.h.