Ariles
all.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @copyright 2014-2017 INRIA. Licensed under the Apache License, Version 2.0.
5  (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
6  @copyright 2017-2020 Alexander Sherikov, Licensed under the Apache License, Version 2.0.
7  (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
8 
9  @brief Inclusion of this file results in generation of functions which
10  read and write entries 'ARILES2_ENTRIES' defined in the including
11  header from / to a configuration file.
12 */
13 
14 
15 #include "variables.h"
16 #include "methods.h"
17 
18 #undef ARILES2_ENTRIES
Inclusion of this file results in generation of functions which read and write entries 'ARILES2_ENTRI...