pat_fam< P, ST > Class Template Reference

Pattern Family class, denotes a collection of patterns. No constraint is imposed on the comprising patterns. More...

#include <pat_fam.h>

List of all members.

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 > &)


Detailed Description

template<typename P, template< typename T > class ST = std::vector>
class pat_fam< P, ST >

Pattern Family class, denotes a collection of patterns. No constraint is imposed on the comprising patterns.

P is the pattern class, ST is the storage container type e.g. P=pattern<itemset<int> >, ST=vector


Member Typedef Documentation

template<typename P, template< typename T > class ST = std::vector>
typedef ST<P*>::const_iterator pat_fam< P, ST >::CONST_IT

constant iterator over the pattern family

template<typename P, template< typename T > class ST = std::vector>
typedef ST<P*>::iterator pat_fam< P, ST >::IT

iterator over the pattern family


The documentation for this class was generated from the following file:
Generated on Wed Jul 26 14:01:09 2006 for DMTL by  doxygen 1.4.7