preCICE v3.2.0
Loading...
Searching...
No Matches
SharedPointer.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5namespace precice::io {
6
7class Export;
9
12
13} // namespace precice::io
Configuration class for exports.
Abstract base class of all classes exporting container data structures.
Definition Export.hpp:14
provides Import and Export of the coupling mesh and data.
std::shared_ptr< ExportConfiguration > PtrExportConfiguration
std::shared_ptr< Export > PtrExport