Uses of Record Class
club.doki7.opencl.datatype.CLNameVersion.Ptr
Packages that use CLNameVersion.Ptr
-
Uses of CLNameVersion.Ptr in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype that return CLNameVersion.PtrModifier and TypeMethodDescriptionstatic CLNameVersion.Ptr
CLNameVersion.Ptr.at
(long index, @NotNull Consumer<@NotNull CLNameVersion> consumer) @NotNull CLNameVersion.Ptr
CLNameVersion.Ptr.offset
(long offset) @NotNull CLNameVersion.Ptr
CLNameVersion.Ptr.reinterpret
(long newSize) Assume theCLNameVersion.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLNameVersion.Ptr
that uses the same backing storage as thisCLNameVersion.Ptr
, but with the new size.CLNameVersion.Ptr.slice
(long end) @NotNull CLNameVersion.Ptr
CLNameVersion.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).