#include <EvtGenBase/EvtParserXml.hh>
Definition at line 28 of file EvtParserXml.hh.
◆ close()
| bool EvtParserXml::close |
( |
| ) |
|
◆ expandEnvVars()
| bool EvtParserXml::expandEnvVars |
( |
std::string & | str | ) |
|
|
private |
◆ getLineNumber()
| int EvtParserXml::getLineNumber |
( |
| ) |
|
|
inline |
◆ getParentTagTitle()
| std::string EvtParserXml::getParentTagTitle |
( |
| ) |
|
◆ getTagTitle()
| std::string EvtParserXml::getTagTitle |
( |
| ) |
|
|
inline |
◆ isAlphaNum()
| bool EvtParserXml::isAlphaNum |
( |
char | c | ) |
|
|
private |
◆ isTagInline()
| bool EvtParserXml::isTagInline |
( |
| ) |
|
|
inline |
◆ open()
| bool EvtParserXml::open |
( |
std::string | filename | ) |
|
◆ processTagTree()
| bool EvtParserXml::processTagTree |
( |
| ) |
|
|
private |
◆ readAttribute()
| std::string EvtParserXml::readAttribute |
( |
std::string | attribute, |
|
|
std::string | defaultValue = "" ) |
◆ readAttributeBool()
| bool EvtParserXml::readAttributeBool |
( |
std::string | attribute, |
|
|
bool | defaultValue = false ) |
◆ readAttributeDouble()
| double EvtParserXml::readAttributeDouble |
( |
std::string | attribute, |
|
|
double | defaultValue = -1. ) |
◆ readAttributeInt()
| int EvtParserXml::readAttributeInt |
( |
std::string | attribute, |
|
|
int | defaultValue = -1 ) |
◆ readNextTag()
| bool EvtParserXml::readNextTag |
( |
| ) |
|
◆ m_fin
| std::ifstream EvtParserXml::m_fin |
|
private |
◆ m_inLineTag
| bool EvtParserXml::m_inLineTag |
|
private |
◆ m_line
| std::string EvtParserXml::m_line |
|
private |
◆ m_lineNo
| int EvtParserXml::m_lineNo = 0 |
|
private |
◆ m_tag
| std::string EvtParserXml::m_tag |
|
private |
◆ m_tagTitle
| std::string EvtParserXml::m_tagTitle |
|
private |
◆ m_tagTree
| std::vector<std::string> EvtParserXml::m_tagTree |
|
private |
The documentation for this class was generated from the following files: