bpp-seq
2.2.0
|
This is the complete list of members for bpp::SymbolList, including all inherited members.
addElement(const std::string &c)=0 | bpp::SymbolList | pure virtual |
addElement(size_t pos, const std::string &c)=0 | bpp::SymbolList | pure virtual |
addElement(int v)=0 | bpp::SymbolList | pure virtual |
addElement(size_t pos, int v)=0 | bpp::SymbolList | pure virtual |
clone() const =0 | bpp::SymbolList | pure virtual |
deleteElement(size_t pos)=0 | bpp::SymbolList | pure virtual |
deleteElements(size_t pos, size_t len)=0 | bpp::SymbolList | pure virtual |
getAlphabet() const =0 | bpp::SymbolList | pure virtual |
getChar(size_t pos) const =0 | bpp::SymbolList | pure virtual |
getContent() const =0 | bpp::SymbolList | pure virtual |
getValue(size_t pos) const =0 | bpp::SymbolList | pure virtual |
operator[](size_t i) const =0 | bpp::SymbolList | pure virtual |
operator[](size_t i)=0 | bpp::SymbolList | pure virtual |
setContent(const std::vector< int > &list)=0 | bpp::SymbolList | pure virtual |
setContent(const std::vector< std::string > &list)=0 | bpp::SymbolList | pure virtual |
setElement(size_t pos, const std::string &c)=0 | bpp::SymbolList | pure virtual |
setElement(size_t pos, int v)=0 | bpp::SymbolList | pure virtual |
shuffle()=0 | bpp::SymbolList | pure virtual |
size() const =0 | bpp::SymbolList | pure virtual |
toString() const =0 | bpp::SymbolList | pure virtual |
~SymbolList() | bpp::SymbolList | inlinevirtual |