preCICE v3.2.0
Loading...
Searching...
No Matches
SharedPointer.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5namespace precice::com {
6
7class Communication;
9class Request;
10
14} // namespace precice::com
Interface for all interprocess communication classes.
contains the data communication abstraction layer.
std::shared_ptr< Request > PtrRequest
std::shared_ptr< CommunicationFactory > PtrCommunicationFactory
std::shared_ptr< Communication > PtrCommunication