![]() |
(git:5f3bc36)
|
a module to allow the storage of the parser status More...
Data Types | |
| type | status_type |
Functions/Subroutines | |
| subroutine, public | create_status_type (status) |
| creates the parser status type | |
| subroutine, public | release_status_type (status) |
| releases the parser status type | |
a module to allow the storage of the parser status
| subroutine, public cp_parser_status_types::create_status_type | ( | type(status_type), pointer | status | ) |
creates the parser status type
| status | ... |
Definition at line 45 of file cp_parser_status_types.F.
| subroutine, public cp_parser_status_types::release_status_type | ( | type(status_type), pointer | status | ) |
releases the parser status type
| status | ... |
Definition at line 59 of file cp_parser_status_types.F.