Fortran SFF API to data I/O streams in C++
Implementation of file units

In Fortran the access to different files is controlled by file units which are addressed by integer numbers. In order to mimic the behaviour of Fortran I/O we have to provide means to handle the access to multiple input and output files such that they can be addressed by integer numbers. Two classes provide this functionality.

See also
fapidxx::IFileUnits, fapidxx::OFileUnits