preCICE v3.1.2
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
XMLAttribute.hpp File Reference
#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"
Include dependency graph for XMLAttribute.hpp:
This graph shows which files directly or indirectly include this file:

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::stringprecice::xml::makeXMLAttribute (std::string name, const char *defaultValue)
 
template<typename T >
XMLAttribute< T > precice::xml::makeXMLAttribute (std::string name, T defaultValue)