|
libpsynth 0.2.1
|
#include <FastDelegate.hpp>

Classes | |
| struct | SafeBoolStruct |
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 DelegateMemento & | GetMemento () |
| void | SetMemento (const DelegateMemento &any) |
| typedef FastDelegate4 fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::type |
| fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::FastDelegate4 | ( | ) | [inline] |
| fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::FastDelegate4 | ( | const FastDelegate4< Param1, Param2, Param3, Param4, RetType > & | x | ) | [inline] |
| fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::FastDelegate4 | ( | Y * | pthis, |
| DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) | function_to_bind | ||
| ) | [inline] |
| 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] |
| fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::FastDelegate4 | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) | function_to_bind | ) | [inline] |
| 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] |
| void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::bind | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) | function_to_bind | ) | [inline] |
| 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] |
| void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::clear | ( | ) | [inline] |
| bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::empty | ( | ) | const [inline] |
| const DelegateMemento& fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::GetMemento | ( | ) | [inline] |
| fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator unspecified_bool_type | ( | ) | const [inline] |
| bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator! | ( | ) | const [inline] |
| bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator!= | ( | StaticFunctionPtr | funcptr | ) | [inline] |
| bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator!= | ( | const FastDelegate4< Param1, Param2, Param3, Param4, RetType > & | x | ) | const [inline] |
| RetType fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator() | ( | Param1 | p1, |
| Param2 | p2, | ||
| Param3 | p3, | ||
| Param4 | p4 | ||
| ) | const [inline] |
| bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator< | ( | const FastDelegate4< Param1, Param2, Param3, Param4, RetType > & | x | ) | const [inline] |
| void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator= | ( | DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3, Param4 p4) | function_to_bind | ) | [inline] |
| void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator= | ( | const FastDelegate4< Param1, Param2, Param3, Param4, RetType > & | x | ) | [inline] |
| bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator== | ( | const FastDelegate4< Param1, Param2, Param3, Param4, RetType > & | x | ) | const [inline] |
| bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator== | ( | StaticFunctionPtr | funcptr | ) | [inline] |
| bool fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::operator> | ( | const FastDelegate4< Param1, Param2, Param3, Param4, RetType > & | x | ) | const [inline] |
| void fastdelegate::FastDelegate4< Param1, Param2, Param3, Param4, RetType >::SetMemento | ( | const DelegateMemento & | any | ) | [inline] |
1.7.4