![]() |
(git:d18deda)
|
#include "../base/base_uses.f90"
Go to the source code of this file.
Data Types | |
type | cp_parser_buffer_types::buffer_type |
Buffer type for speeding-up the parsing in parallel. More... | |
Modules | |
module | cp_parser_buffer_types |
a module to allow simple buffering of read lines of a parser | |
Functions/Subroutines | |
subroutine, public | cp_parser_buffer_types::create_buffer_type (buffer) |
Creates the parser buffer type. | |
recursive subroutine, public | cp_parser_buffer_types::release_buffer_type (buffer) |
Releases the parser buffer type. | |
recursive subroutine, public | cp_parser_buffer_types::copy_buffer_type (buffer_in, buffer_out, force) |
Copies buffer types. | |
subroutine, public | cp_parser_buffer_types::initialize_sub_buffer (sub_buffer, buffer) |
Initializes sub buffer structure. | |
subroutine, public | cp_parser_buffer_types::finalize_sub_buffer (sub_buffer, buffer) |
Finalizes sub buffer structure. | |