Public Member Functions

nstream::Stream Class Reference
[Named Stream Management]

an instance of a read-only stream More...

#include <nstream.h>

Inheritance diagram for nstream::Stream:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Stream (void) throw ()
virtual std::istream & getStream (void)=0
 get access to the raw data stream
virtual smart_ptr< FilegetFile (void)=0
 get a pointer to the nstream::File object with which this Stream is associated.
virtual void writeDiagnostics (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)

Detailed Description

an instance of a read-only stream

Definition at line 102 of file nstream.h.


Constructor & Destructor Documentation

nstream::Stream::~Stream ( void   )  throw () [virtual]

Definition at line 46 of file nstream.cpp.


The documentation for this class was generated from the following files: