liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Flags< S >::Flag Struct Reference

#include <reader_struct.h>

+ Collaboration diagram for Flags< S >::Flag:

Public Member Functions

 Flag (bool S::*ref, const char *const name)
 

Public Attributes

bool S::* ref
 
const char *const name
 

Detailed Description

template<class S>
struct Flags< S >::Flag

Definition at line 606 of file reader_struct.h.

Constructor & Destructor Documentation

template<class S >
Flags< S >::Flag::Flag ( bool S::*  ref,
const char *const  name 
)
inline

Definition at line 607 of file reader_struct.h.

Member Data Documentation

template<class S >
const char* const Flags< S >::Flag::name

Definition at line 609 of file reader_struct.h.

Referenced by Flags< S >::WriteXml().

template<class S >
bool S::* Flags< S >::Flag::ref

Definition at line 608 of file reader_struct.h.

Referenced by FlagsXmlHandler< S >::StartElement(), and Flags< S >::WriteXml().


The documentation for this struct was generated from the following file: