Heraia
0.1.8
|
heraia's header file. More...
Go to the source code of this file.
Data Structures | |
struct | Options |
Structure Options gives a way to store program options passed from the command line. More... | |
Macros | |
#define | HERAIA_AUTHORS "Olivier Delhomme, Sébastien TRICAUD, Grégory AUDET" |
defines heraia's main authors More... | |
#define | HERAIA_DATE "20 02 2005" |
defines heraia's creation date More... | |
#define | HERAIA_LICENSE N_("GPL v2 or later") |
defines heraia's license (at least GPL v2) More... | |
#define | HERAIA_VERSION "0.1.8 (12.30.2018)" |
defines heraia's current version and release date of this version (00.00.20XX means a development version) More... | |
#define | NO_TESTS 0 |
defines that no tests should be done (this is the default behaviour) More... | |
#define | COVERAGE_TESTS 1 |
In order to do some coverage tests. More... | |
#define | LOADING_TESTS 2 |
Functions | |
heraia_struct_t * | get_main_struct (void) |
This is intended to be called by the library or any program that will use the library in order to get the pointer to the main structure heraia_struct_t. More... | |
Variables | |
static struct option const | long_options [] |
heraia's header file.
Definition in file heraia.h.
#define COVERAGE_TESTS 1 |
In order to do some coverage tests.
Definition at line 58 of file heraia.h.
Referenced by main(), manage_command_line_options(), and usage().
#define HERAIA_AUTHORS "Olivier Delhomme, Sébastien TRICAUD, Grégory AUDET" |
#define HERAIA_DATE "20 02 2005" |
#define HERAIA_LICENSE N_("GPL v2 or later") |
#define HERAIA_VERSION "0.1.8 (12.30.2018)" |
#define NO_TESTS 0 |
defines that no tests should be done (this is the default behaviour)
Definition at line 57 of file heraia.h.
Referenced by init_options_struct().
heraia_struct_t* get_main_struct | ( | void | ) |
This is intended to be called by the library or any program that will use the library in order to get the pointer to the main structure heraia_struct_t.
Definition at line 64 of file heraia.c.
References libheraia_main_struct.
Referenced by do_heraia_coverage_tests().
|
static |
Definition at line 75 of file heraia.h.
Referenced by manage_command_line_options().