next up previous contents
Next: Constructor Up: Distributed loops Previous: Translation of overall construct

 

class LocBlocksIndex

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() ;
  } ;





Guansong Zhang
Fri Oct 9 12:29:23 EDT 1998