Loading...
Searching...
No Matches
Public Attributes | List of all members
dc_args::args Type Reference
Collaboration diagram for dc_args::args:
[legend]

Public Attributes

logical initialized = .false.
 
type(cmd_opts_internal), dimension(:), pointer cmd_opts_list => null()
 
type(hashhelpmsg
 

Detailed Description

Definition at line 189 of file dc_args.f90.

Member Data Documentation

◆ cmd_opts_list

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

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

Definition at line 207 of file dc_args.f90.

207 type(HASH) :: helpmsg

◆ initialized

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

Definition at line 203 of file dc_args.f90.

203 logical :: initialized = .false.

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