|
| void | close (const int &unit) |
| | close the file associated with this file unit More...
|
| |
| datrw::oanystream & | getstream (const int &unit) |
| | return a stream associated with a file unit More...
|
| |
| bool | isopen (const int &unit) const |
| | check whether a file is opened for this file unit More...
|
| |
| | OFileUnits () |
| | default contructor to initialize member data More...
|
| |
| datrw::oanystream & | open (const int &unit, const std::string &filename) |
| | open a new file More...
|
| |
| datrw::oanystream & | operator() (const int &unit) |
| | quick access More...
|
| |
| void | setformat (const std::string &format) |
| | set file format to be used upon file open More...
|
| |
| | ~OFileUnits () |
| | destructor has to close all open files More...
|
| |
A class to provide us with an oanystream
Definition at line 97 of file fileunit.h.