OBBitVec¶
OBBitVec |
Documentation¶
-
class
OBBitVec¶ -
BitIsOn(self: pyOBabel.pyOBabel.OBBitVec, arg0: int) → bool¶
-
Clear(self: pyOBabel.pyOBabel.OBBitVec) → None¶
-
CountBits(self: pyOBabel.pyOBabel.OBBitVec) → int¶
-
EndBit(self: pyOBabel.pyOBabel.OBBitVec) → int¶
-
FirstBit(self: pyOBabel.pyOBabel.OBBitVec, arg0: int) → int¶
-
Fold(self: pyOBabel.pyOBabel.OBBitVec, arg0: int) → None¶
-
FromString(self: pyOBabel.pyOBabel.OBBitVec, arg0: str, arg1: int) → None¶
-
FromVecInt(self: pyOBabel.pyOBabel.OBBitVec, arg0: List[int]) → None¶
-
GetSize(self: pyOBabel.pyOBabel.OBBitVec) → int¶
-
IsEmpty(self: pyOBabel.pyOBabel.OBBitVec) → bool¶
-
Negate(self: pyOBabel.pyOBabel.OBBitVec) → None¶
-
NextBit(self: pyOBabel.pyOBabel.OBBitVec, arg0: int) → int¶
-
Resize(self: pyOBabel.pyOBabel.OBBitVec, arg0: int) → bool¶
-
ResizeWords(self: pyOBabel.pyOBabel.OBBitVec, arg0: int) → bool¶
-
SetBitOff(self: pyOBabel.pyOBabel.OBBitVec, arg0: int) → None¶
-
SetBitOn(self: pyOBabel.pyOBabel.OBBitVec, arg0: int) → None¶
-
SetRangeOff(self: pyOBabel.pyOBabel.OBBitVec, arg0: int, arg1: int) → None¶
-
SetRangeOn(self: pyOBabel.pyOBabel.OBBitVec, arg0: int, arg1: int) → None¶
-