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

S & ref
 
const Field< S > * field
 

Detailed Description

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

Definition at line 170 of file reader_struct_impl.h.

Constructor & Destructor Documentation

◆ StructXmlHandler()

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

Definition at line 172 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 181 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 176 of file reader_struct_impl.h.

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

+ Here is the call graph for this function:

Member Data Documentation

◆ field

◆ ref

template<class S >
S& lcf::StructXmlHandler< S >::ref
private

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