![]() |
OpenLB 1.8.1
|
Input/Output in XML format – header file. More...
#include <string>#include <vector>#include <iostream>#include <sstream>#include <map>#include <typeinfo>#include <tinyxml2.h>#include "io/ostreamManager.h"#include "xmlReaderOutput.h"
Include dependency graph for xmlReader.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::XMLreader |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
| namespace | olb::util |
Functions | |
| template<> | |
| bool | olb::XMLreader::read< std::size_t > (std::size_t &value, bool verboseOn, bool exitIfMissing) const |
| template<> | |
| bool | olb::XMLreader::read< std::string > (std::string &entry, bool verboseOn, bool exitIfMissing) const |
| template<typename S > | |
| std::vector< S > | olb::getDataFromTag (const XMLreader &reader, std::string attrName, int nData) |
| Helper Function to retrieve nData-dimensional std::vector of type S from space separated tag. | |
Input/Output in XML format – header file.
Definition in file xmlReader.h.