![]() |
RDKit
Open-source cheminformatics and machine learning.
|
This is the complete list of members for ExplicitBitVect, including all inherited members.
| clearBits() override | ExplicitBitVect | inlinevirtual |
| dp_bits | ExplicitBitVect | |
| ExplicitBitVect() | ExplicitBitVect | inline |
| ExplicitBitVect(unsigned int size) | ExplicitBitVect | inlineexplicit |
| ExplicitBitVect(unsigned int size, bool bitsSet) | ExplicitBitVect | |
| ExplicitBitVect(const ExplicitBitVect &other) | ExplicitBitVect | |
| ExplicitBitVect(ExplicitBitVect &&other) noexcept | ExplicitBitVect | |
| ExplicitBitVect(const std::string &pkl) | ExplicitBitVect | |
| ExplicitBitVect(const char *, const unsigned int) | ExplicitBitVect | |
| ExplicitBitVect(boost::dynamic_bitset<> *bits) | ExplicitBitVect | inline |
| getBit(const unsigned int which) const override | ExplicitBitVect | virtual |
| getNumBits() const override | ExplicitBitVect | virtual |
| getNumOffBits() const override | ExplicitBitVect | virtual |
| getNumOnBits() const override | ExplicitBitVect | virtual |
| getOnBits(IntVect &v) const override | ExplicitBitVect | virtual |
| initFromText(const char *data, const unsigned int dataLen, bool isBase64=false, bool allowOldFormat=false) | BitVect | |
| operator!=(const ExplicitBitVect &o) const | ExplicitBitVect | inline |
| operator&(const ExplicitBitVect &other) const | ExplicitBitVect | |
| operator&=(const ExplicitBitVect &other) | ExplicitBitVect | |
| operator+(const ExplicitBitVect &other) const | ExplicitBitVect | |
| operator+=(const ExplicitBitVect &other) | ExplicitBitVect | |
| operator=(const ExplicitBitVect &other) | ExplicitBitVect | |
| operator=(ExplicitBitVect &&other) noexcept | ExplicitBitVect | |
| operator==(const ExplicitBitVect &o) const | ExplicitBitVect | inline |
| operator[](const unsigned int which) const override | ExplicitBitVect | virtual |
| operator^(const ExplicitBitVect &other) const | ExplicitBitVect | |
| operator^=(const ExplicitBitVect &other) | ExplicitBitVect | |
| operator|(const ExplicitBitVect &other) const | ExplicitBitVect | |
| operator|=(const ExplicitBitVect &other) | ExplicitBitVect | |
| operator~() const | ExplicitBitVect | |
| setBit(const unsigned int which) override | ExplicitBitVect | virtual |
| size() const | BitVect | inline |
| toString() const override | ExplicitBitVect | virtual |
| unsetBit(const unsigned int which) override | ExplicitBitVect | virtual |
| ~BitVect()=0 | BitVect | pure virtual |
| ~ExplicitBitVect() override | ExplicitBitVect |