Uses of Record Class
club.doki7.sdl3.handle.SDL_Process.Ptr
Packages that use SDL_Process.Ptr
-
Uses of SDL_Process.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Process.PtrModifier and TypeMethodDescriptionstatic SDL_Process.Ptr
static SDL_Process.Ptr
static SDL_Process.Ptr
SDL_Process.Ptr.allocate
(Arena arena, @Nullable SDL_Process[] values) static SDL_Process.Ptr
SDL_Process.Ptr.allocateV
(Arena arena, @Nullable SDL_Process value0, @Nullable SDL_Process... values) SDL_Process.Ptr.offset
(long offset) SDL_Process.Ptr.reinterpret
(long newSize) Assume theSDL_Process.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Process.Ptr
that uses the same backing storage as thisSDL_Process.Ptr
, but with the new size.SDL_Process.Ptr.slice
(long end) SDL_Process.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).