yasmine
event_handle.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 EVENT_HANDLE_57AE05A6_DA8B_4D0C_A50D_06AF8DFB46BF
13 #define EVENT_HANDLE_57AE05A6_DA8B_4D0C_A50D_06AF8DFB46BF
14 
15 
16 #include <algorithm>
17 
18 #include "essentials/compatibility/compatibility.hpp"
19 
20 
21 namespace sxy
22 {
23 
24 
26 typedef sxe::uint32_t handle_type;
27 
28 extern const handle_type Y_INVALID_EVENT_CREATION_REQUEST_HANDLE;
29 extern const handle_type Y_DEFAULT_HANDLE;
30 
31 
32 }
33 
34 
35 #endif
const handle_type Y_DEFAULT_HANDLE
Definition: event_handle.cpp:25
const handle_type Y_INVALID_EVENT_CREATION_REQUEST_HANDLE
Definition: event_handle.cpp:22
Definition: adapter_cpp11.hpp:21
sxe::uint32_t handle_type
The type alias for yasmine&#39;s event handle.
Definition: event_handle.hpp:26