an instance of a read-only stream More...
#include <nstream.h>

Public Member Functions | |
| virtual | ~Stream (void) throw () |
| virtual std::istream & | getStream (void)=0 |
| get access to the raw data stream | |
| virtual smart_ptr< File > | getFile (void)=0 |
| get a pointer to the nstream::File object with which this Stream is associated. | |
| virtual void | writeDiagnostics (IO std::ostream &out) |
| helper method to get diagnostic information during errors etc | |
| operator std::istream & (void) | |
| bool | eof (void) |
| bool | good (void) |
| bool | bad (void) |
an instance of a read-only stream
Definition at line 102 of file nstream.h.
| nstream::Stream::~Stream | ( | void | ) | throw () [virtual] |
Definition at line 46 of file nstream.cpp.
1.7.1