|
Ardour
9.7-336-gb784ad01ee
|
#include <FuncTraits.h>
Public Types | |
| typedef D | DeclType |
| typedef T | ClassType |
| typedef R | ReturnType |
| typedef TypeList< P1, TypeList< P2, TypeList< P3, TypeList< P4, TypeList< P5 > > > > > | Params |
Static Public Member Functions | |
| static R | call (T *obj, D fp, TypeListValues< Params > &tvl) |
Static Public Attributes | |
| static bool const | isMemberFunction = true |
| static bool const | isConstMemberFunction = false |
Definition at line 852 of file FuncTraits.h.
| typedef T FuncTraits< R(T::*)(P1, P2, P3, P4, P5) throw(), D >::ClassType |
Definition at line 857 of file FuncTraits.h.
| typedef D FuncTraits< R(T::*)(P1, P2, P3, P4, P5) throw(), D >::DeclType |
Definition at line 856 of file FuncTraits.h.
| typedef TypeList<P1, TypeList <P2, TypeList <P3, TypeList <P4, TypeList <P5> > > > > FuncTraits< R(T::*)(P1, P2, P3, P4, P5) throw(), D >::Params |
Definition at line 859 of file FuncTraits.h.
| typedef R FuncTraits< R(T::*)(P1, P2, P3, P4, P5) throw(), D >::ReturnType |
Definition at line 858 of file FuncTraits.h.
|
inlinestatic |
Definition at line 860 of file FuncTraits.h.
|
static |
Definition at line 855 of file FuncTraits.h.
|
static |
Definition at line 854 of file FuncTraits.h.