![]() |
CS 19: Protein Class
|
This is the complete list of members for cs19::Protein, including all inherited members.
| begin() const | cs19::Protein | inline |
| end() const | cs19::Protein | inline |
| mass() const | cs19::Protein | inline |
| operator!=(const Sequence &that) const | cs19::Protein | inline |
| operator!=(const char *that) const | cs19::Protein | inline |
| operator*(std::size_t repeat_count) const | cs19::Protein | inline |
| operator+(const Sequence &that) const | cs19::Protein | inline |
| operator+(const char *that) const | cs19::Protein | inline |
| operator+=(const Sequence &appendage) | cs19::Protein | inline |
| operator+=(const char *appendage) | cs19::Protein | inline |
| operator+=(char appendage) | cs19::Protein | inline |
| operator<<(std::ostream &out, const Protein &protein) | cs19::Protein | friend |
| operator=(const Sequence &that) | cs19::Protein | inline |
| operator=(const char *that) | cs19::Protein | inline |
| operator==(const Sequence &that) const | cs19::Protein | inline |
| operator==(const char *that) const | cs19::Protein | inline |
| operator>>(std::istream &in, Protein &protein) | cs19::Protein | friend |
| operator[](std::size_t index) const | cs19::Protein | inline |
| Protein() | cs19::Protein | inline |
| Protein(const char *amino_acids) | cs19::Protein | inline |
| Protein(const Sequence &amino_acids) | cs19::Protein | inline |
| Protein(InputIterator first, InputIterator last) | cs19::Protein | inline |
| Protein(std::initializer_list< char > list) | cs19::Protein | inline |
| set(std::size_t index, char amino_acid) | cs19::Protein | inline |
| size() const | cs19::Protein | inline |
| to_string() const | cs19::Protein | inline |