#include <pat_fam.h>
Public Types | |
typedef ST< P * >::iterator | IT |
typedef ST< P * >::const_iterator | CONST_IT |
Friends | |
std::ostream & | operator<< (std::ostream &, const pat_fam< P, ST > &) |
P is the pattern class, ST is the storage container type e.g. P=pattern<itemset<int> >, ST=vector
typedef ST<P*>::const_iterator pat_fam< P, ST >::CONST_IT |
constant iterator over the pattern family
typedef ST<P*>::iterator pat_fam< P, ST >::IT |
iterator over the pattern family