#include <funtraits.h>
Public Types | |
| typedef O | ObjType |
| typedef R | ResultType |
| typedef P1 | Parm1 |
| typedef P2 | Parm2 |
| typedef P3 | Parm3 |
Public Member Functions | |
| typedef | TYPELIST_3 (P1, P2, P3) TypeListType |
| typedef O dtUtil::FunTraits< R(O::*)(P1, P2, P3) const >::ObjType |
| typedef R dtUtil::FunTraits< R(O::*)(P1, P2, P3) const >::ResultType |
| typedef P1 dtUtil::FunTraits< R(O::*)(P1, P2, P3) const >::Parm1 |
| typedef P2 dtUtil::FunTraits< R(O::*)(P1, P2, P3) const >::Parm2 |
| typedef P3 dtUtil::FunTraits< R(O::*)(P1, P2, P3) const >::Parm3 |
| typedef dtUtil::FunTraits< R(O::*)(P1, P2, P3) const >::TYPELIST_3 | ( | P1 | , | |
| P2 | , | |||
| P3 | ||||
| ) |