liblcf
|
#include <reader_struct.h>
Public Member Functions | |
Flag (bool S::*ref, const char *const name) | |
Public Attributes | |
bool S::* | ref |
const char *const | name |
Definition at line 606 of file reader_struct.h.
|
inline |
Definition at line 607 of file reader_struct.h.
const char* const Flags< S >::Flag::name |
Definition at line 609 of file reader_struct.h.
Referenced by Flags< S >::WriteXml().
bool S::* Flags< S >::Flag::ref |
Definition at line 608 of file reader_struct.h.
Referenced by FlagsXmlHandler< S >::StartElement(), and Flags< S >::WriteXml().