yasmine
transition_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 TRANSITION_MODEL_FWD_4026F90C_A4BE_4D2E_86C9_61B0A3CB98D3
12 #define TRANSITION_MODEL_FWD_4026F90C_A4BE_4D2E_86C9_61B0A3CB98D3
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<transition_model> transition_model_uptr;
32 typedef std::vector<transition_model_uptr> transition_models;
33 typedef std::vector<const transition_model*> raw_const_transition_models;
34 
35 
36 }
37 
38 
39 }
40 
41 
42 #endif
std::vector< const transition_model * > raw_const_transition_models
Definition: transition_model_fwd.hpp:33
Definition: algorithm_parameters.hpp:16
Interface for a transition in the model.
Definition: transition_model.hpp:31
std::vector< transition_model_uptr > transition_models
Definition: transition_model_fwd.hpp:32
sxe::SX_UNIQUE_PTR< transition_model > transition_model_uptr
Definition: transition_model_fwd.hpp:28