GBS
file_type_mod::tfile Interface Reference

Derived type for manipulating files. More...

Private Member Functions

procedure open
 
procedure close
 

Private Attributes

character(len=:), allocatable filename
 Name of the file. More...
 
integer unit
 Logical unit for file I/O. More...
 
logical opened = .false.
 Is the file currently opened. More...
 

Detailed Description

Derived type for manipulating files.

Member Function/Subroutine Documentation

◆ close()

procedure file_type_mod::tfile::close
private

◆ open()

procedure file_type_mod::tfile::open
private

Member Data Documentation

◆ filename

character(len=:), allocatable file_type_mod::tfile::filename
private

Name of the file.

◆ opened

logical file_type_mod::tfile::opened = .false.
private

Is the file currently opened.

◆ unit

integer file_type_mod::tfile::unit
private

Logical unit for file I/O.


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