Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add Execution concept without ExecutionViews
[simgrid.git] / src / mc / explo / odpor / odpor_forward.hpp
1 /* Copyright (c) 2007-2023. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 /** @file odpor_forward.hpp
7  *
8  *  Forward definitions for MC types specific to ODPOR
9  */
10
11 #ifndef SIMGRID_MC_ODPOR_FORWARD_HPP
12 #define SIMGRID_MC_ODPOR_FORWARD_HPP
13
14 #include "src/mc/mc_forward.hpp"
15 #include <simgrid/forward.h>
16
17 namespace simgrid::mc::odpor {
18
19 class Event;
20 class Execution;
21 class ExecutionSequence;
22 class ExecutionView;
23 class WakeupTree;
24
25 } // namespace simgrid::mc::odpor
26
27 #endif