Package org.lwjgl.util.hwloc
Class hwloc_topology_diff_too_complex_s
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<hwloc_topology_diff_too_complex_s>
org.lwjgl.util.hwloc.hwloc_topology_diff_too_complex_s
- All Implemented Interfaces:
Pointer
struct hwloc_topology_diff_too_complex_s {
hwloc_topology_diff_type_t type;
{@link hwloc_topology_diff_u struct hwloc_topology_diff_u} * next;
int obj_depth;
unsigned int obj_index;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofhwloc_topology_diff_too_complex_s
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 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_too_complex_s
(ByteBuffer container) Creates ahwloc_topology_diff_too_complex_s
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncreate
(long address) Returns a newhwloc_topology_diff_too_complex_s
instance for the specified memory address.create
(long address, int capacity) Create ahwloc_topology_diff_too_complex_s.Buffer
instance at the specified memory.static @Nullable hwloc_topology_diff_too_complex_s
createSafe
(long address) static @Nullable hwloc_topology_diff_too_complex_s.Buffer
createSafe
(long address, int capacity) @Nullable hwloc_topology_diff_u
next()
static @Nullable hwloc_topology_diff_u
nnext
(long struct) Unsafe version ofnext()
.static int
nobj_depth
(long struct) Unsafe version ofobj_depth()
.static int
nobj_index
(long struct) Unsafe version ofobj_index()
.static int
ntype
(long struct) Unsafe version oftype()
.int
int
int
sizeof()
Returnssizeof(struct)
.int
type()
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. -
TYPE
public static final int TYPEThe struct member offsets. -
NEXT
public static final int NEXTThe struct member offsets. -
OBJ_DEPTH
public static final int OBJ_DEPTHThe struct member offsets. -
OBJ_INDEX
public static final int OBJ_INDEXThe struct member offsets.
-
-
Constructor Details
-
hwloc_topology_diff_too_complex_s
Creates ahwloc_topology_diff_too_complex_s
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_too_complex_s>
-
type
public int type()- Returns:
- the value of the
type
field.
-
next
- Returns:
- a
hwloc_topology_diff_u
view of the struct pointed to by thenext
field.
-
obj_depth
public int obj_depth()- Returns:
- the value of the
obj_depth
field.
-
obj_index
public int obj_index()- Returns:
- the value of the
obj_index
field.
-
create
Returns a newhwloc_topology_diff_too_complex_s
instance for the specified memory address. -
createSafe
-
create
Create ahwloc_topology_diff_too_complex_s.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable hwloc_topology_diff_too_complex_s.Buffer createSafe(long address, int capacity) -
ntype
public static int ntype(long struct) Unsafe version oftype()
. -
nnext
Unsafe version ofnext()
. -
nobj_depth
public static int nobj_depth(long struct) Unsafe version ofobj_depth()
. -
nobj_index
public static int nobj_index(long struct) Unsafe version ofobj_index()
.
-