nidas v1.2.3
|
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 |
Tuple for all the possible results of iostream reads.
Keep it private to SampleInputStream class to avoid polluting the nidas::core namespace.
|
inline |
bool nidas::dynld::SampleInputStream::ReadResult::eof |
size_t nidas::dynld::SampleInputStream::ReadResult::len |
bool nidas::dynld::SampleInputStream::ReadResult::newinput |