#include <DDBase.h>
Public Types | |
using | value_type = D |
C is, for example, a DDLogicalPart or a DDMaterial or a DDSolid ... More... | |
Public Member Functions | |
void | end () const |
iterator () | |
iterator (const typename DDI::Store< N, C >::iterator it) | |
bool | operator!= (const iterator &i) const |
value_type & | operator* () const |
void | operator++ () |
value_type * | operator-> () const |
bool | operator< (const iterator &i) const |
bool | operator== (const iterator &i) const |
bool | operator> (const iterator &i) const |
Private Attributes | |
D | d_ |
DDI::Store< N, C >::iterator | it_ |
C is, for example, a DDLogicalPart or a DDMaterial or a DDSolid ...
|
inline |
Definition at line 42 of file DDBase.h.
References DDI::Singleton< I >::instance(), and DDBase< N, C >::iterator< D >::it_.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
Definition at line 34 of file DDBase.h.
References mps_fire::i, and DDBase< N, C >::iterator< D >::it_.
|
inline |
Definition at line 22 of file DDBase.h.
References DDBase< N, C >::iterator< D >::d_, and DDBase< N, C >::iterator< D >::it_.
|
inline |
|
inline |
Definition at line 27 of file DDBase.h.
References DDBase< N, C >::iterator< D >::d_, and DDBase< N, C >::iterator< D >::it_.
|
inline |
Definition at line 36 of file DDBase.h.
References mps_fire::i, and DDBase< N, C >::iterator< D >::it_.
|
inline |
Definition at line 32 of file DDBase.h.
References mps_fire::i, and DDBase< N, C >::iterator< D >::it_.
|
inline |
Definition at line 38 of file DDBase.h.
References mps_fire::i, and DDBase< N, C >::iterator< D >::it_.
Definition at line 46 of file DDBase.h.
Referenced by DDBase< N, C >::iterator< D >::operator*(), and DDBase< N, C >::iterator< D >::operator->().
|
mutableprivate |
Definition at line 45 of file DDBase.h.
Referenced by DDBase< N, C >::iterator< D >::end(), DDBase< N, C >::iterator< D >::operator!=(), DDBase< N, C >::iterator< D >::operator*(), DDBase< N, C >::iterator< D >::operator++(), DDBase< N, C >::iterator< D >::operator->(), DDBase< N, C >::iterator< D >::operator<(), DDBase< N, C >::iterator< D >::operator==(), and DDBase< N, C >::iterator< D >::operator>().