Package org.lwjgl.util.hwloc
Class hwloc_topology_diff_obj_attr_u
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<hwloc_topology_diff_obj_attr_u>
org.lwjgl.util.hwloc.hwloc_topology_diff_obj_attr_u
- All Implemented Interfaces:
Pointer
union struct hwloc_topology_diff_obj_attr_u {
{@link hwloc_topology_diff_obj_attr_generic_s hwloc_topology_diff_obj_attr_generic_s} generic;
{@link hwloc_topology_diff_obj_attr_uint64_s hwloc_topology_diff_obj_attr_uint64_s} uint64;
{@link hwloc_topology_diff_obj_attr_string_s hwloc_topology_diff_obj_attr_string_s} string;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofhwloc_topology_diff_obj_attr_u
structs.Nested 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.static final int
The struct member offsets.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_obj_attr_u
(ByteBuffer container) Creates ahwloc_topology_diff_obj_attr_u
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncreate
(long address) Returns a newhwloc_topology_diff_obj_attr_u
instance for the specified memory address.create
(long address, int capacity) Create ahwloc_topology_diff_obj_attr_u.Buffer
instance at the specified memory.static @Nullable hwloc_topology_diff_obj_attr_u
createSafe
(long address) static @Nullable hwloc_topology_diff_obj_attr_u.Buffer
createSafe
(long address, int capacity) generic()
ngeneric
(long struct) Unsafe version ofgeneric()
.nstring
(long struct) Unsafe version ofstring()
.nuint64
(long struct) Unsafe version ofuint64()
.int
sizeof()
Returnssizeof(struct)
.string()
uint64()
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. -
UINT64
public static final int UINT64The struct member offsets. -
STRING
public static final int STRINGThe struct member offsets.
-
-
Constructor Details
-
hwloc_topology_diff_obj_attr_u
Creates ahwloc_topology_diff_obj_attr_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_obj_attr_u>
-
generic
- Returns:
- a
hwloc_topology_diff_obj_attr_generic_s
view of thegeneric
field.
-
uint64
- Returns:
- a
hwloc_topology_diff_obj_attr_uint64_s
view of theuint64
field.
-
string
- Returns:
- a
hwloc_topology_diff_obj_attr_string_s
view of thestring
field.
-
create
Returns a newhwloc_topology_diff_obj_attr_u
instance for the specified memory address. -
createSafe
-
create
Create ahwloc_topology_diff_obj_attr_u.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable hwloc_topology_diff_obj_attr_u.Buffer createSafe(long address, int capacity) -
ngeneric
Unsafe version ofgeneric()
. -
nuint64
Unsafe version ofuint64()
. -
nstring
Unsafe version ofstring()
.
-