preCICE v3.1.1
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Participant.hpp File Reference
#include <memory>
#include <precice/Version.h>
#include <precice/export.h>
#include <precice/span.hpp>
#include "precice/Types.hpp"
Include dependency graph for Participant.hpp:
This graph shows which files directly or indirectly include this file:

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.