#include <featuredata.h>
Public Attributes | |
TR_DNA | startPos |
TR_DNA | endPos |
db_recno_t | readRecno |
This might make the serializing/unserializing a bit faster ( probably not significant at all, not tested ). But the main reason for the existence of this class is that 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 79 of file featuredata.h.
|
Definition at line 82 of file featuredata.h. Referenced by FeatureData::endPos(), FeatureData::FeatureData(), FeatureData::readAttributes(), FeatureData::readDom(), FeatureData::setEndPos(), FeatureData::writeDom(), and FeatureData::writeXml(). |
|
Definition at line 83 of file featuredata.h. Referenced by FeatureData::FeatureData(), FeatureData::getSeqRecNo(), FeatureData::print_debug_info(), FeatureData::readDom(), FeatureData::setReadRecno(), and FeatureData::writeDom(). |
|
Definition at line 81 of file featuredata.h. Referenced by FeatureData::FeatureData(), FeatureData::readAttributes(), FeatureData::readDom(), FeatureData::setStartPos(), FeatureData::startPos(), FeatureData::writeDom(), and FeatureData::writeXml(). |