CompositeListPointer<T> class

Inheritance

Constructors

CompositeListPointer.fromView(SegmentView segmentView, StructFactory<T> factory)
CompositeListPointer.resolvedFromView(SegmentView segmentView, StructFactory<T> factory)
factory

Properties

elementCount int
no setterinherited
elementSizeInBits int
no setterinherited
factory StructFactory<T>
final
hashCode int
The hash code for this object.
no setterinherited
isCompositeList bool
no setterinherited
offsetInWords int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentView SegmentView
finalinherited
targetView SegmentView
no setteroverride
value CompositeList<T>
no setter
wordCount int
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited