FastaVector 1.0.0-beta
FastaVectorLocalPosition Struct Reference

A position within a single sequence contained in a FastaVector. More...

#include <FastaVector.h>

Data Fields

size_t sequenceIndex
 The 0-based sequence index within the FastaVector. More...
 
size_t positionInSequence
 The 0-based position within the sequence. More...
 

Detailed Description

A position within a single sequence contained in a FastaVector.

Field Documentation

◆ positionInSequence

size_t FastaVectorLocalPosition::positionInSequence

The 0-based position within the sequence.

◆ sequenceIndex

size_t FastaVectorLocalPosition::sequenceIndex

The 0-based sequence index within the FastaVector.


The documentation for this struct was generated from the following file: