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