liblcf
|
#include <reader_struct_impl.h>
Public Member Functions | |
StructVectorXmlHandler (std::vector< S > &ref) | |
void | StartElement (XmlReader &stream, const char *name, const char **atts) |
virtual void | CharacterData (XmlReader &, const std::string &) |
virtual void | EndElement (XmlReader &, const char *) |
Private Attributes | |
std::vector< S > & | ref |
Definition at line 253 of file reader_struct_impl.h.
|
inline |
Definition at line 255 of file reader_struct_impl.h.
|
inlinevirtualinherited |
Reimplemented in StructXmlHandler< S >, MoveCommandXmlHandler, FlagsXmlHandler< S >, EventCommandXmlHandler, TreeMapXmlHandler, EquipmentXmlHandler, ParametersXmlHandler, and RectXmlHandler.
Definition at line 120 of file reader_xml.h.
Referenced by XmlReader::EndElement().
|
inlinevirtualinherited |
Reimplemented in StructXmlHandler< S >, MoveCommandXmlHandler, FlagsXmlHandler< S >, EventCommandXmlHandler, TreeMapXmlHandler, EquipmentXmlHandler, ParametersXmlHandler, and RectXmlHandler.
Definition at line 121 of file reader_xml.h.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 257 of file reader_struct_impl.h.
References XmlReader::Error(), StructVectorXmlHandler< S >::ref, and XmlReader::SetHandler().
|
private |
Definition at line 266 of file reader_struct_impl.h.
Referenced by StructVectorXmlHandler< S >::StartElement().