Molecular Dynamics  v0.4
Project for the Practical hosted by the Scientific Computing Chair
XMLReader.h
Go to the documentation of this file.
1 //
2 // Created by Ashutosh Solanki on 22.05.24.
3 //
4 
5 #pragma once
6 
9 #include <xercesc/util/PlatformUtils.hpp>
10 #include <xercesc/util/XMLString.hpp>
11 #include <xercesc/util/OutOfMemoryException.hpp>
12 #include <xercesc/parsers/XercesDOMParser.hpp>
13 #include <xercesc/sax/HandlerBase.hpp>
14 #include "utils/enumsStructs.h"
15 
16 class XMLReader {
17 
18 public:
26  static int readFile(std::string &filename, enumsStructs::SimulationSettings& simulationSettings);
27 };
Generated from ConfigurationFile.xsd.
Definition: XMLReader.h:16
static int readFile(std::string &filename, enumsStructs::SimulationSettings &simulationSettings)
Read xml files containing parameters for simulation.
Definition: XMLReader.cpp:8
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-unstructured.h:270
Definition: enumsStructs.h:173