Package org.lwjgl.util.hwloc
Class hwloc_topology_diff_obj_attr_string_s
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<hwloc_topology_diff_obj_attr_string_s>
org.lwjgl.util.hwloc.hwloc_topology_diff_obj_attr_string_s
- All Implemented Interfaces:
Pointer
public class hwloc_topology_diff_obj_attr_string_s
extends Struct<hwloc_topology_diff_obj_attr_string_s>
struct hwloc_topology_diff_obj_attr_string_s {
hwloc_topology_diff_obj_attr_type_t type;
char * name;
char * oldvalue;
char * newvalue;
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofhwloc_topology_diff_obj_attr_string_sstructs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe 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_string_s(ByteBuffer container) Creates ahwloc_topology_diff_obj_attr_string_sinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncreate(long address) Returns a newhwloc_topology_diff_obj_attr_string_sinstance for the specified memory address.create(long address, int capacity) Create ahwloc_topology_diff_obj_attr_string_s.Bufferinstance at the specified memory.static @Nullable hwloc_topology_diff_obj_attr_string_screateSafe(long address) static @Nullable hwloc_topology_diff_obj_attr_string_s.BuffercreateSafe(long address, int capacity) name()newvalue()static ByteBuffernname(long struct) Unsafe version ofname().static StringnnameString(long struct) Unsafe version ofnameString().static ByteBuffernnewvalue(long struct) Unsafe version ofnewvalue().static StringnnewvalueString(long struct) Unsafe version ofnewvalueString().static ByteBuffernoldvalue(long struct) Unsafe version ofoldvalue().static StringnoldvalueString(long struct) Unsafe version ofoldvalueString().static intntype(long struct) Unsafe version oftype().oldvalue()intsizeof()Returnssizeof(struct).inttype()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. -
NAME
public static final int NAMEThe struct member offsets. -
OLDVALUE
public static final int OLDVALUEThe struct member offsets. -
NEWVALUE
public static final int NEWVALUEThe struct member offsets.
-
-
Constructor Details
-
hwloc_topology_diff_obj_attr_string_s
Creates ahwloc_topology_diff_obj_attr_string_sinstance at the current position of the specifiedByteBuffercontainer. 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:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<hwloc_topology_diff_obj_attr_string_s>
-
type
public int type()- Returns:
- the value of the
typefield.
-
name
- Returns:
- a
ByteBufferview of the null-terminated string pointed to by thenamefield.
-
nameString
- Returns:
- the null-terminated string pointed to by the
namefield.
-
oldvalue
- Returns:
- a
ByteBufferview of the null-terminated string pointed to by theoldvaluefield.
-
oldvalueString
- Returns:
- the null-terminated string pointed to by the
oldvaluefield.
-
newvalue
- Returns:
- a
ByteBufferview of the null-terminated string pointed to by thenewvaluefield.
-
newvalueString
- Returns:
- the null-terminated string pointed to by the
newvaluefield.
-
create
Returns a newhwloc_topology_diff_obj_attr_string_sinstance for the specified memory address. -
createSafe
-
create
Create ahwloc_topology_diff_obj_attr_string_s.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable hwloc_topology_diff_obj_attr_string_s.Buffer createSafe(long address, int capacity) -
ntype
public static int ntype(long struct) Unsafe version oftype(). -
nname
Unsafe version ofname(). -
nnameString
Unsafe version ofnameString(). -
noldvalue
Unsafe version ofoldvalue(). -
noldvalueString
Unsafe version ofoldvalueString(). -
nnewvalue
Unsafe version ofnewvalue(). -
nnewvalueString
Unsafe version ofnewvalueString().
-