|
Ardour
9.7-346-g24411a84b4
|
#include <FuncTraits.h>
Public Types | |
| typedef D | DeclType |
| typedef R | ReturnType |
| typedef TypeList< P1, TypeList< P2, TypeList< P3, TypeList< P4, TypeList< P5, TypeList< P6, TypeList< P7 > > > > > > > | Params |
Static Public Member Functions | |
| static R | call (D fp, TypeListValues< Params > &tvl) |
Static Public Attributes | |
| static bool const | isMemberFunction = false |
Definition at line 710 of file FuncTraits.h.
| typedef D FuncTraits< R(*)(P1, P2, P3, P4, P5, P6, P7) throw(), D >::DeclType |
Definition at line 713 of file FuncTraits.h.
| typedef TypeList<P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6, TypeList <P7> > > > > > > FuncTraits< R(*)(P1, P2, P3, P4, P5, P6, P7) throw(), D >::Params |
Definition at line 715 of file FuncTraits.h.
| typedef R FuncTraits< R(*)(P1, P2, P3, P4, P5, P6, P7) throw(), D >::ReturnType |
Definition at line 714 of file FuncTraits.h.
|
inlinestatic |
Definition at line 716 of file FuncTraits.h.
|
static |
Definition at line 712 of file FuncTraits.h.