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