|
liblcf
|
#include <reader_struct.h>
Collaboration diagram for IDChecker< T >:Classes | |
| struct | type_check |
Public Types | |
| typedef char | no |
| typedef int | yes |
Static Public Member Functions | |
| template<class C > | |
| static yes | check (type_check< int C::*, &C::ID > *) |
| template<class C > | |
| static no | check (...) |
Static Public Attributes | |
| static const bool | value = sizeof(check<T>(0)) == sizeof(yes) |
ID handling for Struct class.
Definition at line 491 of file reader_struct.h.
Definition at line 492 of file reader_struct.h.
Definition at line 493 of file reader_struct.h.
|
static |
Definition at line 501 of file reader_struct.h.