|
Ardour
9.7-336-gb784ad01ee
|
#include <FuncTraits.h>
Public Types | |
| typedef D | DeclType |
| typedef T | ClassType |
| typedef R | ReturnType |
| typedef TypeList< P1 > | 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 792 of file FuncTraits.h.
| typedef T FuncTraits< R(T::*)(P1) throw(), D >::ClassType |
Definition at line 797 of file FuncTraits.h.
| typedef D FuncTraits< R(T::*)(P1) throw(), D >::DeclType |
Definition at line 796 of file FuncTraits.h.
| typedef TypeList<P1> FuncTraits< R(T::*)(P1) throw(), D >::Params |
Definition at line 799 of file FuncTraits.h.
| typedef R FuncTraits< R(T::*)(P1) throw(), D >::ReturnType |
Definition at line 798 of file FuncTraits.h.
|
inlinestatic |
Definition at line 800 of file FuncTraits.h.
|
static |
Definition at line 795 of file FuncTraits.h.
|
static |
Definition at line 794 of file FuncTraits.h.