preCICE
v3.1.2
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
Typedefs
b
d
e
g
l
m
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
c
d
e
i
l
m
n
o
r
s
u
v
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
j
m
n
o
p
r
s
t
v
Functions
a
b
c
g
m
p
r
s
t
v
Variables
Typedefs
Macros
b
d
f
m
n
p
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
com
Request.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
vector
>
4
#include "
com/SharedPointer.hpp
"
5
6
namespace
precice
{
7
namespace
com {
8
class
Request
{
9
10
public
:
11
static
void
wait
(
std::vector<PtrRequest>
&requests);
12
13
virtual
~Request
();
14
15
virtual
bool
test
() = 0;
16
17
virtual
void
wait
() = 0;
18
};
8
class
Request
{
…
};
19
}
// namespace com
20
}
// namespace precice
precice::com::Request
Definition
Request.hpp:8
precice::com::Request::test
virtual bool test()=0
precice::com::Request::~Request
virtual ~Request()
precice::com::Request::wait
virtual void wait()=0
SharedPointer.hpp
precice
Main namespace of the precice library.
Definition
Acceleration.cpp:5
vector