Class hwloc_topology_diff_obj_attr_s

All Implemented Interfaces:
Pointer

public class hwloc_topology_diff_obj_attr_s extends Struct<hwloc_topology_diff_obj_attr_s>

 struct hwloc_topology_diff_obj_attr_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;
     {@link hwloc_topology_diff_obj_attr_u struct hwloc_topology_diff_obj_attr_u} diff;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • OBJ_DEPTH

      public static final int OBJ_DEPTH
      The struct member offsets.
    • OBJ_INDEX

      public static final int OBJ_INDEX
      The struct member offsets.
    • DIFF

      public static final int DIFF
      The struct member offsets.
  • Constructor Details

    • hwloc_topology_diff_obj_attr_s

      public hwloc_topology_diff_obj_attr_s(ByteBuffer container)
      Creates a hwloc_topology_diff_obj_attr_s instance at the current position of the specified ByteBuffer 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