yasmine
event_id.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_ID_C05A5A39_AC17_467C_B975_8D744CC77D8B
13 #define EVENT_ID_C05A5A39_AC17_467C_B975_8D744CC77D8B
14 
15 
16 #include <vector>
17 
18 #include "essentials/compatibility/compatibility.hpp"
19 
20 
21 namespace sxy
22 {
23 
24 
26 typedef sxe::uint32_t event_id;
27 
29 typedef std::vector< event_id > event_ids;
30 
31 
32 }
33 
34 
35 #endif
sxe::uint32_t event_id
The type alias for yasmine&#39;s event IDs.
Definition: event_id.hpp:26
Definition: adapter_cpp11.hpp:21
std::vector< event_id > event_ids
The type alias for yasmine&#39;s event ID list.
Definition: event_id.hpp:29