Classes | |
| struct | checker |
| struct | derived |
| struct | fallback |
Public Types | |
| enum | { has_to = sizeof(check_to<derived>(0)) == 2 } |
| enum | { has_from = sizeof(check_from<derived>(0)) == 2 } |
| enum | { use_cells = sizeof(check_cells<derived>(0)) == 2 } |
| typedef char | ao1[1] |
| typedef char | ao2[2] |
Static Public Member Functions | |
| template<typename U > | |
| static ao1 & | check_cells (checker< int fallback::*,&U::use_cells > *) |
| template<typename U > | |
| static ao2 & | check_cells (...) |
| template<typename U > | |
| static ao1 & | check_from (checker< int fallback::*,&U::from_internal > *) |
| template<typename U > | |
| static ao2 & | check_from (...) |
| template<typename U > | |
| static ao1 & | check_to (checker< int fallback::*,&U::to_internal > *) |
| template<typename U > | |
| static ao2 & | check_to (...) |
Definition at line 121 of file MatlabParamParser.h.
| typedef char MatlabParamParser::traits_trampoline::detector< T >::ao1[1] |
Definition at line 124 of file MatlabParamParser.h.
| typedef char MatlabParamParser::traits_trampoline::detector< T >::ao2[2] |
Definition at line 126 of file MatlabParamParser.h.
| anonymous enum |
| Enumerator | |
|---|---|
| has_to | |
Definition at line 137 of file MatlabParamParser.h.
| anonymous enum |
| Enumerator | |
|---|---|
| has_from | |
Definition at line 138 of file MatlabParamParser.h.
| anonymous enum |
| Enumerator | |
|---|---|
| use_cells | |
Definition at line 140 of file MatlabParamParser.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |