Provides the configuration for returning positions in the text. More...
#include <seqan3/core/algorithm/configuration.hpp>#include <seqan3/core/algorithm/pipeable_config_element.hpp>#include <seqan3/core/detail/strong_type.hpp>#include <seqan3/core/type_traits/basic.hpp>#include <seqan3/search/configuration/detail.hpp>
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 | |
| struct | seqan3::search_cfg::output< output_t > |
| Configuration element to determine the output type of hits. More... | |
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| seqan3::search_cfg | |
| A special sub namespace for the search configurations. | |
Variables | |
| constexpr detail::search_output_index_cursor | seqan3::search_cfg::index_cursor |
| Configuration element to receive all hits within the error bounds. | |
| constexpr detail::search_output_text_position | seqan3::search_cfg::text_position |
| Configuration element to receive all hits within the lowest number of errors. | |
Provides the configuration for returning positions in the text.