|
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 > > > > > > | Params |
Static Public Member Functions | |
| static R | call (D fp, TypeListValues< Params > &tvl) |
Static Public Attributes | |
| static bool const | isMemberFunction = false |
Definition at line 697 of file FuncTraits.h.
| typedef D FuncTraits< R(*)(P1, P2, P3, P4, P5, P6) throw(), D >::DeclType |
Definition at line 700 of file FuncTraits.h.
| typedef TypeList<P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5, TypeList <P6> > > > > > FuncTraits< R(*)(P1, P2, P3, P4, P5, P6) throw(), D >::Params |
Definition at line 702 of file FuncTraits.h.
| typedef R FuncTraits< R(*)(P1, P2, P3, P4, P5, P6) throw(), D >::ReturnType |
Definition at line 701 of file FuncTraits.h.
|
inlinestatic |
Definition at line 703 of file FuncTraits.h.
|
static |
Definition at line 699 of file FuncTraits.h.