|
bpp-seq
2.2.0
|
This is the complete list of members for bpp::SequenceContainer, including all inherited members.
| addSequence(const Sequence &sequence, bool checkName)=0 | bpp::SequenceContainer | pure virtual |
| clear()=0 | bpp::SequenceContainer | pure virtual |
| createEmptyContainer() const =0 | bpp::SequenceContainer | pure virtual |
| deleteGeneralComments()=0 | bpp::SequenceContainer | pure virtual |
| deleteSequence(const std::string &name)=0 | bpp::SequenceContainer | pure virtual |
| getAlphabet() const =0 | bpp::SequenceContainer | pure virtual |
| getComments(const std::string &name) const =0 | bpp::SequenceContainer | pure virtual |
| getContent(const std::string &name) const =0 | bpp::SequenceContainer | pure virtual |
| getGeneralComments() const =0 | bpp::SequenceContainer | pure virtual |
| getNumberOfSequences() const =0 | bpp::SequenceContainer | pure virtual |
| getSequence(const std::string &name) const =0 | bpp::SequenceContainer | pure virtual |
| getSequencesNames() const =0 | bpp::SequenceContainer | pure virtual |
| hasSequence(const std::string &name) const =0 | bpp::SequenceContainer | pure virtual |
| operator()(const std::string &sequenceName, size_t elementIndex)=0 | bpp::SequenceContainer | pure virtual |
| operator()(const std::string &sequenceName, size_t elementIndex) const =0 | bpp::SequenceContainer | pure virtual |
| removeSequence(const std::string &name)=0 | bpp::SequenceContainer | pure virtual |
| SequenceContainer() | bpp::SequenceContainer | inline |
| setComments(const std::string &name, const Comments &comments)=0 | bpp::SequenceContainer | pure virtual |
| setGeneralComments(const Comments &comments)=0 | bpp::SequenceContainer | pure virtual |
| setSequence(const std::string &name, const Sequence &sequence, bool checkName)=0 | bpp::SequenceContainer | pure virtual |
| setSequencesNames(const std::vector< std::string > &names, bool checkNames)=0 | bpp::SequenceContainer | pure virtual |
| toString(const std::string &name) const =0 | bpp::SequenceContainer | pure virtual |
| valueAt(const std::string &sequenceName, size_t elementIndex)=0 | bpp::SequenceContainer | pure virtual |
| valueAt(const std::string &sequenceName, size_t elementIndex) const =0 | bpp::SequenceContainer | pure virtual |
| ~SequenceContainer() | bpp::SequenceContainer | inlinevirtual |