yasmine
generator.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 #ifndef GENERATOR_023AFC17_B727_4BE0_B7C1_03FAC7192AA6
12 #define GENERATOR_023AFC17_B727_4BE0_B7C1_03FAC7192AA6
13 
14 
15 #include "config.hpp"
16 
17 
18 namespace sxy
19 {
20 
21 
22 void generate( const sxy::config& _config );
23 
24 
25 
26 }
27 
28 
29 #endif
void generate(const sxy::config &_config)
Definition: generator.cpp:28
Definition: algorithm_parameters.hpp:16
Definition: config.hpp:26