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