(git:b279b6b)
cp_parser_buffer_types.F File Reference

Go to the source code of this file.

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. More...
 
recursive subroutine, public cp_parser_buffer_types::release_buffer_type (buffer)
 Releases the parser buffer type. More...
 
recursive subroutine, public cp_parser_buffer_types::copy_buffer_type (buffer_in, buffer_out, force)
 Copies buffer types. More...
 
subroutine, public cp_parser_buffer_types::initialize_sub_buffer (sub_buffer, buffer)
 Initializes sub buffer structure. More...
 
subroutine, public cp_parser_buffer_types::finalize_sub_buffer (sub_buffer, buffer)
 Finalizes sub buffer structure. More...