yasmine
junction_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 JUNCTION_MODEL_FWD_3F13D352_5072_4D42_B1E6_1A8426302DE7
12 #define JUNCTION_MODEL_FWD_3F13D352_5072_4D42_B1E6_1A8426302DE7
13 
14 
15 #include "essentials/compatibility/compatibility.hpp"
16 
17 
18 namespace sxy
19 {
20 
21 
22 namespace model
23 {
24 
26 
27 
28 typedef sxe::SX_UNIQUE_PTR<junction_model> junction_model_uptr;
29 
30 
31 }
32 
33 
34 }
35 
36 
37 #endif
Interface for a junction pseudostate in the model.
Definition: junction_model.hpp:29
sxe::SX_UNIQUE_PTR< junction_model > junction_model_uptr
Definition: junction_model_fwd.hpp:25
Definition: algorithm_parameters.hpp:16