![]() |
VRS
A file format for sensor data.
|
Helper class pointing to the next record in a device's list of records. This class doesn't not modify the list, simply iterating on it. More...
Public Member Functions | |
RecordList (const pair< StreamId, list< Record * > > &deviceRecords) | |
RecordList (const RecordList &rhs)=default | |
RecordList & | operator= (const RecordList &rhs)=default |
RecordFileWriter::SortRecord | getRecord () const |
bool | operator< (const RecordList &rhs) const |
bool | next () |
bool | hasRecord () const |
Helper class pointing to the next record in a device's list of records. This class doesn't not modify the list, simply iterating on it.