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.Ptr
static SDL_SharedObject.Ptr
static SDL_SharedObject.Ptr
SDL_SharedObject.Ptr.allocate
(Arena arena, @Nullable SDL_SharedObject[] values) static SDL_SharedObject.Ptr
SDL_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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_SharedObject.Ptr
that 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).