yasmine
pseudostate_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 PSEUDOSTATE_MODEL_FWD_B51FBD5C_C127_419E_8E47_4FACE291D1AE
12 #define PSEUDOSTATE_MODEL_FWD_B51FBD5C_C127_419E_8E47_4FACE291D1AE
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<pseudostate_model> pseudostate_model_uptr;
32 typedef std::vector<pseudostate_model_uptr> pseudostate_models_uptr;
33 typedef std::vector< const pseudostate_model*> raw_const_pseduostate_models;
34 
35 
36 }
37 
38 
39 }
40 
41 
42 #endif
sxe::SX_UNIQUE_PTR< pseudostate_model > pseudostate_model_uptr
Definition: pseudostate_model_fwd.hpp:28
Definition: algorithm_parameters.hpp:16
std::vector< pseudostate_model_uptr > pseudostate_models_uptr
Definition: pseudostate_model_fwd.hpp:32
std::vector< const pseudostate_model * > raw_const_pseduostate_models
Definition: pseudostate_model_fwd.hpp:33
Interface for a pseudostate in the model.
Definition: pseudostate_model.hpp:33