Heraia  0.1.8
Options Struct Reference

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...
 

Detailed Description

Structure Options gives a way to store program options passed from the command line.

  • char *filename is the filename to open (should be a list of filenames)
  • char usage is there to know which kind of usage message we want to display

Definition at line 68 of file heraia.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: