An iterator class, maintaining loop state for enumerations of all the blocks of a range.
The public interface of the AllBlocksIndex class is
class AllBlocksIndex : public LocBlocksIndex { public : AllBlocksIndex(Range _x) ; void beginAllBlk() ; void nextAllBlk() ; } ;