StrideIterator.H File Reference
Include dependency graph for StrideIterator.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StrideIndexer< IntType >
 Indexer or generator for strided integral values. The extended base functionality (eg, prev, next) allows its reuse for StrideIterator etc. More...
 
class  StrideIterator< IntType >
 A random-access, integer-like, input iterator for integral values with a stride. If the stride is 1, the Foam::IndexIterator would be a better choice. More...
 
class  RevStrideIterator< IntType >
 A random-access, integer-like, input iterator for integral values with a stride that behaves like a reverse iterator. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Detailed Description

Original source file StrideIterator.H

Definition in file StrideIterator.H.