liblcf
StructFieldXmlHandler< S > Class Template Reference

#include <reader_struct_impl.h>

+ Inheritance diagram for StructFieldXmlHandler< S >:
+ Collaboration diagram for StructFieldXmlHandler< S >:

Public Member Functions

 StructFieldXmlHandler (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

S & ref
 

Detailed Description

template<class S>
class StructFieldXmlHandler< S >

Definition at line 192 of file reader_struct_impl.h.

Constructor & Destructor Documentation

◆ StructFieldXmlHandler()

template<class S >
StructFieldXmlHandler< S >::StructFieldXmlHandler ( S &  ref)
inline

Definition at line 194 of file reader_struct_impl.h.

Member Function Documentation

◆ CharacterData()

virtual void XmlHandler::CharacterData ( XmlReader ,
const std::string &   
)
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().

+ Here is the caller graph for this function:

◆ EndElement()

virtual void XmlHandler::EndElement ( XmlReader ,
const char *   
)
inlinevirtualinherited

◆ StartElement()

template<class S >
void StructFieldXmlHandler< S >::StartElement ( XmlReader stream,
const char *  name,
const char **  atts 
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 196 of file reader_struct_impl.h.

References XmlReader::Error(), StructFieldXmlHandler< S >::ref, and XmlReader::SetHandler().

+ Here is the call graph for this function:

Member Data Documentation

◆ ref

template<class S >
S& StructFieldXmlHandler< S >::ref
private

Definition at line 203 of file reader_struct_impl.h.

Referenced by StructFieldXmlHandler< S >::StartElement().


The documentation for this class was generated from the following file: