yasmine
composite_state_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 COMPOSITE_STATE_FWD_4E6EFA7D_4400_4B33_A330_603146E114BD
13 #define COMPOSITE_STATE_FWD_4E6EFA7D_4400_4B33_A330_603146E114BD
14 
15 
16 #include <vector>
17 
18 #include "essentials/compatibility/compatibility.hpp"
19 
20 
21 namespace sxy
22 {
23 
24 
26 typedef sxe::SX_UNIQUE_PTR< composite_state > composite_state_uptr;
27 typedef std::vector< composite_state* > raw_composite_states;
28 
29 
30 }
31 
32 
33 #endif
std::vector< composite_state *> raw_composite_states
Definition: composite_state_fwd.hpp:27
Definition: composite_state.hpp:28
Definition: adapter_cpp11.hpp:21
sxe::SX_UNIQUE_PTR< composite_state > composite_state_uptr
Definition: composite_state_fwd.hpp:25