Fortran SFF API to data I/O streams in C++

◆ setformat()

void fapidxx::OFileUnits::setformat ( const std::string &  format)

set file format to be used upon file open

Definition at line 192 of file fileunit.cc.

References Mformat.

Referenced by sff_select_format__(), and sff_select_output_format__().

193  {
194  Mformat=format;
195  } // void OFileUnits::setformat(const std::string& format)
std::string Mformat
file type to be used
Definition: fileunit.h:130
Here is the caller graph for this function: