Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

bracz::FPGrowthBase< STRUCTURE, OUTPUT >::tdrecurse_t Struct Reference

data in the stack of the recursion More...

List of all members.

Public Attributes

item_t nextitem
 next item to check for projection
item_t lastitem
 last item id (not to be checked)
fptree_tfptree
 the fp tree
item_t singlepdepth
 1 + the last item until which single path optimization can be used.


Detailed Description

template<class STRUCTURE, class OUTPUT>
struct bracz::FPGrowthBase< STRUCTURE, OUTPUT >::tdrecurse_t

data in the stack of the recursion

Definition at line 41 of file core.cpp.


Member Data Documentation

template<class STRUCTURE, class OUTPUT>
fptree_t* bracz::FPGrowthBase< STRUCTURE, OUTPUT >::tdrecurse_t::fptree
 

the fp tree

Definition at line 47 of file core.cpp.

template<class STRUCTURE, class OUTPUT>
item_t bracz::FPGrowthBase< STRUCTURE, OUTPUT >::tdrecurse_t::lastitem
 

last item id (not to be checked)

Definition at line 45 of file core.cpp.

template<class STRUCTURE, class OUTPUT>
item_t bracz::FPGrowthBase< STRUCTURE, OUTPUT >::tdrecurse_t::nextitem
 

next item to check for projection

Definition at line 43 of file core.cpp.

template<class STRUCTURE, class OUTPUT>
item_t bracz::FPGrowthBase< STRUCTURE, OUTPUT >::tdrecurse_t::singlepdepth
 

1 + the last item until which single path optimization can be used.

Definition at line 49 of file core.cpp.


The documentation for this struct was generated from the following file:
Generated on Sun Sep 17 17:57:24 2006 for FIM environment by  doxygen 1.4.4