Uses of Record Class
club.doki7.vma.datatype.VmaBudget.Ptr
Packages that use VmaBudget.Ptr
-
Uses of VmaBudget.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaBudget.PtrModifier and TypeMethodDescriptionstatic VmaBudget.Ptr
@NotNull VmaBudget.Ptr
VmaBudget.Ptr.offset
(long offset) @NotNull VmaBudget.Ptr
VmaBudget.Ptr.reinterpret
(long newSize) Assume theVmaBudget.Ptr
is capable of holding at leastnewSize
structures, create a new viewVmaBudget.Ptr
that uses the same backing storage as thisVmaBudget.Ptr
, but with the new size.VmaBudget.Ptr.slice
(long end) @NotNull VmaBudget.Ptr
VmaBudget.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).