#include <mi32/fastdelegate.h>
Classes | |
| struct | SafeBoolStruct |
Public Types | |
| typedef FastDelegate1 | type |
Public Member Functions | |
| FastDelegate1 (DesiredRetType(*function_to_bind)(Param1 p1)) | |
| template<class X , class Y > | |
| FastDelegate1 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1) const) | |
| template<class X , class Y > | |
| FastDelegate1 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1)) | |
| FastDelegate1 (const FastDelegate1 &x) | |
| FastDelegate1 () | |
| void | bind (DesiredRetType(*function_to_bind)(Param1 p1)) |
| template<class X , class Y > | |
| void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1) const) |
| template<class X , class Y > | |
| void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1)) |
| void | clear () |
| bool | empty () const |
| const DelegateMemento & | GetMemento () |
| operator unspecified_bool_type () const | |
| bool | operator! () const |
| bool | operator!= (StaticFunctionPtr funcptr) |
| bool | operator!= (const FastDelegate1 &x) const |
| RetType | operator() (Param1 p1) const |
| bool | operator< (const FastDelegate1 &x) const |
| void | operator= (DesiredRetType(*function_to_bind)(Param1 p1)) |
| void | operator= (const FastDelegate1 &x) |
| bool | operator== (StaticFunctionPtr funcptr) |
| bool | operator== (const FastDelegate1 &x) const |
| bool | operator> (const FastDelegate1 &x) const |
| void | SetMemento (const DelegateMemento &any) |
Protected Attributes | |
| ClosureType | m_Closure |
Private Types | |
| typedef detail::ClosurePtr < GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr > | ClosureType |
| typedef detail::DefaultVoidToVoid < RetType >::type | DesiredRetType |
| typedef RetType(detail::GenericClass::* | GenericMemFn )(Param1 p1) |
| typedef DesiredRetType(* | StaticFunctionPtr )(Param1 p1) |
| typedef StaticFunctionPtr SafeBoolStruct::* | unspecified_bool_type |
| typedef RetType(* | UnvoidStaticFunctionPtr )(Param1 p1) |
| typedef struct fastdelegate::FastDelegate1::SafeBoolStruct | UselessTypedef |
Private Member Functions | |
| RetType | InvokeStaticFunction (Param1 p1) const |
typedef detail::ClosurePtr<GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr> fastdelegate::FastDelegate1< Param1, RetType >::ClosureType [private] |
typedef detail::DefaultVoidToVoid<RetType>::type fastdelegate::FastDelegate1< Param1, RetType >::DesiredRetType [private] |
typedef RetType(detail::GenericClass::* fastdelegate::FastDelegate1< Param1, RetType >::GenericMemFn)(Param1 p1) [private] |
typedef DesiredRetType(* fastdelegate::FastDelegate1< Param1, RetType >::StaticFunctionPtr)(Param1 p1) [private] |
| typedef FastDelegate1 fastdelegate::FastDelegate1< Param1, RetType >::type |
typedef StaticFunctionPtr SafeBoolStruct::* fastdelegate::FastDelegate1< Param1, RetType >::unspecified_bool_type [private] |
typedef RetType(* fastdelegate::FastDelegate1< Param1, RetType >::UnvoidStaticFunctionPtr)(Param1 p1) [private] |
typedef struct fastdelegate::FastDelegate1::SafeBoolStruct fastdelegate::FastDelegate1< Param1, RetType >::UselessTypedef [private] |
| fastdelegate::FastDelegate1< Param1, RetType >::FastDelegate1 | ( | ) | [inline] |
| fastdelegate::FastDelegate1< Param1, RetType >::FastDelegate1 | ( | const FastDelegate1< Param1, RetType > & | x | ) | [inline] |
| fastdelegate::FastDelegate1< Param1, RetType >::FastDelegate1 | ( | Y * | pthis, | |
| DesiredRetType(X::*)(Param1 p1) | function_to_bind | |||
| ) | [inline] |
| fastdelegate::FastDelegate1< Param1, RetType >::FastDelegate1 | ( | const Y * | pthis, | |
| DesiredRetType(X::*)(Param1 p1) const | function_to_bind | |||
| ) | [inline] |
| fastdelegate::FastDelegate1< Param1, RetType >::FastDelegate1 | ( | DesiredRetType(*)(Param1 p1) | function_to_bind | ) | [inline] |
| void fastdelegate::FastDelegate1< Param1, RetType >::bind | ( | DesiredRetType(*)(Param1 p1) | function_to_bind | ) | [inline] |
| void fastdelegate::FastDelegate1< Param1, RetType >::bind | ( | const Y * | pthis, | |
| DesiredRetType(X::*)(Param1 p1) const | function_to_bind | |||
| ) | [inline] |
| void fastdelegate::FastDelegate1< Param1, RetType >::bind | ( | Y * | pthis, | |
| DesiredRetType(X::*)(Param1 p1) | function_to_bind | |||
| ) | [inline] |
| void fastdelegate::FastDelegate1< Param1, RetType >::clear | ( | ) | [inline] |
| bool fastdelegate::FastDelegate1< Param1, RetType >::empty | ( | ) | const [inline] |
| const DelegateMemento& fastdelegate::FastDelegate1< Param1, RetType >::GetMemento | ( | ) | [inline] |
| RetType fastdelegate::FastDelegate1< Param1, RetType >::InvokeStaticFunction | ( | Param1 | p1 | ) | const [inline, private] |
| fastdelegate::FastDelegate1< Param1, RetType >::operator unspecified_bool_type | ( | ) | const [inline] |
| bool fastdelegate::FastDelegate1< Param1, RetType >::operator! | ( | ) | const [inline] |
| bool fastdelegate::FastDelegate1< Param1, RetType >::operator!= | ( | StaticFunctionPtr | funcptr | ) | [inline] |
| bool fastdelegate::FastDelegate1< Param1, RetType >::operator!= | ( | const FastDelegate1< Param1, RetType > & | x | ) | const [inline] |
| RetType fastdelegate::FastDelegate1< Param1, RetType >::operator() | ( | Param1 | p1 | ) | const [inline] |
| bool fastdelegate::FastDelegate1< Param1, RetType >::operator< | ( | const FastDelegate1< Param1, RetType > & | x | ) | const [inline] |
| void fastdelegate::FastDelegate1< Param1, RetType >::operator= | ( | DesiredRetType(*)(Param1 p1) | function_to_bind | ) | [inline] |
| void fastdelegate::FastDelegate1< Param1, RetType >::operator= | ( | const FastDelegate1< Param1, RetType > & | x | ) | [inline] |
| bool fastdelegate::FastDelegate1< Param1, RetType >::operator== | ( | StaticFunctionPtr | funcptr | ) | [inline] |
| bool fastdelegate::FastDelegate1< Param1, RetType >::operator== | ( | const FastDelegate1< Param1, RetType > & | x | ) | const [inline] |
| bool fastdelegate::FastDelegate1< Param1, RetType >::operator> | ( | const FastDelegate1< Param1, RetType > & | x | ) | const [inline] |
| void fastdelegate::FastDelegate1< Param1, RetType >::SetMemento | ( | const DelegateMemento & | any | ) | [inline] |
ClosureType fastdelegate::FastDelegate1< Param1, RetType >::m_Closure [protected] |
1.6.1