template<typename IM>
class lemon::UnionFindEnum< IM >::ItemIt
ClassIt is a lemon style iterator for the components. It iterates on the items of a class. By example if you want to iterate on each items of each classes then you may write the next code.
std::cout << "Class: ";
std::cout << toString(iit) << ' ' << std::endl;
}
std::cout << std::endl;
}
const Invalid INVALID
Invalid iterators.
Definition: base.cc:32
LEMON style iterator for the representant items.
Definition: unionfind.h:508
LEMON style iterator for the items of a component.
Definition: unionfind.h:570