yasmine
junction_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 JUNCTION_FWD_7B62488D_9661_42DD_BC43_8E9737158029
13 #define JUNCTION_FWD_7B62488D_9661_42DD_BC43_8E9737158029
14 
15 
16 #include <vector>
17 
18 #include "essentials/compatibility/compatibility.hpp"
19 
20 
21 namespace sxy
22 {
23 
24 
25 class junction;
26 typedef sxe::SX_UNIQUE_PTR< junction > junction_uptr;
27 typedef std::vector< junction_uptr > junctions;
28 typedef std::vector< const junction* > raw_const_junctions;
29 
30 
31 }
32 
33 
34 #endif
sxe::SX_UNIQUE_PTR< junction > junction_uptr
Definition: junction_fwd.hpp:25
std::vector< junction_uptr > junctions
Definition: junction_fwd.hpp:27
Definition: adapter_cpp11.hpp:21
Definition: junction.hpp:24
std::vector< const junction *> raw_const_junctions
Definition: junction_fwd.hpp:28