libpsynth 0.2.1
Classes | Public Types | Public Member Functions
fastdelegate::FastDelegate2< Param1, Param2, RetType > Class Template Reference

#include <FastDelegate.hpp>

Collaboration diagram for fastdelegate::FastDelegate2< Param1, Param2, RetType >:
Collaboration graph
[legend]

List of all members.

Classes

struct  SafeBoolStruct

Public Types

typedef FastDelegate2 type

Public Member Functions

 FastDelegate2 ()
 FastDelegate2 (const FastDelegate2 &x)
void operator= (const FastDelegate2 &x)
bool operator== (const FastDelegate2 &x) const
bool operator!= (const FastDelegate2 &x) const
bool operator< (const FastDelegate2 &x) const
bool operator> (const FastDelegate2 &x) const
template<class X , class Y >
 FastDelegate2 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2))
template<class X , class Y >
void bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2))
template<class X , class Y >
 FastDelegate2 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2) const)
template<class X , class Y >
void bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1, Param2 p2) const)
 FastDelegate2 (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2))
void operator= (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2))
void bind (DesiredRetType(*function_to_bind)(Param1 p1, Param2 p2))
RetType operator() (Param1 p1, Param2 p2) 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)

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<class Param1, class Param2, class RetType = detail::DefaultVoid>
template<class X , class Y >
void fastdelegate::FastDelegate2< Param1, Param2, RetType >::bind ( Y *  pthis,
DesiredRetType(X::*)(Param1 p1, Param2 p2)  function_to_bind 
) [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate2< Param1, Param2, RetType >::bind ( DesiredRetType(*)(Param1 p1, Param2 p2)  function_to_bind) [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
template<class X , class Y >
void fastdelegate::FastDelegate2< Param1, Param2, RetType >::bind ( const Y *  pthis,
DesiredRetType(X::*)(Param1 p1, Param2 p2) const  function_to_bind 
) [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate2< Param1, Param2, RetType >::clear ( ) [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate2< Param1, Param2, RetType >::empty ( ) const [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
const DelegateMemento& fastdelegate::FastDelegate2< Param1, Param2, RetType >::GetMemento ( ) [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator unspecified_bool_type ( ) const [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator! ( ) const [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator!= ( StaticFunctionPtr  funcptr) [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator!= ( const FastDelegate2< Param1, Param2, RetType > &  x) const [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
RetType fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator() ( Param1  p1,
Param2  p2 
) const [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator< ( const FastDelegate2< Param1, Param2, RetType > &  x) const [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator= ( DesiredRetType(*)(Param1 p1, Param2 p2)  function_to_bind) [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator= ( const FastDelegate2< Param1, Param2, RetType > &  x) [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator== ( const FastDelegate2< Param1, Param2, RetType > &  x) const [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator== ( StaticFunctionPtr  funcptr) [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
bool fastdelegate::FastDelegate2< Param1, Param2, RetType >::operator> ( const FastDelegate2< Param1, Param2, RetType > &  x) const [inline]
template<class Param1, class Param2, class RetType = detail::DefaultVoid>
void fastdelegate::FastDelegate2< Param1, Param2, RetType >::SetMemento ( const DelegateMemento any) [inline]

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