|
Ardour
9.7-336-gb784ad01ee
|
#include <FuncTraits.h>
Public Types | |
| typedef D | DeclType |
| typedef T | ClassType |
| typedef R | ReturnType |
| typedef None | Params |
Static Public Member Functions | |
| static R | call (T const *obj, D fp, TypeListValues< Params >) |
Static Public Attributes | |
| static bool const | isMemberFunction = true |
| static bool const | isConstMemberFunction = true |
Definition at line 960 of file FuncTraits.h.
| typedef T FuncTraits< R(T::*)() const throw(), D >::ClassType |
Definition at line 965 of file FuncTraits.h.
| typedef D FuncTraits< R(T::*)() const throw(), D >::DeclType |
Definition at line 964 of file FuncTraits.h.
| typedef None FuncTraits< R(T::*)() const throw(), D >::Params |
Definition at line 967 of file FuncTraits.h.
| typedef R FuncTraits< R(T::*)() const throw(), D >::ReturnType |
Definition at line 966 of file FuncTraits.h.
|
inlinestatic |
Definition at line 968 of file FuncTraits.h.
|
static |
Definition at line 963 of file FuncTraits.h.
|
static |
Definition at line 962 of file FuncTraits.h.