Definition at line 118 of file IndexBase.h.
◆ Reference()
IndexBase::Reference::Reference |
( |
| ) |
|
|
inline |
Definition at line 124 of file IndexBase.h.
124{ioffsets = NULL; reset();}
◆ ~Reference()
IndexBase::Reference::~Reference |
( |
| ) |
|
|
inline |
◆ reset()
void IndexBase::Reference::reset |
( |
| ) |
|
|
inline |
Definition at line 126 of file IndexBase.h.
127 {
128 bins.clear();
129 if(ioffsets != NULL)
130 {
131 free(ioffsets);
132 ioffsets = NULL;
133 }
134 n_bin = 0;
135 n_intv = 0;
136 minChunkOffset = UNSET_MIN_CHUNK_OFFSET;
137 maxChunkOffset = 0;
138 n_mapped = UNKNOWN_MAP_INFO;
139 n_unmapped = UNKNOWN_MAP_INFO;
140 }
◆ bins
std::vector<Bin> IndexBase::Reference::bins |
◆ ioffsets
uint64_t* IndexBase::Reference::ioffsets |
◆ maxChunkOffset
uint64_t IndexBase::Reference::maxChunkOffset |
◆ minChunkOffset
uint64_t IndexBase::Reference::minChunkOffset |
◆ n_bin
int32_t IndexBase::Reference::n_bin |
◆ n_intv
int32_t IndexBase::Reference::n_intv |
◆ n_mapped
int32_t IndexBase::Reference::n_mapped |
◆ n_unmapped
int32_t IndexBase::Reference::n_unmapped |
◆ UNKNOWN_MAP_INFO
const int32_t IndexBase::Reference::UNKNOWN_MAP_INFO = -1 |
|
static |
◆ UNSET_MIN_CHUNK_OFFSET
const uint64_t IndexBase::Reference::UNSET_MIN_CHUNK_OFFSET = 0xFFFFFFFFFFFFFFFFULL |
|
static |
The documentation for this class was generated from the following file: