|
Ardour
9.7-336-gb784ad01ee
|
#include <FuncTraits.h>
Public Types | |
| typedef D | DeclType |
| typedef T | ClassType |
| typedef R | ReturnType |
| typedef TypeList< P1, TypeList< P2 > > | Params |
Static Public Member Functions | |
| static R | call (T const *obj, R(T::*fp)(P1, P2) const, TypeListValues< Params > &tvl) |
Static Public Attributes | |
| static bool const | isMemberFunction = true |
| static bool const | isConstMemberFunction = true |
Definition at line 463 of file FuncTraits.h.
| typedef T FuncTraits< R(T::*)(P1, P2) const, D >::ClassType |
Definition at line 468 of file FuncTraits.h.
| typedef D FuncTraits< R(T::*)(P1, P2) const, D >::DeclType |
Definition at line 467 of file FuncTraits.h.
| typedef TypeList<P1, TypeList <P2> > FuncTraits< R(T::*)(P1, P2) const, D >::Params |
Definition at line 470 of file FuncTraits.h.
| typedef R FuncTraits< R(T::*)(P1, P2) const, D >::ReturnType |
Definition at line 469 of file FuncTraits.h.
|
inlinestatic |
Definition at line 471 of file FuncTraits.h.
|
static |
Definition at line 466 of file FuncTraits.h.
|
static |
Definition at line 465 of file FuncTraits.h.