#include <FastDelegate.h>
Classes | |
struct | SafeBoolStruct |
Public Types | |
typedef FastDelegate1 | type |
Public Member Functions | |
template<class X , class Y > | |
void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1)) |
template<class X , class Y > | |
void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1) const) |
void | bind (DesiredRetType(*function_to_bind)(Param1 p1)) |
void | clear () |
bool | empty () const |
FastDelegate1 () | |
FastDelegate1 (const FastDelegate1 &x) | |
template<class X , class Y > | |
FastDelegate1 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1)) | |
template<class X , class Y > | |
FastDelegate1 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1) const) | |
FastDelegate1 (DesiredRetType(*function_to_bind)(Param1 p1)) | |
const DelegateMemento & | GetMemento () |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator!= (const FastDelegate1 &x) const |
bool | operator!= (StaticFunctionPtr funcptr) |
RetType | operator() (Param1 p1) const |
bool | operator< (const FastDelegate1 &x) const |
void | operator= (const FastDelegate1 &x) |
void | operator= (DesiredRetType(*function_to_bind)(Param1 p1)) |
bool | operator== (const FastDelegate1 &x) const |
bool | operator== (StaticFunctionPtr funcptr) |
bool | operator> (const FastDelegate1 &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) |
typedef DesiredRetType(* | StaticFunctionPtr) (Param1 p1) |
typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
typedef RetType(* | UnvoidStaticFunctionPtr) (Param1 p1) |
typedef struct fastdelegate::FastDelegate1::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
RetType | InvokeStaticFunction (Param1 p1) const |
Private Attributes | |
ClosureType | m_Closure |
Definition at line 939 of file FastDelegate.h.
|
private |
Definition at line 945 of file FastDelegate.h.
|
private |
Definition at line 941 of file FastDelegate.h.
|
private |
Definition at line 944 of file FastDelegate.h.
|
private |
Definition at line 942 of file FastDelegate.h.
typedef FastDelegate1 fastdelegate::FastDelegate1< Param1, RetType >::type |
Definition at line 949 of file FastDelegate.h.
|
private |
Definition at line 998 of file FastDelegate.h.
|
private |
Definition at line 943 of file FastDelegate.h.
|
private |
|
inline |
Definition at line 952 of file FastDelegate.h.
|
inline |
Definition at line 953 of file FastDelegate.h.
|
inline |
Definition at line 967 of file FastDelegate.h.
|
inline |
Definition at line 974 of file FastDelegate.h.
|
inline |
Definition at line 981 of file FastDelegate.h.
|
inline |
Definition at line 970 of file FastDelegate.h.
|
inline |
Definition at line 977 of file FastDelegate.h.
|
inline |
Definition at line 986 of file FastDelegate.h.
|
inline |
Definition at line 1012 of file FastDelegate.h.
|
inline |
Definition at line 1010 of file FastDelegate.h.
|
inline |
Definition at line 1014 of file FastDelegate.h.
|
inlineprivate |
Definition at line 1018 of file FastDelegate.h.
|
inline |
Definition at line 1000 of file FastDelegate.h.
|
inline |
Definition at line 1008 of file FastDelegate.h.
|
inline |
Definition at line 959 of file FastDelegate.h.
|
inline |
Definition at line 1006 of file FastDelegate.h.
|
inline |
Definition at line 990 of file FastDelegate.h.
|
inline |
Definition at line 961 of file FastDelegate.h.
|
inline |
Definition at line 955 of file FastDelegate.h.
|
inline |
Definition at line 984 of file FastDelegate.h.
|
inline |
Definition at line 957 of file FastDelegate.h.
|
inline |
Definition at line 1004 of file FastDelegate.h.
|
inline |
Definition at line 963 of file FastDelegate.h.
|
inline |
Definition at line 1015 of file FastDelegate.h.
|
private |
Definition at line 946 of file FastDelegate.h.