Biorithm  1.1
Classes | Public Member Functions
ItemSetTree< t > Class Template Reference

This class holds a set of items (column numbers) More...

#include <ItemSetTree.h>

List of all members.

Classes

class  ConstIterator
class  Iterator
struct  node

Public Member Functions

 ItemSetTree (unsigned int max=0)
 ItemSetTree (const ItemSetTree &src)
ItemSetTreeoperator= (const ItemSetTree &rhs)
void clear ()
Iterator end ()
ConstIterator end () const
Iterator begin ()
ConstIterator begin () const
Iterator begin (unsigned int level)
ConstIterator begin (unsigned int level) const
Iterator find (const ItemSet &is)
ConstIterator find (const ItemSet &is) const
unsigned int size () const
unsigned int size (unsigned int level) const
bool empty () const
bool empty (unsigned int level) const
void insert (const ItemSet &is, const t &val)
void remove ()
void setval (const t &val) const
t & getval () const

Detailed Description

template<typename t>
class ItemSetTree< t >

This class holds a set of items (column numbers)


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Friends