#include <FastDelegate.h>
Classes | |
struct | SafeBoolStruct |
Public Types | |
typedef FastDelegate5 | 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)) |
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) const) |
void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) |
void | clear () |
bool | empty () const |
FastDelegate5 () | |
FastDelegate5 (const FastDelegate5 &x) | |
template<class X , class Y > | |
FastDelegate5 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) | |
template<class X , class Y > | |
FastDelegate5 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const) | |
FastDelegate5 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) | |
const DelegateMemento & | GetMemento () |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator!= (const FastDelegate5 &x) const |
bool | operator!= (StaticFunctionPtr funcptr) |
RetType | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const |
bool | operator< (const FastDelegate5 &x) const |
void | operator= (const FastDelegate5 &x) |
void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5)) |
bool | operator== (const FastDelegate5 &x) const |
bool | operator== (StaticFunctionPtr funcptr) |
bool | operator> (const FastDelegate5 &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) |
typedef DesiredRetType(* | StaticFunctionPtr )(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) |
typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
typedef RetType(* | UnvoidStaticFunctionPtr )(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) |
typedef struct fastdelegate::FastDelegate5::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
RetType | InvokeStaticFunction (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const |
Private Attributes | |
ClosureType | m_Closure |
Definition at line 1279 of file FastDelegate.h.
typedef detail::ClosurePtr<GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr> fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::ClosureType [private] |
Definition at line 1285 of file FastDelegate.h.
typedef detail::DefaultVoidToVoid<RetType>::type fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::DesiredRetType [private] |
Definition at line 1281 of file FastDelegate.h.
typedef RetType(detail::GenericClass::* fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::GenericMemFn)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) [private] |
Definition at line 1284 of file FastDelegate.h.
typedef DesiredRetType(* fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::StaticFunctionPtr)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) [private] |
Definition at line 1282 of file FastDelegate.h.
typedef FastDelegate5 fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::type |
Definition at line 1289 of file FastDelegate.h.
typedef StaticFunctionPtr SafeBoolStruct::* fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::unspecified_bool_type [private] |
Definition at line 1338 of file FastDelegate.h.
typedef RetType(* fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::UnvoidStaticFunctionPtr)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) [private] |
Definition at line 1283 of file FastDelegate.h.
typedef struct fastdelegate::FastDelegate5::SafeBoolStruct fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::UselessTypedef [private] |
fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::FastDelegate5 | ( | ) | [inline] |
Definition at line 1292 of file FastDelegate.h.
fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::FastDelegate5 | ( | const FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType > & | x | ) | [inline] |
Definition at line 1293 of file FastDelegate.h.
fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::FastDelegate5 | ( | Y * | pthis, |
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) | function_to_bind | ||
) | [inline] |
Definition at line 1307 of file FastDelegate.h.
fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::FastDelegate5 | ( | const Y * | pthis, |
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const | function_to_bind | ||
) | [inline] |
Definition at line 1314 of file FastDelegate.h.
fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::FastDelegate5 | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) | function_to_bind | ) | [inline] |
Definition at line 1321 of file FastDelegate.h.
void fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::bind | ( | Y * | pthis, |
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) | function_to_bind | ||
) | [inline] |
Definition at line 1310 of file FastDelegate.h.
void fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::bind | ( | const Y * | pthis, |
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) const | function_to_bind | ||
) | [inline] |
Definition at line 1317 of file FastDelegate.h.
void fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::bind | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) | function_to_bind | ) | [inline] |
Definition at line 1326 of file FastDelegate.h.
void fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::clear | ( | ) | [inline] |
Definition at line 1352 of file FastDelegate.h.
bool fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::empty | ( | ) | const [inline] |
Definition at line 1350 of file FastDelegate.h.
const DelegateMemento& fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::GetMemento | ( | ) | [inline] |
Definition at line 1354 of file FastDelegate.h.
RetType fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::InvokeStaticFunction | ( | Param1 | p1, |
Param2 | p2, | ||
Param3 | p3, | ||
Param4 | p4, | ||
Param5 | p5 | ||
) | const [inline, private] |
Definition at line 1358 of file FastDelegate.h.
fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator unspecified_bool_type | ( | ) | const [inline] |
Definition at line 1340 of file FastDelegate.h.
bool fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator! | ( | ) | const [inline] |
Definition at line 1348 of file FastDelegate.h.
bool fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator!= | ( | const FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType > & | x | ) | const [inline] |
Definition at line 1299 of file FastDelegate.h.
bool fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator!= | ( | StaticFunctionPtr | funcptr | ) | [inline] |
Definition at line 1346 of file FastDelegate.h.
RetType fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator() | ( | Param1 | p1, |
Param2 | p2, | ||
Param3 | p3, | ||
Param4 | p4, | ||
Param5 | p5 | ||
) | const [inline] |
Definition at line 1330 of file FastDelegate.h.
bool fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator< | ( | const FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType > & | x | ) | const [inline] |
Definition at line 1301 of file FastDelegate.h.
void fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator= | ( | const FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType > & | x | ) | [inline] |
Definition at line 1295 of file FastDelegate.h.
void fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator= | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5) | function_to_bind | ) | [inline] |
Definition at line 1324 of file FastDelegate.h.
bool fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator== | ( | const FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType > & | x | ) | const [inline] |
Definition at line 1297 of file FastDelegate.h.
bool fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator== | ( | StaticFunctionPtr | funcptr | ) | [inline] |
Definition at line 1344 of file FastDelegate.h.
bool fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::operator> | ( | const FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType > & | x | ) | const [inline] |
Definition at line 1303 of file FastDelegate.h.
void fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::SetMemento | ( | const DelegateMemento & | any | ) | [inline] |
Definition at line 1355 of file FastDelegate.h.
ClosureType fastdelegate::FastDelegate5< Param1, Param2, Param3, Param4, Param5, RetType >::m_Closure [private] |
Definition at line 1286 of file FastDelegate.h.