Uses of Record Class
club.doki7.sdl3.handle.SDL_SharedObject.Ptr
Packages that use SDL_SharedObject.Ptr
-
Uses of SDL_SharedObject.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_SharedObject.PtrModifier and TypeMethodDescriptionstatic SDL_SharedObject.Ptrstatic SDL_SharedObject.Ptrstatic SDL_SharedObject.PtrSDL_SharedObject.Ptr.allocate(Arena arena, @Nullable SDL_SharedObject[] values) static SDL_SharedObject.PtrSDL_SharedObject.Ptr.allocateV(Arena arena, @Nullable SDL_SharedObject value0, @Nullable SDL_SharedObject... values) SDL_SharedObject.Ptr.offset(long offset) SDL_SharedObject.Ptr.reinterpret(long newSize) Assume theSDL_SharedObject.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_SharedObject.Ptrthat uses the same backing storage as thisSDL_SharedObject.Ptr, but with the new size.SDL_SharedObject.Ptr.slice(long end) SDL_SharedObject.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).