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

◆ setformat()

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

set file format to be used upon file open

Definition at line 121 of file fileunit.cc.

References Mformat.

Referenced by sff_select_format__(), and sff_select_input_format__().

122  {
123  Mformat=format;
124  } // void IFileUnits::setformat(const std::string& format)
std::string Mformat
file type to be used
Definition: fileunit.h:88
Here is the caller graph for this function: