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 167 of file reader_struct_impl.h.
|
inline |
Definition at line 169 of file reader_struct_impl.h.
References Struct< S >::MakeTagMap().
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 182 of file reader_struct_impl.h.
References Data::data, StructXmlHandler< S >::field, and StructXmlHandler< S >::ref.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 178 of file reader_struct_impl.h.
References StructXmlHandler< S >::field.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 173 of file reader_struct_impl.h.
References StructXmlHandler< S >::field, and StructXmlHandler< S >::ref.
|
private |
Definition at line 188 of file reader_struct_impl.h.
Referenced by StructXmlHandler< S >::CharacterData(), StructXmlHandler< S >::EndElement(), and StructXmlHandler< S >::StartElement().
|
private |
Definition at line 187 of file reader_struct_impl.h.
Referenced by StructXmlHandler< S >::CharacterData(), and StructXmlHandler< S >::StartElement().