yasmine
state_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_MODEL_FWD_00C93D56_497F_4C12_B9EC_F4846284C2BC
12 #define STATE_MODEL_FWD_00C93D56_497F_4C12_B9EC_F4846284C2BC
13 
14 
15 #include <vector>
16 
17 #include "essentials/compatibility/compatibility.hpp"
18 
19 
20 namespace sxy
21 {
22 
23 
24 namespace model
25 {
26 
27 
29 
30 
31 typedef sxe::SX_UNIQUE_PTR<state_model> state_model_uptr;
32 typedef std::vector<state_model_uptr> state_models_uptr;
33 typedef std::vector<const state_model*> row_const_state_models;
34 
35 
36 }
37 
38 
39 }
40 
41 
42 #endif
sxe::SX_UNIQUE_PTR< state_model > state_model_uptr
Definition: state_model_fwd.hpp:28
Definition: algorithm_parameters.hpp:16
std::vector< state_model_uptr > state_models_uptr
Definition: state_model_fwd.hpp:32
Interface for a state in the model.
Definition: state_model.hpp:34
std::vector< const state_model * > row_const_state_models
Definition: state_model_fwd.hpp:33