Ginan
Loading...
Searching...
No Matches
Stream Struct Referenceabstract
Inheritance diagram for Stream:
Collaboration diagram for Stream:

Public Member Functions

virtual unique_ptr< std::istream > getIStream_ptr ()=0
 
virtual bool isDead ()
 Check to see if this stream has run out of data.
 
virtual ~Stream ()=default
 

Data Fields

string sourceString
 

Constructor & Destructor Documentation

◆ ~Stream()

virtual Stream::~Stream ( )
virtualdefault

Member Function Documentation

◆ getIStream_ptr()

virtual unique_ptr< std::istream > Stream::getIStream_ptr ( )
pure virtual

Implemented in FileStream, and SerialStream.

Here is the caller graph for this function:

◆ isDead()

virtual bool Stream::isDead ( )
inlinevirtual

Check to see if this stream has run out of data.

Reimplemented in FileStream.

Field Documentation

◆ sourceString

string Stream::sourceString

The documentation for this struct was generated from the following file: