yasmine
region_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 REGION_FWD_DFB0F2A6_B441_4314_BB3D_18DCDE9ADF7B
13 #define REGION_FWD_DFB0F2A6_B441_4314_BB3D_18DCDE9ADF7B
14 
15 
16 #include <vector>
17 #include <set>
18 
19 #include "essentials/compatibility/compatibility.hpp"
20 
21 
22 namespace sxy
23 {
24 
25 
26 class region;
27 typedef sxe::SX_UNIQUE_PTR< region > region_uptr;
28 typedef std::vector< region_uptr > regions;
29 typedef std::vector< region* > raw_regions;
30 typedef std::set< const region* > raw_const_region_set;
31 
32 
33 }
34 
35 
36 #endif
Definition: region.hpp:42
sxe::SX_UNIQUE_PTR< region > region_uptr
Definition: region_fwd.hpp:26
Definition: adapter_cpp11.hpp:21
std::vector< region_uptr > regions
Definition: region_fwd.hpp:28
std::vector< region *> raw_regions
Definition: region_fwd.hpp:29
std::set< const region *> raw_const_region_set
Definition: region_fwd.hpp:30