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 | |
gboolean | usage |
to know if we displayed the usage message | |
gint8 | tests |
to know if the users wants to do self tests |
Structure Options gives a way to store program options passed from the command line.
Definition at line 67 of file heraia.h.
GList* Options::filenames |
the filename to open
Definition at line 69 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 71 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 70 of file heraia.h.
Referenced by init_options_struct(), main(), and manage_command_line_options().