dc_present.f90 File Reference

Go to the source code of this file.

Data Types

interface  dc_present::present_and_eq
 
interface  dc_present::present_and_ne
 
interface  dc_present::present_select
 

Modules

module  dc_present
 

Functions/Subroutines

logical function, public dc_present::present_and_true (arg)
 
logical function, public dc_present::present_and_false (arg)
 
logical function, public dc_present::present_and_zero (arg)
 
logical function, public dc_present::present_and_nonzero (arg)
 
logical function dc_present::present_and_eq_integer (arg, val)
 
logical function dc_present::present_and_eq_real (arg, val)
 
logical function dc_present::present_and_eq_double (arg, val)
 
logical function dc_present::present_and_ne_integer (arg, val)
 
logical function dc_present::present_and_ne_real (arg, val)
 
logical function dc_present::present_and_ne_double (arg, val)
 
logical function, public dc_present::present_and_not_empty (arg)
 
character(string) function dc_present::present_select_char (invalid, default, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9)
 
integer function dc_present::present_select_int (invalid, default, d0, d1, d2, d3, d4, d5, d6, d7, d8, d9)
 
real function dc_present::present_select_real (invalid, default, r0, r1, r2, r3, r4, r5, r6, r7, r8, r9)
 
real(dp) function dc_present::present_select_double (invalid, default, f0, f1, f2, f3, f4, f5, f6, f7, f8, f9)
 
character(string) function dc_present::present_select_char_auto (invalid, default, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9)
 
integer function dc_present::present_select_int_auto (invalid, default, d0, d1, d2, d3, d4, d5, d6, d7, d8, d9)
 
real function dc_present::present_select_real_auto (invalid, default, r0, r1, r2, r3, r4, r5, r6, r7, r8, r9)
 
real(dp) function dc_present::present_select_double_auto (invalid, default, f0, f1, f2, f3, f4, f5, f6, f7, f8, f9)