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
|
.TH "binary_tree_t" 3 "Thu Feb 27 2020" "Version 6.0.0.0" "PAPI" \" -*- nroff -*-
.ad l
.nh
.SH NAME
binary_tree_t \-
.SH SYNOPSIS
.br
.PP
.SS "Data Fields"
.in +1c
.ti -1c
.RI "void * \fBroot\fP"
.br
.ti -1c
.RI "\fBthreads_t\fP * \fBfind_p\fP"
.br
.in -1c
.SH "Field Documentation"
.PP
.SS "\fBthreads_t\fP* binary_tree_t::find_p"
Pointer that is used for finding a thread node
.SS "void* binary_tree_t::root"
Root of binary tree
.SH "Author"
.PP
Generated automatically by Doxygen for PAPI from the source code\&.
|