preCICE v3.1.2
|
#include <algorithm>
#include <exception>
#include <initializer_list>
#include <map>
#include <sstream>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include "logging/Logger.hpp"
#include "utils/assertion.hpp"
#include "xml/ValueParser.hpp"
Go to the source code of this file.
Classes | |
class | precice::xml::XMLAttribute< ATTRIBUTE_T > |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::xml |
contains the XML configuration parser. | |
Functions | |
XMLAttribute< std::string > | precice::xml::makeXMLAttribute (std::string name, const char *defaultValue) |
template<typename T > | |
XMLAttribute< T > | precice::xml::makeXMLAttribute (std::string name, T defaultValue) |