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

Go to the source code of this file.

Classes

class  List< T >
 A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc. More...
 
class  FixedList< T, N >
 A 1D vector of objects of type <T> with a fixed length <N>. More...
 
class  sliceRange
 A set of labels defined by a start, a length and a stride. More...
 
class  sliceRange::indexer
 A value indexer, for iteration or generation. More...
 
class  sliceRange::const_iterator
 Forward iterator with const access. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

Ostream & operator<< (Ostream &os, const sliceRange &range)
 Write sliceRange to Ostream as (start size stride) tuple. More...
 
bool operator== (const sliceRange &a, const sliceRange &b) noexcept
 
bool operator!= (const sliceRange &a, const sliceRange &b) noexcept
 
bool operator< (const sliceRange &a, const sliceRange &b) noexcept
 Comparison function for sorting, compares the start. More...
 

Detailed Description

Original source file sliceRange.H

Definition in file sliceRange.H.