![]() |
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 1167 of file template.h.
|
inline |
Definition at line 1171 of file template.h.
|
inline |
Definition at line 1172 of file template.h.
|
inline |
Definition at line 1174 of file template.h.
References owl::TTernaryTree< T, T1 >::Root, and owl::TTernaryTree< T, T1 >::RSearch().
|
inline |
Definition at line 1176 of file template.h.
References owl::TTernaryTree< T, T1 >::Flush(), and owl::TTernaryTree< T, T1 >::Root.
|
inlineprotected |
Definition at line 1213 of file template.h.
References owl::TTernaryTree< T, T1 >::Flush().
|
inline |
Definition at line 1175 of file template.h.
References owl::TTernaryTree< T, T1 >::RInsert(), and owl::TTernaryTree< T, T1 >::Root.
|
inlineprotected |
Definition at line 1196 of file template.h.
References owl::TTernaryTree< T, T1 >::ItemCnt, and owl::TTernaryTree< T, T1 >::RInsert().
|
inlineprotected |
Definition at line 1180 of file template.h.
References owl::TTernaryTree< T, T1 >::RSearch().
|
protected |
Definition at line 1227 of file template.h.
|
protected |
Definition at line 1226 of file template.h.