STM32LIB
Classes | Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
fastdelegate::FastDelegate0< RetType > Class Template Reference

#include <FastDelegate.h>

Classes

struct  SafeBoolStruct
 

Public Types

typedef FastDelegate0 type
 

Public Member Functions

 FastDelegate0 ()
 
 FastDelegate0 (const FastDelegate0 &x)
 
void operator= (const FastDelegate0 &x)
 
bool operator== (const FastDelegate0 &x) const
 
bool operator!= (const FastDelegate0 &x) const
 
bool operator< (const FastDelegate0 &x) const
 
bool operator> (const FastDelegate0 &x) const
 
template<class X , class Y >
 FastDelegate0 (Y *pthis, DesiredRetType(X::*function_to_bind)())
 
template<class X , class Y >
void bind (Y *pthis, DesiredRetType(X::*function_to_bind)())
 
template<class X , class Y >
 FastDelegate0 (const Y *pthis, DesiredRetType(X::*function_to_bind)() const)
 
template<class X , class Y >
void bind (const Y *pthis, DesiredRetType(X::*function_to_bind)() const)
 
 FastDelegate0 (DesiredRetType(*function_to_bind)())
 
void operator= (DesiredRetType(*function_to_bind)())
 
void bind (DesiredRetType(*function_to_bind)())
 
RetType operator() () const
 
 operator unspecified_bool_type () const
 
bool operator== (StaticFunctionPtr funcptr)
 
bool operator!= (StaticFunctionPtr funcptr)
 
bool operator! () const
 
bool empty () const
 
void clear ()
 
const DelegateMementoGetMemento ()
 
void SetMemento (const DelegateMemento &any)
 

Private Types

typedef detail::DefaultVoidToVoid< RetType >::type DesiredRetType
 
typedef DesiredRetType(* StaticFunctionPtr) ()
 
typedef RetType(* UnvoidStaticFunctionPtr) ()
 
typedef RetType(detail::GenericClass::* GenericMemFn) ()
 
typedef detail::ClosurePtr< GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtrClosureType
 
typedef struct fastdelegate::FastDelegate0::SafeBoolStruct UselessTypedef
 
typedef StaticFunctionPtr SafeBoolStruct::* unspecified_bool_type
 

Private Member Functions

RetType InvokeStaticFunction () const
 

Private Attributes

ClosureType m_Closure
 

Member Typedef Documentation

template<class RetType = detail::DefaultVoid>
typedef detail::DefaultVoidToVoid<RetType>::type fastdelegate::FastDelegate0< RetType >::DesiredRetType
private
template<class RetType = detail::DefaultVoid>
typedef DesiredRetType(* fastdelegate::FastDelegate0< RetType >::StaticFunctionPtr) ()
private
template<class RetType = detail::DefaultVoid>
typedef RetType(* fastdelegate::FastDelegate0< RetType >::UnvoidStaticFunctionPtr) ()
private
template<class RetType = detail::DefaultVoid>
typedef RetType(detail::GenericClass::* fastdelegate::FastDelegate0< RetType >::GenericMemFn) ()
private
template<class RetType = detail::DefaultVoid>
typedef detail::ClosurePtr<GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr> fastdelegate::FastDelegate0< RetType >::ClosureType
private
template<class RetType = detail::DefaultVoid>
typedef FastDelegate0 fastdelegate::FastDelegate0< RetType >::type
template<class RetType = detail::DefaultVoid>
typedef struct fastdelegate::FastDelegate0::SafeBoolStruct fastdelegate::FastDelegate0< RetType >::UselessTypedef
private
template<class RetType = detail::DefaultVoid>
typedef StaticFunctionPtr SafeBoolStruct::* fastdelegate::FastDelegate0< RetType >::unspecified_bool_type
private

Constructor & Destructor Documentation

template<class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate0< RetType >::FastDelegate0 ( )
inline
template<class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate0< RetType >::FastDelegate0 ( const FastDelegate0< RetType > &  x)
inline
template<class RetType = detail::DefaultVoid>
template<class X , class Y >
fastdelegate::FastDelegate0< RetType >::FastDelegate0 ( Y *  pthis,
DesiredRetType(X::*)()  function_to_bind 
)
inline
template<class RetType = detail::DefaultVoid>
template<class X , class Y >
fastdelegate::FastDelegate0< RetType >::FastDelegate0 ( const Y *  pthis,
DesiredRetType(X::*)() const  function_to_bind 
)
inline
template<class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate0< RetType >::FastDelegate0 ( DesiredRetType(*)()  function_to_bind)
inline

Member Function Documentation

template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::operator= ( const FastDelegate0< RetType > &  x)
inline
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator== ( const FastDelegate0< RetType > &  x) const
inline
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator!= ( const FastDelegate0< RetType > &  x) const
inline
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator< ( const FastDelegate0< RetType > &  x) const
inline
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator> ( const FastDelegate0< RetType > &  x) const
inline
template<class RetType = detail::DefaultVoid>
template<class X , class Y >
void fastdelegate::FastDelegate0< RetType >::bind ( Y *  pthis,
DesiredRetType(X::*)()  function_to_bind 
)
inline
template<class RetType = detail::DefaultVoid>
template<class X , class Y >
void fastdelegate::FastDelegate0< RetType >::bind ( const Y *  pthis,
DesiredRetType(X::*)() const  function_to_bind 
)
inline
template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::operator= ( DesiredRetType(*)()  function_to_bind)
inline
template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::bind ( DesiredRetType(*)()  function_to_bind)
inline
template<class RetType = detail::DefaultVoid>
RetType fastdelegate::FastDelegate0< RetType >::operator() ( ) const
inline
template<class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate0< RetType >::operator unspecified_bool_type ( ) const
inline
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator== ( StaticFunctionPtr  funcptr)
inline
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator!= ( StaticFunctionPtr  funcptr)
inline
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator! ( ) const
inline
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::empty ( ) const
inline
template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::clear ( )
inline
template<class RetType = detail::DefaultVoid>
const DelegateMemento& fastdelegate::FastDelegate0< RetType >::GetMemento ( )
inline
template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::SetMemento ( const DelegateMemento any)
inline
template<class RetType = detail::DefaultVoid>
RetType fastdelegate::FastDelegate0< RetType >::InvokeStaticFunction ( ) const
inlineprivate

Member Data Documentation

template<class RetType = detail::DefaultVoid>
ClosureType fastdelegate::FastDelegate0< RetType >::m_Closure
private

The documentation for this class was generated from the following file: