Uses of Record Class
club.doki7.sdl3.datatype.SDL_GUID.Ptr
Packages that use SDL_GUID.Ptr
-
Uses of SDL_GUID.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_GUID.PtrModifier and TypeMethodDescriptionstatic SDL_GUID.Ptr
@NotNull SDL_GUID.Ptr
SDL_GUID.Ptr.offset
(long offset) @NotNull SDL_GUID.Ptr
SDL_GUID.Ptr.reinterpret
(long newSize) Assume theSDL_GUID.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GUID.Ptr
that uses the same backing storage as thisSDL_GUID.Ptr
, but with the new size.SDL_GUID.Ptr.slice
(long end) @NotNull SDL_GUID.Ptr
SDL_GUID.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).