yasmine
state_machine_model_fwd.hpp
Go to the documentation of this file.
1 // //
3 // This file is part of the Seadex yasmine ecosystem (http://yasmine.seadex.de). //
4 // Copyright (C) 2016-2017 Seadex GmbH //
5 // //
6 // Licensing information is available in the folder "license" which is part of this distribution. //
7 // The same information is available on the www @ http://yasmine.seadex.de/Licenses.html. //
8 // //
10 
11 #ifndef STATE_MACHINE_MODEL_FWD_B054EB55_9683_4009_BB28_7F3721F6F787
12 #define STATE_MACHINE_MODEL_FWD_B054EB55_9683_4009_BB28_7F3721F6F787
13 
14 
15 #include "essentials/compatibility/compatibility.hpp"
16 
17 
18 namespace sxy
19 {
20 
21 
22 namespace model
23 {
24 
25 
27 
28 
29 typedef sxe::SX_UNIQUE_PTR< state_machine_model > state_machine_model_ptr;
30 
31 
32 }
33 
34 
35 }
36 
37 
38 #endif
Definition: algorithm_parameters.hpp:16
Class representing a model of a complete state machine.
Definition: state_machine_model.hpp:33
sxe::SX_UNIQUE_PTR< state_machine_model > state_machine_model_ptr
Definition: state_machine_model_fwd.hpp:26