StructPointer class

Inheritance

Constructors

StructPointer.fromView(SegmentView segmentView)
StructPointer.inSegment(Segment segment, int offsetInWords)
factory
StructPointer.resolvedFromView(SegmentView segmentView)
factory

Properties

dataSectionLengthInWords int
no setter
hashCode int
The hash code for this object.
no setterinherited
offsetInWords int
no setter
pointerSectionLengthInWords int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentView SegmentView
finalinherited
structView SegmentView
no setter

Methods

load<T>(StructFactory<T> factory) → T
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