(git:0de0cc2)
input_keyword_types.F File Reference

Go to the source code of this file.

Modules

module  input_keyword_types
 represents keywords in an input
 

Functions/Subroutines

subroutine, public input_keyword_types::keyword_create (keyword, location, name, description, usage, type_of_var, n_var, repeats, variants, default_val, default_l_val, default_r_val, default_lc_val, default_c_val, default_i_val, default_l_vals, default_r_vals, default_c_vals, default_i_vals, lone_keyword_val, lone_keyword_l_val, lone_keyword_r_val, lone_keyword_c_val, lone_keyword_i_val, lone_keyword_l_vals, lone_keyword_r_vals, lone_keyword_c_vals, lone_keyword_i_vals, enum_c_vals, enum_i_vals, enum, enum_strict, enum_desc, unit_str, citations, deprecation_notice, removed)
 creates a keyword object More...
 
subroutine, public input_keyword_types::keyword_retain (keyword)
 retains the given keyword (see doc/ReferenceCounting.html) More...
 
subroutine, public input_keyword_types::keyword_release (keyword)
 releases the given keyword (see doc/ReferenceCounting.html) More...
 
subroutine, public input_keyword_types::keyword_get (keyword, names, usage, description, type_of_var, n_var, default_value, lone_keyword_value, repeats, enum, citations)
 ... More...
 
subroutine, public input_keyword_types::keyword_describe (keyword, unit_nr, level)
 writes out a description of the keyword More...
 
subroutine, public input_keyword_types::write_keyword_xml (keyword, level, unit_number)
 Prints a description of a keyword in XML format. More...
 
subroutine, public input_keyword_types::keyword_typo_match (keyword, unknown_string, location_string, matching_rank, matching_string, bonus)
 ... More...
 

Variables

integer, parameter, public input_keyword_types::usage_string_length = default_string_length*2