Definition at line 255 of file dc_args.f90.
 
◆ dcargsstrict0()
  
  
      
        
          | subroutine dc_args::dcargsstrict::dcargsstrict0  | 
          ( | 
          type(args), intent(inout)  | 
          arg,  | 
         
        
           | 
           | 
          logical, intent(in), optional  | 
          severe  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Definition at line 746 of file dc_args.f90.
  765     type(args), 
intent(inout) :: arg
   766     logical, 
intent(in), 
optional :: severe
   767     character(STRING) :: err_mess
   769     character(len = *), 
parameter  :: subname = 
'DCArgsStrict'   771     if (.not. arg % initialized) 
then   772       call messagenotify(
'W', subname, 
'Call Open before Help in dc_args.')
   775     do i = 1, 
size(arg % cmd_opts_list)
   776       err_mess = trim(arg % cmd_opts_list(i) % name) // 
' is invalid option.'   777       if (.not. arg % cmd_opts_list(i) % flag_called) 
then logical function, public present_and_true(arg)
 
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ 
 
 
 
 
The documentation for this interface was generated from the following file: