(git:c5411e0)
Loading...
Searching...
No Matches
cp_parser_status_types::status_type Type Reference

Data Fields

logical in_use = .FALSE.
 
integer old_input_line_number = HUGE(0)
 
integer old_icol = HUGE(0)
 
integer old_icol1 = HUGE(0)
 
integer old_icol2 = HUGE(0)
 
character(len=max_line_length) old_input_line = ""
 
type(buffer_type), pointer buffer => NULL()
 

Detailed Description

Definition at line 23 of file cp_parser_status_types.F.

Field Documentation

◆ in_use

logical cp_parser_status_types::status_type::in_use = .FALSE.

Definition at line 24 of file cp_parser_status_types.F.

◆ old_input_line_number

integer cp_parser_status_types::status_type::old_input_line_number = HUGE(0)

Definition at line 25 of file cp_parser_status_types.F.

◆ old_icol

integer cp_parser_status_types::status_type::old_icol = HUGE(0)

Definition at line 26 of file cp_parser_status_types.F.

◆ old_icol1

integer cp_parser_status_types::status_type::old_icol1 = HUGE(0)

Definition at line 27 of file cp_parser_status_types.F.

◆ old_icol2

integer cp_parser_status_types::status_type::old_icol2 = HUGE(0)

Definition at line 28 of file cp_parser_status_types.F.

◆ old_input_line

character(len=max_line_length) cp_parser_status_types::status_type::old_input_line = ""

Definition at line 29 of file cp_parser_status_types.F.

◆ buffer

type(buffer_type), pointer cp_parser_status_types::status_type::buffer => NULL()

Definition at line 31 of file cp_parser_status_types.F.


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