yasmine
state_machine_defect_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 STATE_MACHINE_DEFECT_FWD_1B447269_4868_47C6_AE95_566BF658EAE3
13 #define STATE_MACHINE_DEFECT_FWD_1B447269_4868_47C6_AE95_566BF658EAE3
14 
15 
16 #include <vector>
17 
18 
19 namespace sxy
20 {
21 
22 
23 class state_machine_defect;
24 
25 typedef std::vector< state_machine_defect > state_machine_defects;
26 
27 
28 }
29 
30 
31 #endif
std::vector< state_machine_defect > state_machine_defects
Definition: state_machine_defect_fwd.hpp:23
Definition: adapter_cpp11.hpp:21