cuSBF
Loading...
Searching...
No Matches
Public Attributes | List of all members
cusbf::FastxDetailedQueryReport Struct Reference

Aggregate and per-record results returned by Filter FASTX detail APIs. More...

#include <Fastx.hpp>

Collaboration diagram for cusbf::FastxDetailedQueryReport:
[legend]

Public Attributes

FastxQueryReport summary {}
 Totals across all records.
 
std::vector< FastxDetailedQueryRecordrecords
 One entry per record in source order.
 

Detailed Description

Aggregate and per-record results returned by Filter FASTX detail APIs.

Definition at line 209 of file Fastx.hpp.

Member Data Documentation

◆ records

std::vector<FastxDetailedQueryRecord> cusbf::FastxDetailedQueryReport::records

One entry per record in source order.

Definition at line 213 of file Fastx.hpp.

◆ summary

FastxQueryReport cusbf::FastxDetailedQueryReport::summary {}

Totals across all records.

Definition at line 211 of file Fastx.hpp.

211{};

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