Package org.lwjgl.util.hwloc
Class hwloc_topology_misc_support
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<hwloc_topology_misc_support>
org.lwjgl.util.hwloc.hwloc_topology_misc_support
- All Implemented Interfaces:
Pointer
struct hwloc_topology_misc_support {
unsigned char imported_support;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionhwloc_topology_misc_support
(ByteBuffer container) Creates ahwloc_topology_misc_support
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic hwloc_topology_misc_support
create
(long address) Returns a newhwloc_topology_misc_support
instance for the specified memory address.create
(long address, int capacity) Create ahwloc_topology_misc_support.Buffer
instance at the specified memory.static @Nullable hwloc_topology_misc_support
createSafe
(long address) static @Nullable hwloc_topology_misc_support.Buffer
createSafe
(long address, int capacity) boolean
static boolean
nimported_support
(long struct) Unsafe version ofimported_support()
.int
sizeof()
Returnssizeof(struct)
.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
IMPORTED_SUPPORT
public static final int IMPORTED_SUPPORTThe struct member offsets.
-
-
Constructor Details
-
hwloc_topology_misc_support
Creates ahwloc_topology_misc_support
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<hwloc_topology_misc_support>
-
imported_support
public boolean imported_support()- Returns:
- the value of the
imported_support
field.
-
create
Returns a newhwloc_topology_misc_support
instance for the specified memory address. -
createSafe
-
create
Create ahwloc_topology_misc_support.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
nimported_support
public static boolean nimported_support(long struct) Unsafe version ofimported_support()
.
-