netxsimdg
Loading...
Searching...
No Matches
NetcdfMetadataConfiguration.hpp
Go to the documentation of this file.
1
8#ifndef NETCDFMETADATACONFIGURATION_HPP
9#define NETCDFMETADATACONFIGURATION_HPP
10
11#include "include/ConfigMap.hpp"
13
14namespace Nextsim {
15
21public:
22 std::stringstream read(const std::string& source) override;
23};
24
25} /* namespace Nextsim */
26
27#endif /* NETCDFMETADATACONFIGURATION_HPP */
std::stringstream read(const std::string &source) override
Reads the additional configuration from the provided source, which is interpreted in an implementatio...