fastdelegate::FastDelegate0< RetType > Class Template Reference

#include <mi32/fastdelegate.h>

List of all members.

Classes

struct  SafeBoolStruct

Public Types

typedef FastDelegate0 type

Public Member Functions

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

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


Member Typedef Documentation

template<class RetType = detail::DefaultVoid>
typedef detail::ClosurePtr<GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr> fastdelegate::FastDelegate0< RetType >::ClosureType [private]
template<class RetType = detail::DefaultVoid>
typedef detail::DefaultVoidToVoid<RetType>::type fastdelegate::FastDelegate0< RetType >::DesiredRetType [private]
template<class RetType = detail::DefaultVoid>
typedef RetType(detail::GenericClass::* fastdelegate::FastDelegate0< RetType >::GenericMemFn)() [private]
template<class RetType = detail::DefaultVoid>
typedef DesiredRetType(* fastdelegate::FastDelegate0< RetType >::StaticFunctionPtr)() [private]
template<class RetType = detail::DefaultVoid>
typedef FastDelegate0 fastdelegate::FastDelegate0< RetType >::type
template<class RetType = detail::DefaultVoid>
typedef StaticFunctionPtr SafeBoolStruct::* fastdelegate::FastDelegate0< RetType >::unspecified_bool_type [private]
template<class RetType = detail::DefaultVoid>
typedef RetType(* fastdelegate::FastDelegate0< RetType >::UnvoidStaticFunctionPtr)() [private]
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]
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 >::bind ( DesiredRetType(*)()  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>
template<class X , class Y >
void fastdelegate::FastDelegate0< RetType >::bind ( Y *  pthis,
DesiredRetType(X::*)()  function_to_bind 
) [inline]
template<class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate0< RetType >::clear (  )  [inline]
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::empty (  )  const [inline]
template<class RetType = detail::DefaultVoid>
const DelegateMemento& fastdelegate::FastDelegate0< RetType >::GetMemento (  )  [inline]
template<class RetType = detail::DefaultVoid>
RetType fastdelegate::FastDelegate0< RetType >::InvokeStaticFunction (  )  const [inline, private]
template<class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate0< RetType >::operator unspecified_bool_type (  )  const [inline]
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator! (  )  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!= ( const FastDelegate0< RetType > &  x  )  const [inline]
template<class RetType = detail::DefaultVoid>
RetType fastdelegate::FastDelegate0< RetType >::operator() (  )  const [inline]
template<class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate0< RetType >::operator< ( const FastDelegate0< RetType > &  x  )  const [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 >::operator= ( const FastDelegate0< RetType > &  x  )  [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 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>
void fastdelegate::FastDelegate0< RetType >::SetMemento ( const DelegateMemento any  )  [inline]

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:

Generated on Sun Oct 7 21:34:03 2012 for TNTsdk 2012 by  doxygen 1.6.1