preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SharedPointer.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5namespace precice::action {
6
7class Action;
8class ActionConfiguration;
9
12
13} // namespace precice::action
contains actions to modify exchanged data.
Definition Action.hpp:6