#include <FastDelegate.h>
Classes | |
struct | SafeBoolStruct |
Public Types | |
typedef FastDelegate6 | 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, Param6 p6)) |
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, Param6 p6) const) |
void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6)) |
void | clear () |
bool | empty () const |
FastDelegate6 () | |
FastDelegate6 (const FastDelegate6 &x) | |
template<class X , class Y > | |
FastDelegate6 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6)) | |
template<class X , class Y > | |
FastDelegate6 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) const) | |
FastDelegate6 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6)) | |
const DelegateMemento & | GetMemento () |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator!= (const FastDelegate6 &x) const |
bool | operator!= (StaticFunctionPtr funcptr) |
RetType | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) const |
bool | operator< (const FastDelegate6 &x) const |
void | operator= (const FastDelegate6 &x) |
void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6)) |
bool | operator== (const FastDelegate6 &x) const |
bool | operator== (StaticFunctionPtr funcptr) |
bool | operator> (const FastDelegate6 &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, Param6 p6) |
typedef DesiredRetType(* | StaticFunctionPtr )(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) |
typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
typedef RetType(* | UnvoidStaticFunctionPtr )(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) |
typedef struct fastdelegate::FastDelegate6::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
RetType | InvokeStaticFunction (Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) const |
Private Attributes | |
ClosureType | m_Closure |
Definition at line 1364 of file FastDelegate.h.
typedef detail::ClosurePtr<GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr> fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::ClosureType [private] |
Definition at line 1370 of file FastDelegate.h.
typedef detail::DefaultVoidToVoid<RetType>::type fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::DesiredRetType [private] |
Definition at line 1366 of file FastDelegate.h.
typedef RetType(detail::GenericClass::* fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::GenericMemFn)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) [private] |
Definition at line 1369 of file FastDelegate.h.
typedef DesiredRetType(* fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::StaticFunctionPtr)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) [private] |
Definition at line 1367 of file FastDelegate.h.
typedef FastDelegate6 fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::type |
Definition at line 1374 of file FastDelegate.h.
typedef StaticFunctionPtr SafeBoolStruct::* fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::unspecified_bool_type [private] |
Definition at line 1423 of file FastDelegate.h.
typedef RetType(* fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::UnvoidStaticFunctionPtr)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) [private] |
Definition at line 1368 of file FastDelegate.h.
typedef struct fastdelegate::FastDelegate6::SafeBoolStruct fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::UselessTypedef [private] |
fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::FastDelegate6 | ( | ) | [inline] |
Definition at line 1377 of file FastDelegate.h.
fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::FastDelegate6 | ( | const FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType > & | x | ) | [inline] |
Definition at line 1378 of file FastDelegate.h.
fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::FastDelegate6 | ( | Y * | pthis, |
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) | function_to_bind | ||
) | [inline] |
Definition at line 1392 of file FastDelegate.h.
fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::FastDelegate6 | ( | const Y * | pthis, |
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) const | function_to_bind | ||
) | [inline] |
Definition at line 1399 of file FastDelegate.h.
fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::FastDelegate6 | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) | function_to_bind | ) | [inline] |
Definition at line 1406 of file FastDelegate.h.
void fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::bind | ( | Y * | pthis, |
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) | function_to_bind | ||
) | [inline] |
Definition at line 1395 of file FastDelegate.h.
void fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::bind | ( | const Y * | pthis, |
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) const | function_to_bind | ||
) | [inline] |
Definition at line 1402 of file FastDelegate.h.
void fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::bind | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) | function_to_bind | ) | [inline] |
Definition at line 1411 of file FastDelegate.h.
void fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::clear | ( | ) | [inline] |
Definition at line 1437 of file FastDelegate.h.
bool fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::empty | ( | ) | const [inline] |
Definition at line 1435 of file FastDelegate.h.
const DelegateMemento& fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::GetMemento | ( | ) | [inline] |
Definition at line 1439 of file FastDelegate.h.
RetType fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::InvokeStaticFunction | ( | Param1 | p1, |
Param2 | p2, | ||
Param3 | p3, | ||
Param4 | p4, | ||
Param5 | p5, | ||
Param6 | p6 | ||
) | const [inline, private] |
Definition at line 1443 of file FastDelegate.h.
fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator unspecified_bool_type | ( | ) | const [inline] |
Definition at line 1425 of file FastDelegate.h.
bool fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator! | ( | ) | const [inline] |
Definition at line 1433 of file FastDelegate.h.
bool fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator!= | ( | const FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType > & | x | ) | const [inline] |
Definition at line 1384 of file FastDelegate.h.
bool fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator!= | ( | StaticFunctionPtr | funcptr | ) | [inline] |
Definition at line 1431 of file FastDelegate.h.
RetType fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator() | ( | Param1 | p1, |
Param2 | p2, | ||
Param3 | p3, | ||
Param4 | p4, | ||
Param5 | p5, | ||
Param6 | p6 | ||
) | const [inline] |
Definition at line 1415 of file FastDelegate.h.
bool fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator< | ( | const FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType > & | x | ) | const [inline] |
Definition at line 1386 of file FastDelegate.h.
void fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator= | ( | const FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType > & | x | ) | [inline] |
Definition at line 1380 of file FastDelegate.h.
void fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator= | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6) | function_to_bind | ) | [inline] |
Definition at line 1409 of file FastDelegate.h.
bool fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator== | ( | const FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType > & | x | ) | const [inline] |
Definition at line 1382 of file FastDelegate.h.
bool fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator== | ( | StaticFunctionPtr | funcptr | ) | [inline] |
Definition at line 1429 of file FastDelegate.h.
bool fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::operator> | ( | const FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType > & | x | ) | const [inline] |
Definition at line 1388 of file FastDelegate.h.
void fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::SetMemento | ( | const DelegateMemento & | any | ) | [inline] |
Definition at line 1440 of file FastDelegate.h.
ClosureType fastdelegate::FastDelegate6< Param1, Param2, Param3, Param4, Param5, Param6, RetType >::m_Closure [private] |
Definition at line 1371 of file FastDelegate.h.