Class 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;
 }
  • 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.
    • NAME

      public static final int NAME
      The struct member offsets.
    • OLDVALUE

      public static final int OLDVALUE
      The struct member offsets.
    • NEWVALUE

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

    • hwloc_topology_diff_obj_attr_string_s

      public hwloc_topology_diff_obj_attr_string_s(ByteBuffer container)
      Creates a hwloc_topology_diff_obj_attr_string_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