OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/template.h>
Public Member Functions | |
TTernaryTree () | |
~TTernaryTree () | |
T1 * | Find (T *s) |
void | Insert (T *s, const T1 &data) |
void | Flush () |
Protected Member Functions | |
T1 * | RSearch (TTernaryNode< T, T1 > *p, T *s) |
TTernaryNode< T, T1 > * | RInsert (TTernaryNode< T, T1 > *p, T *s, const T1 &data) |
void | Flush (TTernaryNode< T, T1 > *p) |
Protected Attributes | |
TTernaryNode< T, T1 > * | Root |
uint | ItemCnt |
Definition at line 1023 of file template.h.
|
inline |
Definition at line 1030 of file template.h.
|
inline |
Definition at line 1031 of file template.h.
|
inline |
Definition at line 1033 of file template.h.
References owl::TTernaryTree< T, T1 >::Root, and owl::TTernaryTree< T, T1 >::RSearch().
|
inline |
Definition at line 1041 of file template.h.
References owl::TTernaryTree< T, T1 >::Flush(), and owl::TTernaryTree< T, T1 >::Root.
|
inlineprotected |
Definition at line 1075 of file template.h.
References owl::TTernaryTree< T, T1 >::Flush().
|
inline |
Definition at line 1037 of file template.h.
References owl::TTernaryTree< T, T1 >::RInsert(), and owl::TTernaryTree< T, T1 >::Root.
|
inlineprotected |
Definition at line 1060 of file template.h.
References owl::TTernaryTree< T, T1 >::ItemCnt, and owl::TTernaryTree< T, T1 >::RInsert().
|
inlineprotected |
Definition at line 1046 of file template.h.
References owl::TTernaryTree< T, T1 >::RSearch().
|
protected |
Definition at line 1086 of file template.h.
|
protected |
Definition at line 1085 of file template.h.