An STL const_iterator. More...
Public Member Functions | |
const_iterator () | |
Construct null - equivalent to an 'end' position. More... | |
const_iterator (const labelRange &) | |
Construct from range, moving to its 'begin' position. More... | |
bool | operator== (const const_iterator &) const |
bool | operator!= (const const_iterator &) const |
label | operator* () |
label | operator() () |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
Private Attributes | |
const labelRange & | range_ |
Reference to the range for which this is an iterator. More... | |
label | index_ |
Current index. More... | |
An STL const_iterator.
Definition at line 142 of file labelRange.H.
|
inline |
Construct null - equivalent to an 'end' position.
Definition at line 51 of file labelRangeI.H.
|
inlineexplicit |
Construct from range, moving to its 'begin' position.
Definition at line 58 of file labelRangeI.H.
|
inline |
Definition at line 66 of file labelRangeI.H.
|
inline |
Definition at line 75 of file labelRangeI.H.
References labelRange::operator==().
|
inline |
Definition at line 83 of file labelRangeI.H.
|
inline |
Definition at line 89 of file labelRangeI.H.
|
inline |
Definition at line 96 of file labelRangeI.H.
|
inline |
Definition at line 109 of file labelRangeI.H.
|
private |
Reference to the range for which this is an iterator.
Definition at line 147 of file labelRange.H.
|
private |
Current index.
Definition at line 150 of file labelRange.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.