LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
geo::LocalIteratorBox< Iter, GeoID, BeginFunc, EndFunc > Class Template Reference

#include "GeometryCore.h"

Inheritance diagram for geo::LocalIteratorBox< Iter, GeoID, BeginFunc, EndFunc >:
geo::IteratorBoxBase< Iter >

Public Types

using iterator = Iter
 

Public Member Functions

 LocalIteratorBox (GeometryCore const *geom, GeoID const &ID)
 
iterator begin () const
 
iterator end () const
 
iterator cbegin () const
 
iterator cend () const
 

Protected Attributes

iterator b
 
iterator e
 Begin and end iterators. More...
 

Detailed Description

template<typename Iter, typename GeoID, Iter(GeometryCore::*)(GeoID const &) const BeginFunc, Iter(GeometryCore::*)(GeoID const &) const EndFunc>
class geo::LocalIteratorBox< Iter, GeoID, BeginFunc, EndFunc >

Definition at line 1353 of file GeometryCore.h.

Member Typedef Documentation

template<typename Iter >
using geo::IteratorBoxBase< Iter >::iterator = Iter
inherited

Definition at line 1315 of file GeometryCore.h.

Constructor & Destructor Documentation

template<typename Iter , typename GeoID , Iter(GeometryCore::*)(GeoID const &) const BeginFunc, Iter(GeometryCore::*)(GeoID const &) const EndFunc>
geo::LocalIteratorBox< Iter, GeoID, BeginFunc, EndFunc >::LocalIteratorBox ( GeometryCore const *  geom,
GeoID const &  ID 
)
inline

Definition at line 1356 of file GeometryCore.h.

1357  : IteratorBoxBase<Iter>((geom->*BeginFunc)(ID), (geom->*EndFunc)(ID))
1358  {}

Member Function Documentation

template<typename Iter >
iterator geo::IteratorBoxBase< Iter >::begin ( ) const
inlineinherited

Definition at line 1320 of file GeometryCore.h.

1320 { return b; }
template<typename Iter >
iterator geo::IteratorBoxBase< Iter >::cbegin ( ) const
inlineinherited

Definition at line 1323 of file GeometryCore.h.

1323 { return b; }
template<typename Iter >
iterator geo::IteratorBoxBase< Iter >::cend ( ) const
inlineinherited

Definition at line 1324 of file GeometryCore.h.

References e.

1324 { return e; }
iterator e
Begin and end iterators.
template<typename Iter >
iterator geo::IteratorBoxBase< Iter >::end ( ) const
inlineinherited

Definition at line 1321 of file GeometryCore.h.

References e.

1321 { return e; }
iterator e
Begin and end iterators.

Member Data Documentation

template<typename Iter >
iterator geo::IteratorBoxBase< Iter >::b
protectedinherited

Definition at line 1327 of file GeometryCore.h.

template<typename Iter >
iterator geo::IteratorBoxBase< Iter >::e
protectedinherited

Begin and end iterators.

Definition at line 1327 of file GeometryCore.h.


The documentation for this class was generated from the following file: