![]() |
(git:e68414f)
|
Public Member Functions | |
| subroutine | parser_get_integer (parser, object, newline, skip_lines, string_length, at_end) |
| Read an integer number. | |
| subroutine | parser_get_logical (parser, object, newline, skip_lines, string_length, at_end) |
| Read a string representing logical object. | |
| subroutine | parser_get_real (parser, object, newline, skip_lines, string_length, at_end) |
| Read a floating point number. | |
| subroutine | parser_get_string (parser, object, lower_to_upper, newline, skip_lines, string_length, at_end) |
| Read a string. | |
Definition at line 54 of file cp_parser_methods.F.
| subroutine cp_parser_methods::parser_get_object::parser_get_integer | ( | type(cp_parser_type), intent(inout) | parser, |
| integer, intent(out) | object, | ||
| logical, intent(in), optional | newline, | ||
| integer, intent(in), optional | skip_lines, | ||
| integer, intent(in), optional | string_length, | ||
| logical, intent(out), optional | at_end | ||
| ) |
Read an integer number.
| parser | ... |
| object | ... |
| newline | ... |
| skip_lines | ... |
| string_length | ... |
| at_end | ... |
Definition at line 951 of file cp_parser_methods.F.
| subroutine cp_parser_methods::parser_get_object::parser_get_logical | ( | type(cp_parser_type), intent(inout) | parser, |
| logical, intent(out) | object, | ||
| logical, intent(in), optional | newline, | ||
| integer, intent(in), optional | skip_lines, | ||
| integer, intent(in), optional | string_length, | ||
| logical, intent(out), optional | at_end | ||
| ) |
Read a string representing logical object.
| parser | ... |
| object | ... |
| newline | ... |
| skip_lines | ... |
| string_length | ... |
| at_end | ... |
Definition at line 1036 of file cp_parser_methods.F.
| subroutine cp_parser_methods::parser_get_object::parser_get_real | ( | type(cp_parser_type), intent(inout) | parser, |
| real(kind=dp), intent(out) | object, | ||
| logical, intent(in), optional | newline, | ||
| integer, intent(in), optional | skip_lines, | ||
| integer, intent(in), optional | string_length, | ||
| logical, intent(out), optional | at_end | ||
| ) |
Read a floating point number.
| parser | ... |
| object | ... |
| newline | ... |
| skip_lines | ... |
| string_length | ... |
| at_end | ... |
Definition at line 1113 of file cp_parser_methods.F.
| subroutine cp_parser_methods::parser_get_object::parser_get_string | ( | type(cp_parser_type), intent(inout) | parser, |
| character(len=*), intent(out) | object, | ||
| logical, intent(in), optional | lower_to_upper, | ||
| logical, intent(in), optional | newline, | ||
| integer, intent(in), optional | skip_lines, | ||
| integer, intent(in), optional | string_length, | ||
| logical, intent(out), optional | at_end | ||
| ) |
Read a string.
| parser | ... |
| object | ... |
| lower_to_upper | ... |
| newline | ... |
| skip_lines | ... |
| string_length | ... |
| at_end | ... |
Definition at line 1181 of file cp_parser_methods.F.