preCICE
v3.2.0
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::config
{
6
7
class
ParticipantConfiguration
;
8
9
using
PtrParticipantConfiguration
=
std::shared_ptr<ParticipantConfiguration>
;
10
11
}
// namespace precice::config
precice::config::ParticipantConfiguration
Performs XML configuration of a participant.
Definition
ParticipantConfiguration.hpp:24
memory
precice::config
Definition
Configuration.cpp:22
precice::config::PtrParticipantConfiguration
std::shared_ptr< ParticipantConfiguration > PtrParticipantConfiguration
Definition
SharedPointer.hpp:9
std::shared_ptr