#include <FastDelegate.h>
Classes | |
struct | SafeBoolStruct |
Public Types | |
typedef FastDelegate0 | type |
Public Member Functions | |
template<class X , class Y > | |
void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)()) |
template<class X , class Y > | |
void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)() const) |
void | bind (DesiredRetType(*function_to_bind)()) |
void | clear () |
bool | empty () const |
FastDelegate0 () | |
FastDelegate0 (const FastDelegate0 &x) | |
template<class X , class Y > | |
FastDelegate0 (Y *pthis, DesiredRetType(X::*function_to_bind)()) | |
template<class X , class Y > | |
FastDelegate0 (const Y *pthis, DesiredRetType(X::*function_to_bind)() const) | |
FastDelegate0 (DesiredRetType(*function_to_bind)()) | |
const DelegateMemento & | GetMemento () |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator!= (const FastDelegate0 &x) const |
bool | operator!= (StaticFunctionPtr funcptr) |
RetType | operator() () const |
bool | operator< (const FastDelegate0 &x) const |
void | operator= (const FastDelegate0 &x) |
void | operator= (DesiredRetType(*function_to_bind)()) |
bool | operator== (const FastDelegate0 &x) const |
bool | operator== (StaticFunctionPtr funcptr) |
bool | operator> (const FastDelegate0 &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) () |
typedef DesiredRetType(* | StaticFunctionPtr) () |
typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
typedef RetType(* | UnvoidStaticFunctionPtr) () |
typedef struct fastdelegate::FastDelegate0::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
RetType | InvokeStaticFunction () const |
Private Attributes | |
ClosureType | m_Closure |
Definition at line 854 of file FastDelegate.h.
|
private |
Definition at line 860 of file FastDelegate.h.
|
private |
Definition at line 856 of file FastDelegate.h.
|
private |
Definition at line 859 of file FastDelegate.h.
|
private |
Definition at line 857 of file FastDelegate.h.
typedef FastDelegate0 fastdelegate::FastDelegate0< RetType >::type |
Definition at line 864 of file FastDelegate.h.
|
private |
Definition at line 913 of file FastDelegate.h.
|
private |
Definition at line 858 of file FastDelegate.h.
|
private |
|
inline |
Definition at line 867 of file FastDelegate.h.
|
inline |
Definition at line 868 of file FastDelegate.h.
|
inline |
Definition at line 882 of file FastDelegate.h.
|
inline |
Definition at line 889 of file FastDelegate.h.
|
inline |
Definition at line 896 of file FastDelegate.h.
|
inline |
Definition at line 885 of file FastDelegate.h.
|
inline |
Definition at line 892 of file FastDelegate.h.
|
inline |
Definition at line 901 of file FastDelegate.h.
|
inline |
Definition at line 927 of file FastDelegate.h.
|
inline |
Definition at line 925 of file FastDelegate.h.
|
inline |
Definition at line 929 of file FastDelegate.h.
|
inlineprivate |
Definition at line 933 of file FastDelegate.h.
|
inline |
Definition at line 915 of file FastDelegate.h.
|
inline |
Definition at line 923 of file FastDelegate.h.
|
inline |
Definition at line 874 of file FastDelegate.h.
|
inline |
Definition at line 921 of file FastDelegate.h.
|
inline |
Definition at line 905 of file FastDelegate.h.
|
inline |
Definition at line 876 of file FastDelegate.h.
|
inline |
Definition at line 870 of file FastDelegate.h.
|
inline |
Definition at line 899 of file FastDelegate.h.
|
inline |
Definition at line 872 of file FastDelegate.h.
|
inline |
Definition at line 919 of file FastDelegate.h.
|
inline |
Definition at line 878 of file FastDelegate.h.
|
inline |
Definition at line 930 of file FastDelegate.h.
|
private |
Definition at line 861 of file FastDelegate.h.