object_node.3 764 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .TH "object_node" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. object_node
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <fapi_types\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "void * \fBobject\fP"
  15. .br
  16. .ti -1c
  17. .RI "size_t \fBsize\fP"
  18. .br
  19. .ti -1c
  20. .RI "struct \fBobject_node\fP * \fBnext\fP"
  21. .br
  22. .in -1c
  23. .SH "Detailed Description"
  24. .PP
  25. The data structure storing a linked list of objects\&.
  26. .PP
  27. The structure is used for the processing of file paths
  28. .SH "Field Documentation"
  29. .PP
  30. .SS "struct \fBobject_node\fP* next"
  31. Pointer to next element
  32. .SS "void* object"
  33. The pointer to the object
  34. .SS "size_t size"
  35. Will be used only for BYTE arrays
  36. .SH "Author"
  37. .PP
  38. Generated automatically by Doxygen for tpm2-tss from the source code\&.