SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
output.hpp File Reference

Provides the configuration for the content of the search result. More...

+ Include dependency graph for output.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::search_cfg::output_index_cursor
 Include the index_cursor in the seqan3::search_result returned by a call to seqan3::search. More...
 
class  seqan3::search_cfg::output_query_id
 Include the query_id in the seqan3::search_result returned by a call to seqan3::search. More...
 
class  seqan3::search_cfg::output_reference_begin_position
 Include the reference_begin_position in the seqan3::search_result returned by a call to seqan3::search. More...
 
class  seqan3::search_cfg::output_reference_id
 Include the reference_id in the seqan3::search_result returned by a call to seqan3::search. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::search_cfg
 A special sub namespace for the search configurations.
 

Detailed Descriptionno-api

Provides the configuration for the content of the search result.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>
Rene Rahn <rene.rahn AT fu-berlin.de>
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>