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 775 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 778 of file reader_struct.h.

Member Function Documentation

◆ StartElement()

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

Definition at line 780 of file reader_struct.h.

References lcf::Log::Error(), lcf::RootXmlHandler< S >::name, and lcf::RootXmlHandler< S >::ref.

+ Here is the call graph for this function:

Member Data Documentation

◆ name

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

Definition at line 788 of file reader_struct.h.

Referenced by lcf::RootXmlHandler< S >::StartElement().

◆ ref

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

Definition at line 787 of file reader_struct.h.

Referenced by lcf::RootXmlHandler< S >::StartElement().


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