| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .TH "hwloc_info_s" 3 "Thu Sep 7 2023" "Version 2.9.3" "Hardware Locality (hwloc)" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- hwloc_info_s
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <hwloc\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "char * \fBname\fP"
- .br
- .ti -1c
- .RI "char * \fBvalue\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- Object info attribute (name and value strings)
- .PP
- \fBSee also\fP
- .RS 4
- \fBConsulting and Adding Info Attributes\fP
- .RE
- .PP
- .SH "Field Documentation"
- .PP
- .SS "char* hwloc_info_s::name"
- .PP
- Info name\&.
- .SS "char* hwloc_info_s::value"
- .PP
- Info value\&.
- .SH "Author"
- .PP
- Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code\&.
|