Definition in file heraia.h.
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... | |
Defines | |
#define | HERAIA_AUTHORS "Olivier Delhomme, Sébastien TRICAUD, Grégory AUDET" |
defines heraia's main authors | |
#define | HERAIA_DATE "20 02 2005" |
defines heraia's creation date | |
#define | HERAIA_LICENSE "GPL" |
defines heraia's license (a least GPL) | |
#define | HERAIA_VERSION "0.0.7 (14.02.2009)" |
defines heraia's current version and release date of this version (00.00.20XX means a development version) | |
Functions | |
heraia_window_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_window_t. | |
Variables | |
static struct option const | long_options [] |
#define HERAIA_AUTHORS "Olivier Delhomme, Sébastien TRICAUD, Grégory AUDET" |
#define HERAIA_DATE "20 02 2005" |
#define HERAIA_LICENSE "GPL" |
#define HERAIA_VERSION "0.0.7 (14.02.2009)" |
heraia_window_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_window_t.
struct option const long_options[] [static] |
Initial value:
{ {"version", no_argument, NULL, 'v'}, {"help", no_argument, NULL, 'h'}, {NULL, 0, NULL, 0} }
Definition at line 62 of file heraia.h.
Referenced by manage_command_line_options().