class OmInputFileStream

Implementation of input stream for files. More...

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

Public Members


Detailed Description

Implementation of input stream for files.

This class provides a specialization of OmInputStream for standard and user files. This corresponds to an encapsulation of I/O operations needed by the library.

OmInputFileStream ()

Default constructor. Assume directly the use of the standard input (stdin).

explicit OmInputFileStream (const char * filename_in)

Constructor. A valid filename (but not open) must be given.

explicit OmInputFileStream (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.