An iterator class, maintaining loop state for enumerations of the locally held blocks of a range.
The public interface of the LocBlocksIndex class is
class LocBlocksIndex : public Location, public Block { public : LocBlocksIndex(Range _x) ; void beginLocBlk() ; void nextLocBlk() ; int test() ; } ;