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