|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::advanceable_alignment_coordinate. More...
#include <concepts>#include <iterator>#include <type_traits>#include <seqan3/alignment/matrix/detail/matrix_coordinate.hpp>#include <seqan3/core/debug_stream/debug_stream_type.hpp>#include <seqan3/core/debug_stream/tuple.hpp>#include <seqan3/core/detail/strong_type.hpp>#include <seqan3/core/detail/template_inspection.hpp>
Include dependency graph for advanceable_alignment_coordinate.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | seqan3::detail::advanceable_alignment_coordinate< state > |
| Implements an internal alignment coordinate that can be used as an argument to the std::ranges::iota_view. More... | |
| struct | seqan3::advanceable_alignment_coordinate_printer< detail::advanceable_alignment_coordinate< state_t > > |
| The printer for seqan3::detail::advanceable_alignment_coordinate. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |
Enumerations | |
| enum struct | seqan3::detail::advanceable_alignment_coordinate_state : uint8_t { seqan3::detail::advanceable_alignment_coordinate_state::none , seqan3::detail::advanceable_alignment_coordinate_state::column , seqan3::detail::advanceable_alignment_coordinate_state::row } |
| Represents a state to specify the implementation of the seqan3::detail::advanceable_alignment_coordinate. More... | |