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

#include <reader_struct.h>

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

Public Member Functions

 RootXmlHandler (S &ref, const char *const name)
 
void StartElement (XmlReader &stream, const char *name, const char **)
 

Private Attributes

S & ref
 
const char *const name
 

Detailed Description

template<class S>
class lcf::RootXmlHandler< S >

Root node XML handler.

Definition at line 789 of file reader_struct.h.

Constructor & Destructor Documentation

◆ RootXmlHandler()

template<class S>
lcf::RootXmlHandler< S >::RootXmlHandler ( S & ref,
const char *const name )
inline

Definition at line 792 of file reader_struct.h.

References name, and ref.

Member Function Documentation

◆ StartElement()

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

Definition at line 794 of file reader_struct.h.

References name, and ref.

Member Data Documentation

◆ name

template<class S>
const char* const lcf::RootXmlHandler< S >::name
private

Definition at line 802 of file reader_struct.h.

Referenced by RootXmlHandler(), and StartElement().

◆ ref

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

Definition at line 801 of file reader_struct.h.

Referenced by RootXmlHandler(), and StartElement().


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