|
STM32LIB
|
#include <FastDelegate.h>
Classes | |
| struct | SafeBoolStruct |
Public Types | |
| typedef FastDelegate4 | type |
Public Member Functions | |
| FastDelegate4 () | |
| FastDelegate4 (const FastDelegate4 &x) | |
| void | operator= (const FastDelegate4 &x) |
| bool | operator== (const FastDelegate4 &x) const |
| bool | operator!= (const FastDelegate4 &x) const |
| bool | operator< (const FastDelegate4 &x) const |
| bool | operator> (const FastDelegate4 &x) const |
| 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 > | |
| void | bind (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) | |
| template<class X , class Y > | |
| void | bind (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)) | |
| void | operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)) |
| void | bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)) |
| RetType | operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4) 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, Param4 p4) |
| typedef RetType(* | UnvoidStaticFunctionPtr) (Param1 p1, Param2 p2, Param3 p3, Param4 p4) |
| typedef RetType(detail::GenericClass::* | GenericMemFn) (Param1 p1, Param2 p2, Param3 p3, Param4 p4) |
| typedef detail::ClosurePtr< GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr > | ClosureType |
| typedef struct fastdelegate::FastDelegate4::SafeBoolStruct | UselessTypedef |
| typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
Private Member Functions | |
| RetType | InvokeStaticFunction (Param1 p1, Param2 p2, Param3 p3, Param4 p4) const |
Private Attributes | |
| ClosureType | m_Closure |
|
private |
|
private |
|
private |
|
private |
|
private |
| typedef FastDelegate4 fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::type |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
private |
1.8.9.1