yasmine
model_version.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 VERSION_E55DC329_9A27_4598_928C_1CD8A4AA389E
13 #define VERSION_E55DC329_9A27_4598_928C_1CD8A4AA389E
14 
15 
16 #include "essentials/compatibility/compatibility.hpp"
17 
18 
19 namespace sxy
20 {
21 
22 
23 namespace version
24 {
25 
26 
27 void log_version();
28 
29 
30 sxe::uint16_t get_major_version();
31 sxe::uint16_t get_minor_version();
32 sxe::uint16_t get_patch_version();
33 sxe::uint16_t get_build_number();
34 
35 
36 }
37 
38 
39 }
40 
41 
42 #endif
sxe::uint16_t get_minor_version()
Definition: version.cpp:55
sxe::uint16_t get_patch_version()
Definition: version.cpp:61
sxe::uint16_t get_build_number()
Definition: version.cpp:67
void log_version()
Definition: version.cpp:40
Definition: algorithm_parameters.hpp:16
sxe::uint16_t get_major_version()
Definition: version.cpp:49
Definition: ygen_build_number.hpp:19