Used in patterns_count to build a triary tree of the unique patterns. More...
Data Fields | |
int | count |
int | id |
void * | false |
void * | true |
void * | blank |
void * | next |
Used in patterns_count to build a triary tree of the unique patterns.
Each leaf will be a unique pattern
int pattern_node::count |
The number of subjects that went thru this node.
int pattern_node::id |
Used to stored the position of this pattern (for leaf only).
void* pattern_node::false |
Pointer to the node with a failurw at the next item (for non leaf only).
void* pattern_node::true |
Pointer to the node with a success at the next item (for non leaf only).
void* pattern_node::blank |
Pointer to the node with a non response at the next item (for non leaf only).
void* pattern_node::next |
Pointer to the next allocated node (used to free the nodes).
Generated on Sun Jan 26 2014 15:27:27 for libirt by Doxygen. |