1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
.TH "Object Structure and Attributes" 3 "Tue Oct 7 2014" "Version 1.10.0" "Hardware Locality (hwloc)" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Object Structure and Attributes \-
.SS "Data Structures"
.in +1c
.ti -1c
.RI "struct \fBhwloc_obj_memory_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_memory_s::hwloc_obj_memory_page_type_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj\fP"
.br
.ti -1c
.RI "union \fBhwloc_obj_attr_u\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_cache_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_group_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_pcidev_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_bridge_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_attr_u::hwloc_osdev_attr_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_distances_s\fP"
.br
.ti -1c
.RI "struct \fBhwloc_obj_info_s\fP"
.br
.in -1c
.SS "Typedefs"
.in +1c
.ti -1c
.RI "typedef struct \fBhwloc_obj\fP * \fBhwloc_obj_t\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
.SH "Typedef Documentation"
.PP
.SS "typedef struct \fBhwloc_obj\fP* \fBhwloc_obj_t\fP"
.PP
Convenience typedef; a pointer to a struct \fBhwloc_obj\fP\&.
.SH "Author"
.PP
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code\&.
|