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