yasmine
yasmine.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 YASMINE_2205A1D5_1962_477A_97DD_E8051B277A88
12 #define YASMINE_2205A1D5_1962_477A_97DD_E8051B277A88
13 
14 
16 
17 #include "essentials/compatibility/compatibility.hpp"
18 #include "essentials/compatibility/chrono.hpp"
19 #include "essentials/compatibility/thread.hpp"
20 #include "essentials/non_copyable.hpp"
21 
22 #include "sync_state_machine.hpp"
23 #include "async_state_machine.hpp"
24 #include "timed_event_creator.hpp"
25 
26 #include "state_machine_defect.hpp"
28 
29 #include "states.hpp"
30 #include "region.hpp"
31 #include "region_pseudostates.hpp"
32 
33 #include "transition.hpp"
34 #include "transition_impl.hpp"
35 #include "behavior.hpp"
36 #include "behavior_exception.hpp"
37 #include "event_impl.hpp"
38 
39 #include "event_template.hpp"
40 #include "constraint.hpp"
41 #include "completion_event.hpp"
42 
43 #include "logging.hpp"
44 #include "utils.hpp"
45 #include "assembly.hpp"
46 #include "version.hpp"
47 
48 
49 #ifndef Y_LEAN_AND_MEAN
50 
51 
52 #include "state_pseudostates.hpp"
53 #include "async_behavior.hpp"
54 
55 
56 #endif
57 
58 
59 #endif