|
| decltype(auto) | base_pair_probability_matrix () & |
| | Base pair probability matrix of interactions, usually a matrix of float numbers.
|
| |
|
decltype(auto) | base_pair_probability_matrix () && |
| | Base pair probability matrix of interactions, usually a matrix of float numbers.
|
| |
| decltype(auto) | base_pair_probability_matrix () const & |
| | Base pair probability matrix of interactions, usually a matrix of float numbers.
|
| |
| decltype(auto) | base_pair_probability_matrix () const && |
| | Base pair probability matrix of interactions, usually a matrix of float numbers.
|
| |
| decltype(auto) | energy () & |
| | Energy of a folded sequence, represented by one float number.
|
| |
|
decltype(auto) | energy () && |
| | Energy of a folded sequence, represented by one float number.
|
| |
| decltype(auto) | energy () const & |
| | Energy of a folded sequence, represented by one float number.
|
| |
| decltype(auto) | energy () const && |
| | Energy of a folded sequence, represented by one float number.
|
| |
| decltype(auto) | id () & |
| | The identifier, usually a string.
|
| |
|
decltype(auto) | id () && |
| | The identifier, usually a string.
|
| |
| decltype(auto) | id () const & |
| | The identifier, usually a string.
|
| |
| decltype(auto) | id () const && |
| | The identifier, usually a string.
|
| |
| decltype(auto) | sequence () & |
| | The "sequence", usually a range of nucleotides or amino acids.
|
| |
|
decltype(auto) | sequence () && |
| | The "sequence", usually a range of nucleotides or amino acids.
|
| |
| decltype(auto) | sequence () const & |
| | The "sequence", usually a range of nucleotides or amino acids.
|
| |
| decltype(auto) | sequence () const && |
| | The "sequence", usually a range of nucleotides or amino acids.
|
| |
| decltype(auto) | sequence_structure () & |
| | Fixed interactions, usually a string of structure alphabet characters.
|
| |
|
decltype(auto) | sequence_structure () && |
| | Fixed interactions, usually a string of structure alphabet characters.
|
| |
| decltype(auto) | sequence_structure () const & |
| | Fixed interactions, usually a string of structure alphabet characters.
|
| |
| decltype(auto) | sequence_structure () const && |
| | Fixed interactions, usually a string of structure alphabet characters.
|
| |
|
|
| structure_record ()=default |
| | Defaulted.
|
| |
|
| structure_record (structure_record const &)=default |
| | Defaulted.
|
| |
|
structure_record & | operator= (structure_record const &)=default |
| | Defaulted.
|
| |
|
| structure_record (structure_record &&)=default |
| | Defaulted.
|
| |
|
structure_record & | operator= (structure_record &&)=default |
| | Defaulted.
|
| |
|
| ~structure_record ()=default |
| | Defaulted.
|
| |
|
void | clear () noexcept(noexcept(std::apply(expander, std::declval< record & >().as_base()))) |
| | Clears containers that provide .clear() and (re-)initialises all other elements with = {}.
|
| |
|
| record ()=default |
| | Defaulted.
|
| |
|
| record (record const &)=default |
| | Defaulted.
|
| |
|
record & | operator= (record const &)=default |
| | Defaulted.
|
| |
|
| record (record &&)=default |
| | Defaulted.
|
| |
|
record & | operator= (record &&)=default |
| | Defaulted.
|
| |
|
| ~record ()=default |
| | Defaulted.
|
| |
template<
typename field_types,
typename field_ids>
class seqan3::structure_record< field_types, field_ids >
The record type of seqan3::structure_file_input.
- Template Parameters
-