Package org.lwjgl.util.hwloc
Class hwloc_topology_support
- All Implemented Interfaces:
Pointer
struct hwloc_topology_support {
{@link hwloc_topology_discovery_support struct hwloc_topology_discovery_support} * discovery;
{@link hwloc_topology_cpubind_support struct hwloc_topology_cpubind_support} * cpubind;
{@link hwloc_topology_membind_support struct hwloc_topology_membind_support} * membind;
{@link hwloc_topology_misc_support struct hwloc_topology_misc_support} * misc;
}
-
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 member offsets.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_support
(ByteBuffer container) Creates ahwloc_topology_support
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncpubind()
static hwloc_topology_support
create
(long address) Returns a newhwloc_topology_support
instance for the specified memory address.create
(long address, int capacity) Create ahwloc_topology_support.Buffer
instance at the specified memory.static @Nullable hwloc_topology_support
createSafe
(long address) static @Nullable hwloc_topology_support.Buffer
createSafe
(long address, int capacity) membind()
misc()
ncpubind
(long struct) Unsafe version ofcpubind()
.ndiscovery
(long struct) Unsafe version ofdiscovery()
.nmembind
(long struct) Unsafe version ofmembind()
.static hwloc_topology_misc_support
nmisc
(long struct) Unsafe version ofmisc()
.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. -
DISCOVERY
public static final int DISCOVERYThe struct member offsets. -
CPUBIND
public static final int CPUBINDThe struct member offsets. -
MEMBIND
public static final int MEMBINDThe struct member offsets. -
MISC
public static final int MISCThe struct member offsets.
-
-
Constructor Details
-
hwloc_topology_support
Creates ahwloc_topology_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_support>
-
discovery
- Returns:
- a
hwloc_topology_discovery_support
view of the struct pointed to by thediscovery
field.
-
cpubind
- Returns:
- a
hwloc_topology_cpubind_support
view of the struct pointed to by thecpubind
field.
-
membind
- Returns:
- a
hwloc_topology_membind_support
view of the struct pointed to by themembind
field.
-
misc
- Returns:
- a
hwloc_topology_misc_support
view of the struct pointed to by themisc
field.
-
create
Returns a newhwloc_topology_support
instance for the specified memory address. -
createSafe
-
create
Create ahwloc_topology_support.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
ndiscovery
Unsafe version ofdiscovery()
. -
ncpubind
Unsafe version ofcpubind()
. -
nmembind
Unsafe version ofmembind()
. -
nmisc
Unsafe version ofmisc()
.
-