parser Module



Variables

Type Visibility Attributes Name Initial
character(len=32), public :: handle

Interfaces

public interface parse

  • private subroutine parse_int(handle, intvalue)

    Arguments

    Type IntentOptional Attributes Name
    character(len=32), intent(in) :: handle
    integer, intent(inout) :: intvalue
  • private subroutine parse_real(handle, realvalue)

    Arguments

    Type IntentOptional Attributes Name
    character(len=32), intent(in) :: handle
    real, intent(inout) :: realvalue
  • private subroutine parse_string(handle, charvalue)

    Arguments

    Type IntentOptional Attributes Name
    character(len=32), intent(in) :: handle
    character(len=*), intent(inout) :: charvalue
  • private subroutine parse_logical(handle, logvalue)

    Arguments

    Type IntentOptional Attributes Name
    character(len=32), intent(in) :: handle
    logical, intent(inout) :: logvalue