class OmOutputFileStream

Implementation of output stream for files. More...

Definition#include <OmOutputFileStream.h>
InheritsOmOutputStream
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

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.

OmOutputFileStream ()

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.

explicit OmOutputFileStream (FILE * file_in)

Constructor. A valid file in an open and ready state must be given.


Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199.