BitFieldLoc class
Location of an integer within a bitfield. https://en.wikipedia.org/wiki/C_syntax#Bit_fields
Constructors
- BitFieldLoc(int start, int end)
-
const
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited