liblcf
Loading...
Searching...
No Matches
lcf::StructXmlHandler< S > Class Template Reference

#include <reader_struct_impl.h>

+ Inheritance diagram for lcf::StructXmlHandler< S >:
+ Collaboration diagram for lcf::StructXmlHandler< S >:

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

Sref
 
const Field< S > * field
 

Detailed Description

template<class S>
class lcf::StructXmlHandler< S >

Definition at line 171 of file reader_struct_impl.h.

Constructor & Destructor Documentation

◆ StructXmlHandler()

template<class S >
lcf::StructXmlHandler< S >::StructXmlHandler ( S & ref)
inline

Definition at line 173 of file reader_struct_impl.h.

References lcf::Struct< S >::MakeTagMap().

+ Here is the call graph for this function:

Member Function Documentation

◆ CharacterData()

template<class S >
void lcf::StructXmlHandler< S >::CharacterData ( XmlReader & ,
const std::string & data )
inline

◆ EndElement()

template<class S >
void lcf::StructXmlHandler< S >::EndElement ( XmlReader & ,
const char *  )
inline

Definition at line 182 of file reader_struct_impl.h.

References lcf::StructXmlHandler< S >::field.

◆ StartElement()

template<class S >
void lcf::StructXmlHandler< S >::StartElement ( XmlReader & stream,
const char * name,
const char **  )
inline

Definition at line 177 of file reader_struct_impl.h.

References lcf::Flags< S >::BeginXml(), lcf::StructXmlHandler< S >::field, and lcf::StructXmlHandler< S >::ref.

+ Here is the call graph for this function:

Member Data Documentation

◆ field

◆ ref


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