finer.f90 Source File

FiNeR, Fortran INI ParseR and generator.


This file depends on

sourcefile~~finer.f90~~EfferentGraph sourcefile~finer.f90 finer.f90 sourcefile~finer_backend.f90 finer_backend.f90 sourcefile~finer.f90->sourcefile~finer_backend.f90 sourcefile~finer_file_ini_t.f90 finer_file_ini_t.F90 sourcefile~finer.f90->sourcefile~finer_file_ini_t.f90 sourcefile~finer_file_ini_t.f90->sourcefile~finer_backend.f90 sourcefile~finer_option_t.f90 finer_option_t.F90 sourcefile~finer_file_ini_t.f90->sourcefile~finer_option_t.f90 sourcefile~finer_section_t.f90 finer_section_t.f90 sourcefile~finer_file_ini_t.f90->sourcefile~finer_section_t.f90 sourcefile~finer_option_t.f90->sourcefile~finer_backend.f90 sourcefile~finer_section_t.f90->sourcefile~finer_backend.f90 sourcefile~finer_section_t.f90->sourcefile~finer_option_t.f90

Files dependent on this one

sourcefile~~finer.f90~~AfferentGraph sourcefile~finer.f90 finer.f90 sourcefile~finer_test_parse.f90 finer_test_parse.f90 sourcefile~finer_test_parse.f90->sourcefile~finer.f90 sourcefile~finer_test_update_option.f90 finer_test_update_option.f90 sourcefile~finer_test_update_option.f90->sourcefile~finer.f90 sourcefile~finer_test_autotest.f90 finer_test_autotest.f90 sourcefile~finer_test_autotest.f90->sourcefile~finer.f90 sourcefile~finer_test_load.f90 finer_test_load.f90 sourcefile~finer_test_load.f90->sourcefile~finer.f90 sourcefile~finer_test_get.f90 finer_test_get.f90 sourcefile~finer_test_get.f90->sourcefile~finer.f90

Contents

Source Code


Source Code

!< FiNeR, Fortran INI ParseR and generator.

module finer
!< FiNeR, Fortran INI ParseR and generator.
use finer_backend
use finer_file_ini_t

implicit none
private
public :: err_option_name
public :: err_option_vals
public :: err_option
public :: err_section_name
public :: err_section_options
public :: err_section
public :: err_source_missing
public :: file_ini
public :: file_ini_autotest
endmodule finer