(git:c5411e0)
Loading...
Searching...
No Matches
cp_parser_methods::parser_get_object Interface Reference

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.
 

Detailed Description

Definition at line 54 of file cp_parser_methods.F.

Member Function/Subroutine Documentation

◆ parser_get_integer()

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.

Parameters
parser...
object...
newline...
skip_lines...
string_length...
at_end...
Date
22.11.1999
Author
Matthias Krack (MK)
Version
1.0

Definition at line 951 of file cp_parser_methods.F.

Here is the call graph for this function:

◆ parser_get_logical()

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.

Parameters
parser...
object...
newline...
skip_lines...
string_length...
at_end...
Date
01.04.2003
History
  • New version (08.07.2003,MK)
Author
FM
Version
1.0

Definition at line 1036 of file cp_parser_methods.F.

Here is the call graph for this function:

◆ parser_get_real()

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.

Parameters
parser...
object...
newline...
skip_lines...
string_length...
at_end...
Date
22.11.1999
Author
Matthias Krack (MK)
Version
1.0

Definition at line 1113 of file cp_parser_methods.F.

Here is the call graph for this function:

◆ parser_get_string()

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.

Parameters
parser...
object...
lower_to_upper...
newline...
skip_lines...
string_length...
at_end...
Date
22.11.1999
Author
Matthias Krack (MK)
Version
1.0

Definition at line 1181 of file cp_parser_methods.F.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: