Classes | Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes
fastdelegate::FastDelegate0< RetType > Class Template Reference

#include <FastDelegate.h>

List of all members.

Classes

struct  SafeBoolStruct

Public Types

typedef FastDelegate0 type

Public Member Functions

template<class X , class Y >
void bind (Y *pthis, DesiredRetType(X::*function_to_bind)())
template<class X , class Y >
void bind (const Y *pthis, DesiredRetType(X::*function_to_bind)() const)
void bind (DesiredRetType(*function_to_bind)())
void clear ()
bool empty () const
 FastDelegate0 ()
 FastDelegate0 (const FastDelegate0 &x)
template<class X , class Y >
 FastDelegate0 (Y *pthis, DesiredRetType(X::*function_to_bind)())
template<class X , class Y >
 FastDelegate0 (const Y *pthis, DesiredRetType(X::*function_to_bind)() const)
 FastDelegate0 (DesiredRetType(*function_to_bind)())
const DelegateMementoGetMemento ()
 operator unspecified_bool_type () const
bool operator! () const
bool operator!= (const FastDelegate0 &x) const
bool operator!= (StaticFunctionPtr funcptr)
RetType operator() () const
bool operator< (const FastDelegate0 &x) const
void operator= (const FastDelegate0 &x)
void operator= (DesiredRetType(*function_to_bind)())
bool operator== (const FastDelegate0 &x) const
bool operator== (StaticFunctionPtr funcptr)
bool operator> (const FastDelegate0 &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 )()
typedef DesiredRetType(* StaticFunctionPtr )()
typedef StaticFunctionPtr
SafeBoolStruct::* 
unspecified_bool_type
typedef RetType(* UnvoidStaticFunctionPtr )()
typedef struct
fastdelegate::FastDelegate0::SafeBoolStruct 
UselessTypedef

Private Member Functions

RetType InvokeStaticFunction () const

Private Attributes

ClosureType m_Closure

Detailed Description

template<class RetType = detail::DefaultVoid>
class fastdelegate::FastDelegate0< RetType >

Definition at line 854 of file FastDelegate.h.


Member Typedef Documentation

template<class RetType = detail::DefaultVoid>
typedef detail::ClosurePtr<GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr> fastdelegate::FastDelegate0< RetType >::ClosureType [private]

Definition at line 860 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
typedef detail::DefaultVoidToVoid<RetType>::type fastdelegate::FastDelegate0< RetType >::DesiredRetType [private]

Definition at line 856 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
typedef RetType(detail::GenericClass::* fastdelegate::FastDelegate0< RetType >::GenericMemFn)() [private]

Definition at line 859 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
typedef DesiredRetType(* fastdelegate::FastDelegate0< RetType >::StaticFunctionPtr)() [private]

Definition at line 857 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
typedef FastDelegate0 fastdelegate::FastDelegate0< RetType >::type

Definition at line 864 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
typedef StaticFunctionPtr SafeBoolStruct::* fastdelegate::FastDelegate0< RetType >::unspecified_bool_type [private]

Definition at line 913 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
typedef RetType(* fastdelegate::FastDelegate0< RetType >::UnvoidStaticFunctionPtr)() [private]

Definition at line 858 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
typedef struct fastdelegate::FastDelegate0::SafeBoolStruct fastdelegate::FastDelegate0< RetType >::UselessTypedef [private]

Constructor & Destructor Documentation

template<class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate0< RetType >::FastDelegate0 ( ) [inline]

Definition at line 867 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate0< RetType >::FastDelegate0 ( const FastDelegate0< RetType > &  x) [inline]

Definition at line 868 of file FastDelegate.h.

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

Definition at line 882 of file FastDelegate.h.

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

Definition at line 889 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate0< RetType >::FastDelegate0 ( DesiredRetType(*)()  function_to_bind) [inline]

Definition at line 896 of file FastDelegate.h.


Member Function Documentation

template<class RetType = detail::DefaultVoid>
template<class X , class Y >
void fastdelegate::FastDelegate0< RetType >::bind ( Y *  pthis,
DesiredRetType(X::*)()  function_to_bind 
) [inline]

Definition at line 885 of file FastDelegate.h.

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]

Definition at line 892 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::bind ( DesiredRetType(*)()  function_to_bind) [inline]

Definition at line 901 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::clear ( ) [inline]

Definition at line 927 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::empty ( ) const [inline]

Definition at line 925 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
const DelegateMemento& fastdelegate::FastDelegate0< RetType >::GetMemento ( ) [inline]

Definition at line 929 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
RetType fastdelegate::FastDelegate0< RetType >::InvokeStaticFunction ( ) const [inline, private]

Definition at line 933 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate0< RetType >::operator unspecified_bool_type ( ) const [inline]

Definition at line 915 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator! ( ) const [inline]

Definition at line 923 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator!= ( const FastDelegate0< RetType > &  x) const [inline]

Definition at line 874 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator!= ( StaticFunctionPtr  funcptr) [inline]

Definition at line 921 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
RetType fastdelegate::FastDelegate0< RetType >::operator() ( ) const [inline]

Definition at line 905 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator< ( const FastDelegate0< RetType > &  x) const [inline]

Definition at line 876 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::operator= ( const FastDelegate0< RetType > &  x) [inline]

Definition at line 870 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::operator= ( DesiredRetType(*)()  function_to_bind) [inline]

Definition at line 899 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator== ( const FastDelegate0< RetType > &  x) const [inline]

Definition at line 872 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator== ( StaticFunctionPtr  funcptr) [inline]

Definition at line 919 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator> ( const FastDelegate0< RetType > &  x) const [inline]

Definition at line 878 of file FastDelegate.h.

template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::SetMemento ( const DelegateMemento any) [inline]

Definition at line 930 of file FastDelegate.h.


Member Data Documentation

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

Definition at line 861 of file FastDelegate.h.


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


socketcan_interface
Author(s): Mathias Lüdtke
autogenerated on Sun Sep 3 2017 03:10:38