![]() |
(git:b77b4be)
|
a module to allow simple buffering of read lines of a parser More...
Data Types | |
type | buffer_type |
Buffer type for speeding-up the parsing in parallel. More... | |
Functions/Subroutines | |
subroutine, public | create_buffer_type (buffer) |
Creates the parser buffer type. | |
recursive subroutine, public | release_buffer_type (buffer) |
Releases the parser buffer type. | |
recursive subroutine, public | copy_buffer_type (buffer_in, buffer_out, force) |
Copies buffer types. | |
subroutine, public | initialize_sub_buffer (sub_buffer, buffer) |
Initializes sub buffer structure. | |
subroutine, public | finalize_sub_buffer (sub_buffer, buffer) |
Finalizes sub buffer structure. | |
a module to allow simple buffering of read lines of a parser
subroutine, public cp_parser_buffer_types::create_buffer_type | ( | type(buffer_type), pointer | buffer | ) |
Creates the parser buffer type.
buffer | ... |
Definition at line 50 of file cp_parser_buffer_types.F.
recursive subroutine, public cp_parser_buffer_types::release_buffer_type | ( | type(buffer_type), pointer | buffer | ) |
Releases the parser buffer type.
buffer | ... |
Definition at line 68 of file cp_parser_buffer_types.F.
recursive subroutine, public cp_parser_buffer_types::copy_buffer_type | ( | type(buffer_type), pointer | buffer_in, |
type(buffer_type), pointer | buffer_out, | ||
logical, intent(in), optional | force | ||
) |
Copies buffer types.
buffer_in | ... |
buffer_out | ... |
force | ... |
Definition at line 88 of file cp_parser_buffer_types.F.
subroutine, public cp_parser_buffer_types::initialize_sub_buffer | ( | type(buffer_type), pointer | sub_buffer, |
type(buffer_type), pointer | buffer | ||
) |
Initializes sub buffer structure.
sub_buffer | ... |
buffer | ... |
Definition at line 125 of file cp_parser_buffer_types.F.
subroutine, public cp_parser_buffer_types::finalize_sub_buffer | ( | type(buffer_type), pointer | sub_buffer, |
type(buffer_type), pointer | buffer | ||
) |
Finalizes sub buffer structure.
sub_buffer | ... |
buffer | ... |
Definition at line 142 of file cp_parser_buffer_types.F.