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 170 of file reader_struct_impl.h.
|
inline |
Definition at line 172 of file reader_struct_impl.h.
References field, lcf::Struct< S >::MakeTagMap(), and ref.
|
inline |
Definition at line 185 of file reader_struct_impl.h.
|
inline |
Definition at line 181 of file reader_struct_impl.h.
References field.
|
inline |
Definition at line 176 of file reader_struct_impl.h.
References field, ref, lcf::Struct< rpg::Actor >::name, and lcf::Struct< S >::tag_map.
|
private |
Definition at line 191 of file reader_struct_impl.h.
Referenced by StructXmlHandler(), CharacterData(), EndElement(), and StartElement().
|
private |
Definition at line 190 of file reader_struct_impl.h.
Referenced by StructXmlHandler(), CharacterData(), and StartElement().