Class ReadStoreElement
Represents a single read (without sequence).

Defined in <seqan/store.h>
Signature template <[typename TSpec]> struct ReadStoreElement;

Template Parameters

TSpec The specializing type. Default: void.

Member Function Overview

Member Variable Overview

Member Functions Detail

ReadStoreElement::ReadStoreElement();

Constructor.

Sets ReadStoreElement::matePairId to ReadStoreElement::INVALID_ID.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.

Member Variables Detail

TId ReadStoreElement::INVALID_ID

Constant to represetn an invalid id.

TId ReadStoreElement::matePairId

Refers to a mate pair in the matePairStore or is INVALID_ID if the read is not paired.