RioEngine  0.1
My first attempt to create a 3D WYSIWYG Game Engine
fastdelegate::FastDelegate0< RetType > Class Template Reference

#include <FastDelegate.h>

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)
 

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 FastDelegate0 fastdelegate::FastDelegate0< RetType >::type

Definition at line 864 of file FastDelegate.h.

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>
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.


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