yasmine
behavior_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 BEHAVIOR_FWD_0AA81213_6028_46A1_AB10_9FB2E31B8069
13 #define BEHAVIOR_FWD_0AA81213_6028_46A1_AB10_9FB2E31B8069
14 
15 
16 #include "essentials/compatibility/compatibility.hpp"
17 
18 
19 namespace sxy
20 {
21 
22 
23 class behavior;
24 class event;
26 
27 
28 typedef sxe::SX_UNIQUE_PTR< behavior > behavior_uptr;
29 typedef sxe::function< void ( const event&, event_collector& ) > behavior_function;
30 
31 
32 }
33 
34 
35 #endif
Definition: event_collector.hpp:25
Definition: adapter_cpp11.hpp:21
sxe::function< void(const event &, event_collector &) > behavior_function
Definition: behavior_fwd.hpp:29
sxe::SX_UNIQUE_PTR< behavior > behavior_uptr
Definition: behavior_fwd.hpp:25