nidas  v1.2-1520
Public Member Functions | Public Attributes | List of all members
nidas::dynld::SampleInputStream::ReadResult Struct Reference

Tuple for all the possible results of iostream reads. More...

Public Member Functions

 ReadResult (size_t ilen=0, bool inewinput=false, bool ieof=false)
 

Public Attributes

size_t len
 
bool newinput
 
bool eof
 

Detailed Description

Tuple for all the possible results of iostream reads.

Keep it private to SampleInputStream class to avoid polluting the nidas::core namespace.

Constructor & Destructor Documentation

nidas::dynld::SampleInputStream::ReadResult::ReadResult ( size_t  ilen = 0,
bool  inewinput = false,
bool  ieof = false 
)
inline

Member Data Documentation

bool nidas::dynld::SampleInputStream::ReadResult::eof
size_t nidas::dynld::SampleInputStream::ReadResult::len
bool nidas::dynld::SampleInputStream::ReadResult::newinput

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