ARB
Public Member Functions | List of all members
DecisionTree Class Reference

#include <PT_partition.h>

Inheritance diagram for DecisionTree:
Inheritance graph
[legend]
Collaboration diagram for DecisionTree:
Collaboration graph
[legend]

Public Member Functions

 DecisionTree ()
 
 ~DecisionTree ()
 
void setValue (const char *probe, size_t len, bool wanted)
 
bool getValue (const char *probe) const
 
void optimize ()
 

Detailed Description

Definition at line 176 of file PT_partition.h.

Constructor & Destructor Documentation

DecisionTree::DecisionTree ( )
inline

Definition at line 191 of file PT_partition.h.

References NULp, PT_BASES, and PT_QU.

Referenced by setValue().

DecisionTree::~DecisionTree ( )
inline

Definition at line 198 of file PT_partition.h.

Member Function Documentation

void DecisionTree::setValue ( const char probe,
size_t  len,
bool  wanted 
)
inline

Definition at line 202 of file PT_partition.h.

References DecisionTree(), safeCharIndex(), and setValue().

Referenced by MarkedPrefixes::predecide(), and setValue().

bool DecisionTree::getValue ( const char probe) const
inline

Definition at line 214 of file PT_partition.h.

References getValue(), and safeCharIndex().

Referenced by getValue(), and MarkedPrefixes::isMarked().

void DecisionTree::optimize ( )
inline

Definition at line 219 of file PT_partition.h.

References optimize(), PT_BASES, and PT_QU.

Referenced by optimize(), and MarkedPrefixes::predecide().


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