dc_args::args Type Reference
Collaboration diagram for dc_args::args:
[legend]

Private Attributes

type(opt_entry), dimension(:), pointer opt_table => null()
 
logical initialized = .false.
 
type(cmd_opts_internal), dimension(:), pointer cmd_opts_list => null()
 
type(hash) helpmsg
 

Detailed Description

Definition at line 189 of file dc_args.f90.

Field Documentation

◆ cmd_opts_list

type(cmd_opts_internal), dimension(:), pointer dc_args::args::cmd_opts_list => null()
private

Definition at line 204 of file dc_args.f90.

204  type(cmd_opts_internal), pointer :: cmd_opts_list(:) => null()

◆ helpmsg

type(hash) dc_args::args::helpmsg
private

Definition at line 207 of file dc_args.f90.

207  type(hash) :: helpmsg

◆ initialized

logical dc_args::args::initialized = .false.
private

Definition at line 203 of file dc_args.f90.

◆ opt_table

type(opt_entry), dimension(:), pointer dc_args::args::opt_table => null()
private

Definition at line 200 of file dc_args.f90.

200  type(opt_entry), pointer :: opt_table(:) => null()

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