LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "AssociatedData.h"
Public Member Functions | |
BoundaryListRangeBase (boundary_iterator_t const &it) | |
Constructor: copies the specified base iterator. More... | |
auto | begin () const -> decltype(auto) |
Returns the begin iterator of the range. More... | |
auto | end () const -> decltype(auto) |
Returns the end iterator of the range (next to the begin iterator). More... | |
Private Types | |
using | boundary_iterator_t = BoundaryIter |
Private Member Functions | |
auto | boundaryIter () const |
Returns the iterator to the begin iterator. More... | |
Interface providing begin and end iterator of a range.
BoundaryIter | iterator to the first of the range iterators. |
Definition at line 499 of file AssociatedData.h.
|
private |
Definition at line 500 of file AssociatedData.h.
|
inline |
Constructor: copies the specified base iterator.
Definition at line 507 of file AssociatedData.h.
|
inline |
Returns the begin iterator of the range.
Definition at line 510 of file AssociatedData.h.
|
inlineprivate |
Returns the iterator to the begin iterator.
Definition at line 503 of file AssociatedData.h.
|
inline |
Returns the end iterator of the range (next to the begin iterator).
Definition at line 513 of file AssociatedData.h.