#include <FastDelegate.h>
Classes | |
struct | SafeBoolStruct |
Public Types | |
typedef FastDelegate6 | 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)) |
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) const) |
void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6)) |
void | clear () |
bool | empty () const |
FastDelegate6 () | |
FastDelegate6 (const FastDelegate6 &x) | |
template<class X , class Y > | |
FastDelegate6 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6)) | |
template<class X , class Y > | |
FastDelegate6 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) const) | |
FastDelegate6 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6)) | |
const DelegateMemento & | GetMemento () |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator!= (const FastDelegate6 &x) const |
bool | operator!= (StaticFunctionPtr funcptr) |
RetType | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) const |
bool | operator< (const FastDelegate6 &x) const |
void | operator= (const FastDelegate6 &x) |
void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6)) |
bool | operator== (const FastDelegate6 &x) const |
bool | operator== (StaticFunctionPtr funcptr) |
bool | operator> (const FastDelegate6 &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) |
typedef DesiredRetType(* | StaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) |
typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
typedef RetType(* | UnvoidStaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) |
typedef struct fastdelegate::FastDelegate6::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
RetType | InvokeStaticFunction (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) const |
Private Attributes | |
ClosureType | m_Closure |
Definition at line 1364 of file FastDelegate.h.
|
private |
Definition at line 1370 of file FastDelegate.h.
|
private |
Definition at line 1366 of file FastDelegate.h.
|
private |
Definition at line 1369 of file FastDelegate.h.
|
private |
Definition at line 1367 of file FastDelegate.h.
typedef FastDelegate6 fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::type |
Definition at line 1374 of file FastDelegate.h.
|
private |
Definition at line 1423 of file FastDelegate.h.
|
private |
Definition at line 1368 of file FastDelegate.h.
|
private |
|
inline |
Definition at line 1377 of file FastDelegate.h.
|
inline |
Definition at line 1378 of file FastDelegate.h.
|
inline |
Definition at line 1392 of file FastDelegate.h.
|
inline |
Definition at line 1399 of file FastDelegate.h.
|
inline |
Definition at line 1406 of file FastDelegate.h.
|
inline |
Definition at line 1395 of file FastDelegate.h.
|
inline |
Definition at line 1402 of file FastDelegate.h.
|
inline |
Definition at line 1411 of file FastDelegate.h.
|
inline |
Definition at line 1437 of file FastDelegate.h.
|
inline |
Definition at line 1435 of file FastDelegate.h.
|
inline |
Definition at line 1439 of file FastDelegate.h.
|
inlineprivate |
Definition at line 1443 of file FastDelegate.h.
|
inline |
Definition at line 1425 of file FastDelegate.h.
|
inline |
Definition at line 1433 of file FastDelegate.h.
|
inline |
Definition at line 1384 of file FastDelegate.h.
|
inline |
Definition at line 1431 of file FastDelegate.h.
|
inline |
Definition at line 1415 of file FastDelegate.h.
|
inline |
Definition at line 1386 of file FastDelegate.h.
|
inline |
Definition at line 1380 of file FastDelegate.h.
|
inline |
Definition at line 1409 of file FastDelegate.h.
|
inline |
Definition at line 1382 of file FastDelegate.h.
|
inline |
Definition at line 1429 of file FastDelegate.h.
|
inline |
Definition at line 1388 of file FastDelegate.h.
|
inline |
Definition at line 1440 of file FastDelegate.h.
|
private |
Definition at line 1371 of file FastDelegate.h.