yasmine
transition_step_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 
12 #ifndef TRANSITION_STEP_FWD_EE67C572_F92D_481C_AC2C_0F8214399FC4
13 #define TRANSITION_STEP_FWD_EE67C572_F92D_481C_AC2C_0F8214399FC4
14 
15 
16 #include <vector>
17 #include <memory>
18 
19 #include "essentials/compatibility/compatibility.hpp"
20 
21 
22 namespace sxy
23 {
24 
25 
27 typedef sxe::SX_UNIQUE_PTR< transition_step > transition_step_uptr;
28 typedef std::vector< transition_step_uptr > transition_steps;
29 
30 
31 }
32 
33 
34 #endif
Definition: transition_step.hpp:33
Definition: adapter_cpp11.hpp:21
sxe::SX_UNIQUE_PTR< transition_step > transition_step_uptr
Definition: transition_step_fwd.hpp:26
std::vector< transition_step_uptr > transition_steps
Definition: transition_step_fwd.hpp:28