preCICE
v3.1.2
Loading...
Searching...
No Matches
src
io
SharedPointer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
memory
>
4
5
namespace
precice
{
6
namespace
io {
7
8
class
Export;
9
class
ExportConfiguration;
10
11
using
PtrExport
=
std::shared_ptr<Export>
;
12
using
PtrExportConfiguration
=
std::shared_ptr<ExportConfiguration>
;
13
14
}
// namespace io
15
}
// namespace precice
memory
precice
Main namespace of the precice library.
Definition
Acceleration.cpp:5
std::shared_ptr< Export >