\hypertarget{struct__BTREE}{
\section{\_\-BTREE Struct Reference}
\label{struct__BTREE}\index{_BTREE@{\_\-BTREE}}
}
Context structure for a binary tree.  


{\tt \#include $<$BTREE.h$>$}

Collaboration diagram for \_\-BTREE:\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=87pt]{struct__BTREE__coll__graph}
\end{center}
\end{figure}
\subsection*{Data Fields}
\begin{CompactItemize}
\item 
int \hyperlink{struct__BTREE_o0}{size}
\item 
\hyperlink{BTREE_8h_a1}{BTREE\_\-compare} \hyperlink{struct__BTREE_o1}{compare}
\item 
\hyperlink{BTREE_8h_a2}{BTREE\_\-destroy} \hyperlink{struct__BTREE_o2}{destroy}
\item 
\hyperlink{struct__BTREE__node}{BTREE\_\-node} $\ast$ \hyperlink{struct__BTREE_o3}{root}
\end{CompactItemize}


\subsection{Detailed Description}
Context structure for a binary tree. 



\subsection{Field Documentation}
\hypertarget{struct__BTREE_o1}{
\index{_BTREE@{\_\-BTREE}!compare@{compare}}
\index{compare@{compare}!_BTREE@{\_\-BTREE}}
\subsubsection[compare]{\setlength{\rightskip}{0pt plus 5cm}\hyperlink{BTREE_8h_a1}{BTREE\_\-compare} \hyperlink{struct__BTREE_o1}{\_\-BTREE::compare}}}
\label{struct__BTREE_o1}


Callback comparision function \hypertarget{struct__BTREE_o2}{
\index{_BTREE@{\_\-BTREE}!destroy@{destroy}}
\index{destroy@{destroy}!_BTREE@{\_\-BTREE}}
\subsubsection[destroy]{\setlength{\rightskip}{0pt plus 5cm}\hyperlink{BTREE_8h_a2}{BTREE\_\-destroy} \hyperlink{struct__BTREE_o2}{\_\-BTREE::destroy}}}
\label{struct__BTREE_o2}


Callback destruction (free) function \hypertarget{struct__BTREE_o3}{
\index{_BTREE@{\_\-BTREE}!root@{root}}
\index{root@{root}!_BTREE@{\_\-BTREE}}
\subsubsection[root]{\setlength{\rightskip}{0pt plus 5cm}\hyperlink{struct__BTREE__node}{BTREE\_\-node}$\ast$ \hyperlink{struct__BTREE_o3}{\_\-BTREE::root}}}
\label{struct__BTREE_o3}


Root node of the tree \hypertarget{struct__BTREE_o0}{
\index{_BTREE@{\_\-BTREE}!size@{size}}
\index{size@{size}!_BTREE@{\_\-BTREE}}
\subsubsection[size]{\setlength{\rightskip}{0pt plus 5cm}int \hyperlink{struct__BTREE_o0}{\_\-BTREE::size}}}
\label{struct__BTREE_o0}


The size (count) of nodes in the tree 

The documentation for this struct was generated from the following file:\begin{CompactItemize}
\item 
\hyperlink{BTREE_8h}{BTREE.h}\end{CompactItemize}
