SeqAn3  3.2.0
The Modern C++ library for sequence analysis.
seqan3::alphabet_proxy< derived_type, alphabet_type > Member List

This is the complete list of members for seqan3::alphabet_proxy< derived_type, alphabet_type >, including all inherited members.

alphabet_sizeseqan3::alphabet_proxy< derived_type, alphabet_type >static
assign_char(char_type const c) noexcept requires writable_alphabet< alphabet_type >seqan3::alphabet_proxy< derived_type, alphabet_type >inline
assign_phred(phred_type const c) noexcept requires writable_quality_alphabet< alphabet_type >seqan3::alphabet_proxy< derived_type, alphabet_type >inline
assign_rank(alphabet_rank_t< alphabet_type > const r) noexceptseqan3::alphabet_proxy< derived_type, alphabet_type >inline
operator alphabet_type() const noexceptseqan3::alphabet_proxy< derived_type, alphabet_type >inline
operator!=(derived_type const lhs, t const rhs) noexcept -> std::enable_if_t< is_alphabet_comparable_with< t >, bool >seqan3::alphabet_proxy< derived_type, alphabet_type >friend
operator!=(t const lhs, derived_type const rhs) noexcept -> std::enable_if_t< is_alphabet_comparable_with< t >, bool >seqan3::alphabet_proxy< derived_type, alphabet_type >friend
operator==(derived_type const lhs, t const rhs) noexcept -> std::enable_if_t< is_alphabet_comparable_with< t >, bool >seqan3::alphabet_proxy< derived_type, alphabet_type >friend
operator==(t const lhs, derived_type const rhs) noexcept -> std::enable_if_t< is_alphabet_comparable_with< t >, bool >seqan3::alphabet_proxy< derived_type, alphabet_type >friend