Uses of Class
org.cakelab.blender.nio.CPointerMutable
-
Packages that use CPointerMutable Package Description org.cakelab.blender.nio -
-
Uses of CPointerMutable in org.cakelab.blender.nio
Methods in org.cakelab.blender.nio that return CPointerMutable Modifier and Type Method Description CPointerMutable<T>
CPointerMutable. add(int increment)
CPointerMutable<T>
CPointer. mutable()
Creates a mutable pointer which allows to change its address in-place.CPointerMutable<T>
CPointerMutable. plus(int value)
-