HPCToolkit
ConfigParser Class Reference

#include <ConfigParser.hpp>

Collaboration diagram for ConfigParser:

Public Member Functions

 ConfigParser (const std::string &inputFile, XercesErrorHandler &errHndlr)
 
 ~ConfigParser ()
 
void parse (Analysis::Args &args, Prof::Metric::Mgr &metricMgr)
 

Private Attributes

XercesDOMParser * m_parser
 
DOMNode * m_doc
 

Detailed Description

Definition at line 78 of file ConfigParser.hpp.

Constructor & Destructor Documentation

◆ ConfigParser()

ConfigParser::ConfigParser ( const std::string &  inputFile,
XercesErrorHandler errHndlr 
)

Definition at line 103 of file ConfigParser.cpp.

◆ ~ConfigParser()

ConfigParser::~ConfigParser ( )

Definition at line 121 of file ConfigParser.cpp.

Member Function Documentation

◆ parse()

void ConfigParser::parse ( Analysis::Args args,
Prof::Metric::Mgr metricMgr 
)

Definition at line 128 of file ConfigParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_doc

DOMNode* ConfigParser::m_doc
private

Definition at line 87 of file ConfigParser.hpp.

◆ m_parser

XercesDOMParser* ConfigParser::m_parser
private

Definition at line 86 of file ConfigParser.hpp.


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