#include <FastDelegate.h>
Classes | |
struct | SafeBoolStruct |
Public Types | |
typedef FastDelegate4 | 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)) |
template<class X , class Y > | |
void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) const) |
void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)) |
void | clear () |
bool | empty () const |
FastDelegate4 () | |
FastDelegate4 (const FastDelegate4 &x) | |
template<class X , class Y > | |
FastDelegate4 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)) | |
template<class X , class Y > | |
FastDelegate4 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) const) | |
FastDelegate4 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)) | |
const DelegateMemento & | GetMemento () |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator!= (const FastDelegate4 &x) const |
bool | operator!= (StaticFunctionPtr funcptr) |
RetType | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4) const |
bool | operator< (const FastDelegate4 &x) const |
void | operator= (const FastDelegate4 &x) |
void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)) |
bool | operator== (const FastDelegate4 &x) const |
bool | operator== (StaticFunctionPtr funcptr) |
bool | operator> (const FastDelegate4 &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) |
typedef DesiredRetType(* | StaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3, Param4 p4) |
typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
typedef RetType(* | UnvoidStaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3, Param4 p4) |
typedef struct fastdelegate::FastDelegate4::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
RetType | InvokeStaticFunction (Param1 p1, Param2 p2, Param3 p3, Param4 p4) const |
Private Attributes | |
ClosureType | m_Closure |
Definition at line 1194 of file FastDelegate.h.
|
private |
Definition at line 1200 of file FastDelegate.h.
|
private |
Definition at line 1196 of file FastDelegate.h.
|
private |
Definition at line 1199 of file FastDelegate.h.
|
private |
Definition at line 1197 of file FastDelegate.h.
typedef FastDelegate4 fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::type |
Definition at line 1204 of file FastDelegate.h.
|
private |
Definition at line 1253 of file FastDelegate.h.
|
private |
Definition at line 1198 of file FastDelegate.h.
|
private |
|
inline |
Definition at line 1207 of file FastDelegate.h.
|
inline |
Definition at line 1208 of file FastDelegate.h.
|
inline |
Definition at line 1222 of file FastDelegate.h.
|
inline |
Definition at line 1229 of file FastDelegate.h.
|
inline |
Definition at line 1236 of file FastDelegate.h.
|
inline |
Definition at line 1225 of file FastDelegate.h.
|
inline |
Definition at line 1232 of file FastDelegate.h.
|
inline |
Definition at line 1241 of file FastDelegate.h.
|
inline |
Definition at line 1267 of file FastDelegate.h.
|
inline |
Definition at line 1265 of file FastDelegate.h.
|
inline |
Definition at line 1269 of file FastDelegate.h.
|
inlineprivate |
Definition at line 1273 of file FastDelegate.h.
|
inline |
Definition at line 1255 of file FastDelegate.h.
|
inline |
Definition at line 1263 of file FastDelegate.h.
|
inline |
Definition at line 1214 of file FastDelegate.h.
|
inline |
Definition at line 1261 of file FastDelegate.h.
|
inline |
Definition at line 1245 of file FastDelegate.h.
|
inline |
Definition at line 1216 of file FastDelegate.h.
|
inline |
Definition at line 1210 of file FastDelegate.h.
|
inline |
Definition at line 1239 of file FastDelegate.h.
|
inline |
Definition at line 1212 of file FastDelegate.h.
|
inline |
Definition at line 1259 of file FastDelegate.h.
|
inline |
Definition at line 1218 of file FastDelegate.h.
|
inline |
Definition at line 1270 of file FastDelegate.h.
|
private |
Definition at line 1201 of file FastDelegate.h.