Class hwloc_topology_support

All Implemented Interfaces:
Pointer

public class hwloc_topology_support extends Struct<hwloc_topology_support>

 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;
 }