|
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 > > > > | Params |
Static Public Member Functions | |
| static R | call (T const *obj, D fp, TypeListValues< Params > &tvl) |
Static Public Attributes | |
| static bool const | isMemberFunction = true |
| static bool const | isConstMemberFunction = true |
Definition at line 1020 of file FuncTraits.h.
| typedef T FuncTraits< R(T::*)(P1, P2, P3, P4) const throw(), D >::ClassType |
Definition at line 1025 of file FuncTraits.h.
| typedef D FuncTraits< R(T::*)(P1, P2, P3, P4) const throw(), D >::DeclType |
Definition at line 1024 of file FuncTraits.h.
| typedef TypeList<P1, TypeList <P2, TypeList <P3, TypeList <P4> > > > FuncTraits< R(T::*)(P1, P2, P3, P4) const throw(), D >::Params |
Definition at line 1027 of file FuncTraits.h.
| typedef R FuncTraits< R(T::*)(P1, P2, P3, P4) const throw(), D >::ReturnType |
Definition at line 1026 of file FuncTraits.h.
|
inlinestatic |
Definition at line 1028 of file FuncTraits.h.
|
static |
Definition at line 1023 of file FuncTraits.h.
|
static |
Definition at line 1022 of file FuncTraits.h.