liblcf
|
#include <reader_struct.h>
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 543 of file reader_struct.h.
typedef char lcf::IDChecker< T >::no |
Definition at line 544 of file reader_struct.h.
typedef int lcf::IDChecker< T >::yes |
Definition at line 545 of file reader_struct.h.
|
static |
|
static |
Definition at line 553 of file reader_struct.h.