BitStructFormat<K extends BitField> class
base type is sufficient for iteration
- Inheritance
-
- Object
- BinaryFormat<
Int, BitStruct< K> > - BitStructFormat
Constructors
-
BitStructFormat(List<
K> fields) -
const
Properties
- binaryRange → ({int max, int min})
-
no setteroverride
- bitWidth → int
-
no setterinherited
- byteSize → int
-
no setterinherited
-
fields
→ List<
K> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSigned → bool
-
no setterinherited
- range → ({int max, int min})
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signExtension → int Function(int)?
-
no setterinherited
-
viewType
→ TypeKey<
BitStruct< K> > -
no setterinherited
Methods
-
clampBase(
int raw) → int -
inherited
-
decode(
int raw) → BitStruct< K> -
override
-
encode(
BitStruct< K> value) → int -
override
-
mask(
int raw) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signedOf(
int raw) → int -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited