LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "GeometryCore.h"
Public Types | |
using | iterator = Iter |
Public Member Functions | |
IteratorBoxBase (iterator const &b, iterator const &e) | |
Constructor: initializes the begin and end iterators. More... | |
iterator | begin () const |
iterator | end () const |
iterator | cbegin () const |
iterator | cend () const |
Protected Attributes | |
iterator | b |
iterator | e |
Begin and end iterators. More... | |
Definition at line 1313 of file GeometryCore.h.
using geo::IteratorBoxBase< Iter >::iterator = Iter |
Definition at line 1315 of file GeometryCore.h.
|
inline |
Constructor: initializes the begin and end iterators.
Definition at line 1318 of file GeometryCore.h.
|
inline |
Definition at line 1320 of file GeometryCore.h.
|
inline |
Definition at line 1323 of file GeometryCore.h.
|
inline |
|
inline |
|
protected |
Definition at line 1327 of file GeometryCore.h.
|
protected |
Begin and end iterators.
Definition at line 1327 of file GeometryCore.h.