Package org.lwjgl.util.hwloc
Class hwloc_topology_diff_u
- All Implemented Interfaces:
Pointer
union struct hwloc_topology_diff_u {
{@link hwloc_topology_diff_generic_s hwloc_topology_diff_generic_s} generic;
{@link hwloc_topology_diff_obj_attr_s hwloc_topology_diff_obj_attr_s} obj_attr;
{@link hwloc_topology_diff_too_complex_s hwloc_topology_diff_too_complex_s} too_complex;
}
-
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 member offsets.static final int
The struct size in bytes.static final int
The struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionhwloc_topology_diff_u
(ByteBuffer container) Creates ahwloc_topology_diff_u
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic hwloc_topology_diff_u
create
(long address) Returns a newhwloc_topology_diff_u
instance for the specified memory address.static hwloc_topology_diff_u.Buffer
create
(long address, int capacity) Create ahwloc_topology_diff_u.Buffer
instance at the specified memory.static @Nullable hwloc_topology_diff_u
createSafe
(long address) static @Nullable hwloc_topology_diff_u.Buffer
createSafe
(long address, int capacity) generic()
ngeneric
(long struct) Unsafe version ofgeneric()
.nobj_attr
(long struct) Unsafe version ofobj_attr()
.ntoo_complex
(long struct) Unsafe version oftoo_complex()
.obj_attr()
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. -
GENERIC
public static final int GENERICThe struct member offsets. -
OBJ_ATTR
public static final int OBJ_ATTRThe struct member offsets. -
TOO_COMPLEX
public static final int TOO_COMPLEXThe struct member offsets.
-
-
Constructor Details
-
hwloc_topology_diff_u
Creates ahwloc_topology_diff_u
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_diff_u>
-
generic
- Returns:
- a
hwloc_topology_diff_generic_s
view of thegeneric
field.
-
obj_attr
- Returns:
- a
hwloc_topology_diff_obj_attr_s
view of theobj_attr
field.
-
too_complex
- Returns:
- a
hwloc_topology_diff_too_complex_s
view of thetoo_complex
field.
-
create
Returns a newhwloc_topology_diff_u
instance for the specified memory address. -
createSafe
-
create
Create ahwloc_topology_diff_u.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
ngeneric
Unsafe version ofgeneric()
. -
nobj_attr
Unsafe version ofobj_attr()
. -
ntoo_complex
Unsafe version oftoo_complex()
.
-