SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
advanceable_alignment_coordinate.hpp File Reference

Provides seqan3::detail::advanceable_alignment_coordinate. More...

+ 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...
 

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...
 

Detailed Description

Provides seqan3::detail::advanceable_alignment_coordinate.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>
Hide me