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

Provides seqan3::detail::alignment_matrix_column_major_range_base. More...

#include <cassert>
#include <iterator>
#include <ranges>
#include <span>
#include <seqan3/core/range/type_traits.hpp>
#include <seqan3/utility/type_traits/basic.hpp>
+ Include dependency graph for alignment_matrix_column_major_range_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::detail::alignment_matrix_column_major_range_base< derived_t >::alignment_column_type
 Represents a column within an alignment matrix. More...
 
class  seqan3::detail::alignment_matrix_column_major_range_base< derived_t >
 Provides a range interface for alignment matrices. More...
 
class  seqan3::detail::alignment_matrix_column_major_range_base< derived_t >::alignment_column_type::iterator_type
 The iterator over an alignment-column. More...
 
class  seqan3::detail::alignment_matrix_column_major_range_base< derived_t >::iterator_type
 A column iterator over the alignment matrix. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Detailed Description

Provides seqan3::detail::alignment_matrix_column_major_range_base.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me