fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType > Class Template Reference#include <FastDelegate.h>
Inheritance diagram for fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >: ![]()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef FastDelegate3 | type |
Public Member Functions | |
| FastDelegate3 () | |
| FastDelegate3 (const FastDelegate3 &x) | |
| void | operator= (const FastDelegate3 &x) |
| bool | operator== (const FastDelegate3 &x) const |
| bool | operator!= (const FastDelegate3 &x) const |
| bool | operator< (const FastDelegate3 &x) const |
| bool | operator> (const FastDelegate3 &x) const |
| template<class X, class Y> | |
| FastDelegate3 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) | |
| template<class X, class Y> | |
| void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) |
| template<class X, class Y> | |
| FastDelegate3 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3) const) | |
| template<class X, class Y> | |
| void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3) const) |
| FastDelegate3 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) | |
| void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) |
| void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3)) |
| RetType | operator() (Param1 p1, Param2 p2, Param3 p3) const |
| operator unspecified_bool_type () const | |
| bool | operator== (StaticFunctionPtr funcptr) |
| bool | operator!= (StaticFunctionPtr funcptr) |
| bool | operator! () const |
| bool | empty () const |
| void | clear () |
| const DelegateMemento & | GetMemento () |
| void | SetMemento (const DelegateMemento &any) |
Private Types | |
| typedef detail::DefaultVoidToVoid< RetType >::type | DesiredRetType |
| typedef DesiredRetType(*) | StaticFunctionPtr (Param1 p1, Param2 p2, Param3 p3) |
| typedef RetType(*) | UnvoidStaticFunctionPtr (Param1 p1, Param2 p2, Param3 p3) |
| typedef RetType(detail::GenericClass::*) | GenericMemFn (Param1 p1, Param2 p2, Param3 p3) |
| typedef detail::ClosurePtr< GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr > | ClosureType |
| typedef fastdelegate::FastDelegate3::SafeBoolStruct | UselessTypedef |
| typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
Private Member Functions | |
| RetType | InvokeStaticFunction (Param1 p1, Param2 p2, Param3 p3) const |
Private Attributes | |
| ClosureType | m_Closure |
Classes | |
| struct | SafeBoolStruct |
typedef detail::DefaultVoidToVoid<RetType>::type fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::DesiredRetType [private] |
typedef DesiredRetType(*) fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::StaticFunctionPtr(Param1 p1, Param2 p2, Param3 p3) [private] |
typedef RetType(*) fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::UnvoidStaticFunctionPtr(Param1 p1, Param2 p2, Param3 p3) [private] |
typedef RetType(detail::GenericClass::*) fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::GenericMemFn(Param1 p1, Param2 p2, Param3 p3) [private] |
typedef detail::ClosurePtr<GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr> fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::ClosureType [private] |
| typedef FastDelegate3 fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::type |
typedef struct fastdelegate::FastDelegate3::SafeBoolStruct fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::UselessTypedef [private] |
typedef StaticFunctionPtr SafeBoolStruct::* fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::unspecified_bool_type [private] |
| fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::FastDelegate3 | ( | ) | [inline] |
| fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::FastDelegate3 | ( | const FastDelegate3< Param1, Param2, Param3, RetType > & | x | ) | [inline] |
| fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::FastDelegate3 | ( | Y * | pthis, | |
| DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) | function_to_bind | |||
| ) | [inline] |
| fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::FastDelegate3 | ( | const Y * | pthis, | |
| DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) const | function_to_bind | |||
| ) | [inline] |
| fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::FastDelegate3 | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3) | function_to_bind | ) | [inline] |
| void fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator= | ( | const FastDelegate3< Param1, Param2, Param3, RetType > & | x | ) | [inline] |
| bool fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator== | ( | const FastDelegate3< Param1, Param2, Param3, RetType > & | x | ) | const [inline] |
| bool fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator!= | ( | const FastDelegate3< Param1, Param2, Param3, RetType > & | x | ) | const [inline] |
| bool fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator< | ( | const FastDelegate3< Param1, Param2, Param3, RetType > & | x | ) | const [inline] |
| bool fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator> | ( | const FastDelegate3< Param1, Param2, Param3, RetType > & | x | ) | const [inline] |
| void fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::bind | ( | Y * | pthis, | |
| DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) | function_to_bind | |||
| ) | [inline] |
| void fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::bind | ( | const Y * | pthis, | |
| DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) const | function_to_bind | |||
| ) | [inline] |
| void fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator= | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3) | function_to_bind | ) | [inline] |
| void fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::bind | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3) | function_to_bind | ) | [inline] |
| RetType fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator() | ( | Param1 | p1, | |
| Param2 | p2, | |||
| Param3 | p3 | |||
| ) | const [inline] |
| fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator unspecified_bool_type | ( | ) | const [inline] |
| bool fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator== | ( | StaticFunctionPtr | funcptr | ) | [inline] |
| bool fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator!= | ( | StaticFunctionPtr | funcptr | ) | [inline] |
| bool fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::operator! | ( | ) | const [inline] |
| bool fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::empty | ( | ) | const [inline] |
| void fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::clear | ( | ) | [inline] |
| const DelegateMemento& fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::GetMemento | ( | ) | [inline] |
| void fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::SetMemento | ( | const DelegateMemento & | any | ) | [inline] |
| RetType fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::InvokeStaticFunction | ( | Param1 | p1, | |
| Param2 | p2, | |||
| Param3 | p3 | |||
| ) | const [inline, private] |
ClosureType fastdelegate::FastDelegate3< Param1, Param2, Param3, RetType >::m_Closure [private] |