RioEngine  0.1
My first attempt to create a 3D WYSIWYG Game Engine
fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType > Class Template Reference

#include <FastDelegate.h>

Public Types

typedef FastDelegate4 type
 

Public Member Functions

 FastDelegate4 ()
 
 FastDelegate4 (const FastDelegate4 &x)
 
void operator= (const FastDelegate4 &x)
 
bool operator== (const FastDelegate4 &x) const
 
bool operator!= (const FastDelegate4 &x) const
 
bool operator< (const FastDelegate4 &x) const
 
bool operator> (const FastDelegate4 &x) const
 
template<class X , class Y >
 FastDelegate4 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4))
 
template<class X , class Y >
void bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4))
 
template<class X , class Y >
 FastDelegate4 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) const)
 
template<class X , class Y >
void bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) const)
 
 FastDelegate4 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4))
 
void operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4))
 
void bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4))
 
RetType operator() (Param1 p1, Param2 p2, Param3 p3, Param4 p4) 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 Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
class fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >

Definition at line 1194 of file FastDelegate.h.

Member Typedef Documentation

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
typedef FastDelegate4 fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::type

Definition at line 1204 of file FastDelegate.h.

Constructor & Destructor Documentation

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::FastDelegate4 ( )
inline

Definition at line 1207 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::FastDelegate4 ( const FastDelegate4< Param1, Param2, Param3, Param4, RetType > &  x)
inline

Definition at line 1208 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
template<class X , class Y >
fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::FastDelegate4 ( Y *  pthis,
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)  function_to_bind 
)
inline

Definition at line 1222 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
template<class X , class Y >
fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::FastDelegate4 ( const Y *  pthis,
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) const  function_to_bind 
)
inline

Definition at line 1229 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::FastDelegate4 ( DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)  function_to_bind)
inline

Definition at line 1236 of file FastDelegate.h.

Member Function Documentation

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
template<class X , class Y >
void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::bind ( Y *  pthis,
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)  function_to_bind 
)
inline

Definition at line 1225 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
template<class X , class Y >
void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::bind ( const Y *  pthis,
DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) const  function_to_bind 
)
inline

Definition at line 1232 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::bind ( DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)  function_to_bind)
inline

Definition at line 1241 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::clear ( )
inline

Definition at line 1267 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::empty ( ) const
inline

Definition at line 1265 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
const DelegateMemento& fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::GetMemento ( )
inline

Definition at line 1269 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator unspecified_bool_type ( ) const
inline

Definition at line 1255 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator! ( ) const
inline

Definition at line 1263 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator!= ( const FastDelegate4< Param1, Param2, Param3, Param4, RetType > &  x) const
inline

Definition at line 1214 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator!= ( StaticFunctionPtr  funcptr)
inline

Definition at line 1261 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
RetType fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator() ( Param1  p1,
Param2  p2,
Param3  p3,
Param4  p4 
) const
inline

Definition at line 1245 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator< ( const FastDelegate4< Param1, Param2, Param3, Param4, RetType > &  x) const
inline

Definition at line 1216 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator= ( const FastDelegate4< Param1, Param2, Param3, Param4, RetType > &  x)
inline

Definition at line 1210 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator= ( DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4)  function_to_bind)
inline

Definition at line 1239 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator== ( const FastDelegate4< Param1, Param2, Param3, Param4, RetType > &  x) const
inline

Definition at line 1212 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator== ( StaticFunctionPtr  funcptr)
inline

Definition at line 1259 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator> ( const FastDelegate4< Param1, Param2, Param3, Param4, RetType > &  x) const
inline

Definition at line 1218 of file FastDelegate.h.

template<class Param1, class Param2, class Param3, class Param4, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::SetMemento ( const DelegateMemento any)
inline

Definition at line 1270 of file FastDelegate.h.


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