![]() |
ATLAS Offline Software
|
| ITER MissingETBase::Container::iteratorAdvance | ( | ITER | iter, |
| size_t | step | ||
| ) |
Advance an iterator by a number of steps.
| ITER | iterator type. |
| [in] | iter | starting iterator |
| [in] | step | number of steps to advance |
Definition at line 174 of file MissingETCompositionBase.h.
| size_t MissingETBase::Container::iteratorDiff | ( | ITER | first, |
| ITER | last | ||
| ) |
Difference (number of steps) between two iterators.
| ITER | iterator type. |
| [in] | first | first iterator |
| [in] | last | last iterator |
first needs to be identical to last, or precede it. Otherwise the return value may be undefined. Definition at line 159 of file MissingETCompositionBase.h.
1.8.18