liblcf
|
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 137 of file reader_struct.cpp.
|
inline |
Definition at line 139 of file reader_struct.cpp.
References Struct< S >::MakeTagMap().
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 152 of file reader_struct.cpp.
References StructXmlHandler< S >::field, and StructXmlHandler< S >::ref.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 148 of file reader_struct.cpp.
References StructXmlHandler< S >::field.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 143 of file reader_struct.cpp.
References StructXmlHandler< S >::field, and StructXmlHandler< S >::ref.
|
private |
Definition at line 158 of file reader_struct.cpp.
Referenced by StructXmlHandler< S >::CharacterData(), StructXmlHandler< S >::EndElement(), and StructXmlHandler< S >::StartElement().
|
private |
Definition at line 157 of file reader_struct.cpp.
Referenced by StructXmlHandler< S >::CharacterData(), and StructXmlHandler< S >::StartElement().