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.PtrCLNameVersion.Ptr.at(long index, @NotNull Consumer<@NotNull CLNameVersion> consumer) @NotNull CLNameVersion.PtrCLNameVersion.Ptr.offset(long offset) @NotNull CLNameVersion.PtrCLNameVersion.Ptr.reinterpret(long newSize) Assume theCLNameVersion.Ptris capable of holding at leastnewSizestructures, create a new viewCLNameVersion.Ptrthat uses the same backing storage as thisCLNameVersion.Ptr, but with the new size.CLNameVersion.Ptr.slice(long end) @NotNull CLNameVersion.PtrCLNameVersion.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).