liblcf
|
#include <reader_struct_impl.h>
Public Member Functions | |
StructXmlHandler (S &ref) | |
void | StartElement (XmlReader &stream, const char *name, const char **) |
void | EndElement (XmlReader &, const char *) |
void | CharacterData (XmlReader &, const std::string &data) |
Private Attributes | |
S & | ref |
const Field< S > * | field |
Definition at line 171 of file reader_struct_impl.h.
|
inline |
Definition at line 173 of file reader_struct_impl.h.
References lcf::Struct< S >::MakeTagMap().
|
inline |
Definition at line 186 of file reader_struct_impl.h.
References lcf::StructXmlHandler< S >::field, and lcf::StructXmlHandler< S >::ref.
Definition at line 182 of file reader_struct_impl.h.
References lcf::StructXmlHandler< S >::field.
|
inline |
Definition at line 177 of file reader_struct_impl.h.
References lcf::Flags< S >::BeginXml(), lcf::StructXmlHandler< S >::field, and lcf::StructXmlHandler< S >::ref.
Definition at line 192 of file reader_struct_impl.h.
Referenced by lcf::StructXmlHandler< S >::CharacterData(), lcf::StructXmlHandler< S >::EndElement(), and lcf::StructXmlHandler< S >::StartElement().
|
private |
Definition at line 191 of file reader_struct_impl.h.
Referenced by lcf::StructXmlHandler< S >::CharacterData(), and lcf::StructXmlHandler< S >::StartElement().