Heraia
0.1.8
|
Structure Options gives a way to store program options passed from the command line. More...
#include <heraia.h>
Data Fields | |
GList * | filenames |
the filename to open More... | |
gboolean | usage |
to know if we displayed the usage message More... | |
gint8 | tests |
to know if the users wants to do self tests More... | |
Structure Options gives a way to store program options passed from the command line.
GList* Options::filenames |
the filename to open
Definition at line 70 of file heraia.h.
Referenced by init_options_struct(), main(), and manage_command_line_options().
gint8 Options::tests |
to know if the users wants to do self tests
Definition at line 72 of file heraia.h.
Referenced by init_options_struct(), main(), and manage_command_line_options().
gboolean Options::usage |
to know if we displayed the usage message
Definition at line 71 of file heraia.h.
Referenced by init_options_struct(), main(), and manage_command_line_options().