12345678910111213141516171819202122232425262728293031323334353637383940 |
- .TH "object_node" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- object_node
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <fapi_types\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "void * \fBobject\fP"
- .br
- .ti -1c
- .RI "size_t \fBsize\fP"
- .br
- .ti -1c
- .RI "struct \fBobject_node\fP * \fBnext\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The data structure storing a linked list of objects\&.
- .PP
- The structure is used for the processing of file paths
- .SH "Field Documentation"
- .PP
- .SS "struct \fBobject_node\fP* next"
- Pointer to next element
- .SS "void* object"
- The pointer to the object
- .SS "size_t size"
- Will be used only for BYTE arrays
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|