preCICE v3.1.2
|
#include <memory>
#include <precice/Version.h>
#include <precice/export.h>
#include <precice/span.hpp>
#include "precice/Types.hpp"
Go to the source code of this file.
Classes | |
class | precice::Participant |
Main Application Programming Interface of preCICE. Include using #include <precice/precice.hpp> . More... | |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::impl |
namespace | precice::testing |
contains the testing framework. | |
Typedefs | |
using | precice::string_view = ::precice::span<const char> |
forwards-compatible typedef for C++17 std::string_view. | |