template<typename IM>
class lemon::ExtendFindEnum< 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 classes.
Definition unionfind.h:820
LEMON style iterator for the items of a component.
Definition unionfind.h:882