Forward input iterator with const access. More...
Public Member Functions | |
const_iterator (const globalIndex *globalIdx, const label proci=0) noexcept | |
Construct from globalIndex list at given index. More... | |
label | proci () const noexcept |
The associated local proc. More... | |
label | start () const |
The local start. More... | |
label | size () const |
The local size. More... | |
labelRange | range () const |
The local range. More... | |
labelRange | operator* () const |
The local range. More... | |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
bool | operator== (const const_iterator &iter) const noexcept |
bool | operator!= (const const_iterator &iter) const noexcept |
Forward input iterator with const access.
Definition at line 287 of file globalIndex.H.
|
inlineexplicitnoexcept |
Construct from globalIndex list at given index.
Definition at line 329 of file globalIndexI.H.
|
inlinenoexcept |
The associated local proc.
Definition at line 340 of file globalIndexI.H.
|
inline |
The local start.
Definition at line 347 of file globalIndexI.H.
|
inline |
The local size.
Definition at line 354 of file globalIndexI.H.
|
inline |
The local range.
Definition at line 361 of file globalIndexI.H.
|
inline |
|
inline |
Definition at line 376 of file globalIndexI.H.
|
inline |
Definition at line 385 of file globalIndexI.H.
|
inline |
Definition at line 395 of file globalIndexI.H.
|
inline |
Definition at line 404 of file globalIndexI.H.
|
inlinenoexcept |
Definition at line 415 of file globalIndexI.H.
|
inlinenoexcept |
Definition at line 426 of file globalIndexI.H.