#include <readdata.h>
Public Attributes | |
TR_DNA | row |
TR_DNA | startPos |
TR_DNA | endPos |
This might make the serializing/unserializing slightly faster ( probably not significant at all, not tested ). And specially the order is kept right between serializing and unserializing. But a problem with this approach might be that the endian awareness of QDataStream might be lost, when we don't serialize the types one by one. It might be a problem when moving berkeley dbs around archictures. But berkeley db probably doesn't allow this anyway?
Definition at line 101 of file readdata.h.
TR_DNA ReadData::StorageData::row |
Definition at line 103 of file readdata.h.
Referenced by ReadData::bt_compare_rowPos(), ReadData::readAttributes(), ReadData::ReadData(), ReadData::row(), and ReadData::setRow().
Definition at line 104 of file readdata.h.
Referenced by ReadData::bt_compare_start(), ReadData::readAttributes(), ReadData::ReadData(), ReadData::setStartPos(), and ReadData::startPos().
Definition at line 105 of file readdata.h.
Referenced by ReadData::bt_compare_end(), ReadData::bt_compare_rowPos(), ReadData::endPos(), ReadData::readAttributes(), ReadData::ReadData(), and ReadData::setEndPos().