OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TTernaryNode< T, T1 > Class Template Reference

#include <owl/template.h>

Public Member Functions

 TTernaryNode (T split, const T1 &data)
 

Public Attributes

Split
 
TTernaryNodeLoId
 
TTernaryNodeEqId
 
TTernaryNodeHiId
 
T1 Data
 

Detailed Description

template<class T, class T1>
class owl::TTernaryNode< T, T1 >

Definition at line 1011 of file template.h.

Constructor & Destructor Documentation

◆ TTernaryNode()

template<class T , class T1 >
owl::TTernaryNode< T, T1 >::TTernaryNode ( T split,
const T1 & data )
inline

Definition at line 1013 of file template.h.

Member Data Documentation

◆ Data

template<class T , class T1 >
T1 owl::TTernaryNode< T, T1 >::Data

Definition at line 1019 of file template.h.

◆ EqId

template<class T , class T1 >
TTernaryNode* owl::TTernaryNode< T, T1 >::EqId

Definition at line 1017 of file template.h.

◆ HiId

template<class T , class T1 >
TTernaryNode* owl::TTernaryNode< T, T1 >::HiId

Definition at line 1018 of file template.h.

◆ LoId

template<class T , class T1 >
TTernaryNode* owl::TTernaryNode< T, T1 >::LoId

Definition at line 1016 of file template.h.

◆ Split

template<class T , class T1 >
T owl::TTernaryNode< T, T1 >::Split

Definition at line 1015 of file template.h.


The documentation for this class was generated from the following file: