|
bpp-seq3
3.0.0
|
This is the complete list of members for bpp::AlphabetMismatchException, including all inherited members.
| alphabet1_ | bpp::AlphabetMismatchException | private |
| alphabet2_ | bpp::AlphabetMismatchException | private |
| AlphabetMismatchException(const std::string &text, const Alphabet *alpha1, const Alphabet *alpha2) | bpp::AlphabetMismatchException | |
| AlphabetMismatchException(const std::string &text, std::shared_ptr< const Alphabet > alpha1, std::shared_ptr< const Alphabet > alpha2) | bpp::AlphabetMismatchException | |
| AlphabetMismatchException(const AlphabetMismatchException &ame) | bpp::AlphabetMismatchException | inline |
| Exception(std::string text, int stack=10) | bpp::Exception | |
| getFirstAlphabet() const | bpp::AlphabetMismatchException | inline |
| getSecondAlphabet() const | bpp::AlphabetMismatchException | inline |
| message() const noexcept | bpp::Exception | |
| message_ | bpp::Exception | private |
| operator=(const AlphabetMismatchException &ame) | bpp::AlphabetMismatchException | inline |
| what() const noexcept override | bpp::Exception | |
| ~AlphabetMismatchException() | bpp::AlphabetMismatchException | inlinevirtual |