class OmOutputFileStream
|
Implementation of output stream for files. More... |
|
|
Public Members
Detailed Description
Implementation of output stream for files.
This class provides a specialization of OmOutputStream for standard and user files.
This corresponds to an encapsulation of I/O operations needed by the library.
Default constructor. Assume directly the use of the standard output (stdout).
explicit OmOutputFileStream (const char * filename_in)
|
Constructor. A valid filename (but not open) must be given.
- Precondition: ~ NullPointer(filename_in) and ~ EmptyString(filename_in)
explicit OmOutputFileStream (FILE * file_in)
|
Constructor. A valid file in an open and ready state must be given.
- Precondition: ~ FileError(file_in)
Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199. |