Open Babel  3.0
OBBitVec Member List

This is the complete list of members for OBBitVec, including all inherited members.

BitIsSet(unsigned bit_offset) constOBBitVecinline
Clear()OBBitVec
CountBits() constOBBitVec
EndBit() constOBBitVecinline
FirstBit(unsigned bit_offset=0) constOBBitVecinline
Fold(unsigned new_bit_size)OBBitVec
FromString(const std::string &line, int bits)OBBitVec
FromVecInt(const std::vector< int > &bit_offsets)OBBitVec
GetSize() constOBBitVecinline
GetWords(word_vector &vec)OBBitVecinline
IsEmpty() constOBBitVec
Negate()OBBitVecinline
NextBit(int last_bit_offset) constOBBitVec
OBBitVec()OBBitVecinline
OBBitVec(unsigned size_in_bits)OBBitVecinline
OBBitVec(const OBBitVec &bv)OBBitVecinline
operator &(const OBBitVec &bv1, const OBBitVec &bv2)OBBitVecfriend
operator &=(const OBBitVec &bv)OBBitVec
operator+=(const OBBitVec &bv)OBBitVec
operator-(const OBBitVec &bv1, const OBBitVec &bv2)OBBitVecfriend
operator-=(const OBBitVec &bv)OBBitVec
operator<(const OBBitVec &bv1, const OBBitVec &bv2)OBBitVecfriend
operator<<(std::ostream &os, const OBBitVec &bv)OBBitVecfriend
operator=(const OBBitVec &bv)OBBitVec
operator==(const OBBitVec &bv1, const OBBitVec &bv2)OBBitVecfriend
operator>>(std::istream &is, OBBitVec &bv)OBBitVecfriend
operator[](int bit_offset) constOBBitVecinline
operator^(const OBBitVec &bv1, const OBBitVec &bv2)OBBitVecfriend
operator^=(const OBBitVec &bv)OBBitVec
operator|(const OBBitVec &bv1, const OBBitVec &bv2)OBBitVecfriend
operator|=(const OBBitVec &bv)OBBitVec
operator|=(int bit_offset)OBBitVecinline
Resize(unsigned size_in_bits)OBBitVecinline
ResizeWords(unsigned size_in_words)OBBitVecinline
SetBitOff(unsigned bit_offset)OBBitVec
SetBitOn(unsigned bit_offset)OBBitVec
SetRangeOff(unsigned lo_bit_offset, unsigned hi_bit_offset)OBBitVec
SetRangeOn(unsigned lo_bit_offset, unsigned hi_bit_offset)OBBitVec
ToVecInt(std::vector< int > &bit_offsets) constOBBitVec
word_vector typedefOBBitVec