class OmInputFileStream
|
Implementation of input stream for files. More... |
|
|
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.
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.
- Precondition: ~ NullPointer(filename_in) and ~ EmptyString(filename_in)
explicit OmInputFileStream (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. |