| alphabet_size | seqan3::alphabet_proxy< derived_type, alphabet_type > | static |
| assign_char(char_type const c) noexcept | seqan3::alphabet_proxy< derived_type, alphabet_type > | inline |
| assign_phred(phred_type const c) noexcept | seqan3::alphabet_proxy< derived_type, alphabet_type > | inline |
| assign_rank(alphabet_rank_t< alphabet_type > const r) noexcept | seqan3::alphabet_proxy< derived_type, alphabet_type > | inline |
| char_is_valid(char_type const c) noexcept | seqan3::alphabet_proxy< derived_type, alphabet_type > | inlinestatic |
| complement() const noexcept | seqan3::alphabet_proxy< derived_type, alphabet_type > | inline |
| operator alphabet_type() const noexcept | seqan3::alphabet_proxy< derived_type, alphabet_type > | inline |
| operator other_t() const noexcept | seqan3::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 |
| to_char() const noexcept | seqan3::alphabet_proxy< derived_type, alphabet_type > | inline |
| to_phred() const noexcept | seqan3::alphabet_proxy< derived_type, alphabet_type > | inline |
| to_rank() const noexcept | seqan3::alphabet_proxy< derived_type, alphabet_type > | inline |