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

#include <FastDelegate.h>

List of all members.

Classes

struct  SafeBoolStruct

Public Types

typedef FastDelegate1 type

Public Member Functions

template<class X , class Y >
void bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1))
template<class X , class Y >
void bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1) const)
void bind (DesiredRetType(*function_to_bind)(Param1 p1))
void clear ()
bool empty () const
 FastDelegate1 ()
 FastDelegate1 (const FastDelegate1 &x)
template<class X , class Y >
 FastDelegate1 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1))
template<class X , class Y >
 FastDelegate1 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1) const)
 FastDelegate1 (DesiredRetType(*function_to_bind)(Param1 p1))
const DelegateMementoGetMemento ()
 operator unspecified_bool_type () const
bool operator! () const
bool operator!= (const FastDelegate1 &x) const
bool operator!= (StaticFunctionPtr funcptr)
RetType operator() (Param1 p1) const
bool operator< (const FastDelegate1 &x) const
void operator= (const FastDelegate1 &x)
void operator= (DesiredRetType(*function_to_bind)(Param1 p1))
bool operator== (const FastDelegate1 &x) const
bool operator== (StaticFunctionPtr funcptr)
bool operator> (const FastDelegate1 &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 )(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

Private Attributes

ClosureType m_Closure

Detailed Description

template<class Param1, class RetType = detail::DefaultVoid>
class fastdelegate::FastDelegate1< Param1, RetType >

Definition at line 939 of file FastDelegate.h.


Member Typedef Documentation

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

Definition at line 945 of file FastDelegate.h.

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

Definition at line 941 of file FastDelegate.h.

template<class Param1, class RetType = detail::DefaultVoid>
typedef RetType(detail::GenericClass::* fastdelegate::FastDelegate1< Param1, RetType >::GenericMemFn)(Param1 p1) [private]

Definition at line 944 of file FastDelegate.h.

template<class Param1, class RetType = detail::DefaultVoid>
typedef DesiredRetType(* fastdelegate::FastDelegate1< Param1, RetType >::StaticFunctionPtr)(Param1 p1) [private]

Definition at line 942 of file FastDelegate.h.

template<class Param1, class RetType = detail::DefaultVoid>
typedef FastDelegate1 fastdelegate::FastDelegate1< Param1, RetType >::type

Definition at line 949 of file FastDelegate.h.

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

Definition at line 998 of file FastDelegate.h.

template<class Param1, class RetType = detail::DefaultVoid>
typedef RetType(* fastdelegate::FastDelegate1< Param1, RetType >::UnvoidStaticFunctionPtr)(Param1 p1) [private]

Definition at line 943 of file FastDelegate.h.

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

Constructor & Destructor Documentation

template<class Param1, class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate1< Param1, RetType >::FastDelegate1 ( ) [inline]

Definition at line 952 of file FastDelegate.h.

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

Definition at line 953 of file FastDelegate.h.

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

Definition at line 967 of file FastDelegate.h.

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

Definition at line 974 of file FastDelegate.h.

template<class Param1, class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate1< Param1, RetType >::FastDelegate1 ( DesiredRetType(*)(Param1 p1)  function_to_bind) [inline]

Definition at line 981 of file FastDelegate.h.


Member Function Documentation

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

Definition at line 970 of file FastDelegate.h.

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

Definition at line 977 of file FastDelegate.h.

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

Definition at line 986 of file FastDelegate.h.

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

Definition at line 1012 of file FastDelegate.h.

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

Definition at line 1010 of file FastDelegate.h.

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

Definition at line 1014 of file FastDelegate.h.

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

Definition at line 1018 of file FastDelegate.h.

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

Definition at line 1000 of file FastDelegate.h.

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

Definition at line 1008 of file FastDelegate.h.

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

Definition at line 959 of file FastDelegate.h.

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

Definition at line 1006 of file FastDelegate.h.

template<class Param1, class RetType = detail::DefaultVoid>
RetType fastdelegate::FastDelegate1< Param1, RetType >::operator() ( Param1  p1) const [inline]

Definition at line 990 of file FastDelegate.h.

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

Definition at line 961 of file FastDelegate.h.

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

Definition at line 955 of file FastDelegate.h.

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

Definition at line 984 of file FastDelegate.h.

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

Definition at line 957 of file FastDelegate.h.

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

Definition at line 1004 of file FastDelegate.h.

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

Definition at line 963 of file FastDelegate.h.

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

Definition at line 1015 of file FastDelegate.h.


Member Data Documentation

template<class Param1, class RetType = detail::DefaultVoid>
ClosureType fastdelegate::FastDelegate1< Param1, RetType >::m_Closure [private]

Definition at line 946 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