Uses of Class
net.haesleinhuepf.clij.coremem.enums.NativeTypeEnum
-
Packages that use NativeTypeEnum Package Description net.haesleinhuepf.clij.coremem.enums net.haesleinhuepf.clij.coremem.util -
-
Uses of NativeTypeEnum in net.haesleinhuepf.clij.coremem.enums
Methods in net.haesleinhuepf.clij.coremem.enums that return NativeTypeEnum Modifier and Type Method Description static NativeTypeEnumNativeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NativeTypeEnum[]NativeTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NativeTypeEnum in net.haesleinhuepf.clij.coremem.util
Methods in net.haesleinhuepf.clij.coremem.util with parameters of type NativeTypeEnum Modifier and Type Method Description static intSize. ofNativeTypeEnum(NativeTypeEnum pNativeType)Return the size in bytes for a given native type
-