Uses of Record Class
club.doki7.sdl3.datatype.SDL_AtomicInt.Ptr
Packages that use SDL_AtomicInt.Ptr
-
Uses of SDL_AtomicInt.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_AtomicInt.PtrModifier and TypeMethodDescriptionstatic SDL_AtomicInt.Ptr@NotNull SDL_AtomicInt.PtrSDL_AtomicInt.Ptr.offset(long offset) @NotNull SDL_AtomicInt.PtrSDL_AtomicInt.Ptr.reinterpret(long newSize) Assume theSDL_AtomicInt.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_AtomicInt.Ptrthat uses the same backing storage as thisSDL_AtomicInt.Ptr, but with the new size.SDL_AtomicInt.Ptr.slice(long end) @NotNull SDL_AtomicInt.PtrSDL_AtomicInt.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).