liblcf
|
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 223 of file reader_struct.cpp.
|
inline |
Definition at line 225 of file reader_struct.cpp.
|
inlinevirtualinherited |
Reimplemented in MoveCommandXmlHandler, StructXmlHandler< S >, EventCommandXmlHandler, FlagsXmlHandler< S >, TreeMapXmlHandler, ParametersXmlHandler, EquipmentXmlHandler, and RectXmlHandler.
Definition at line 129 of file reader_xml.h.
Referenced by XmlReader::EndElement().
|
inlinevirtualinherited |
Reimplemented in MoveCommandXmlHandler, StructXmlHandler< S >, EventCommandXmlHandler, FlagsXmlHandler< S >, TreeMapXmlHandler, ParametersXmlHandler, EquipmentXmlHandler, and RectXmlHandler.
Definition at line 130 of file reader_xml.h.
|
inlinevirtual |
Reimplemented from XmlHandler.
Definition at line 227 of file reader_struct.cpp.
References XmlReader::Error(), StructVectorXmlHandler< S >::ref, and XmlReader::SetHandler().
|
private |
Definition at line 236 of file reader_struct.cpp.
Referenced by StructVectorXmlHandler< S >::StartElement().