#include <LazyGetter.h>
Public Types | |
typedef std::vector< T > | record_type |
Public Member Functions | |
LazyAdapter (const LazyUnpacker< T > *, const record_type *, const LazyGetter< T > *) | |
Constructor. More... | |
const RegionIndex< T > & | operator() (const RegionIndex< T > ®ion) const |
() operator for construction of iterator More... | |
Private Attributes | |
const LazyGetter< T > * | getter_ |
record_type * | record_ |
LazyUnpacker< T > * | unpacker_ |
Definition at line 20 of file LazyGetter.h.
typedef std::vector<T> edm::LazyAdapter< T >::record_type |
Definition at line 228 of file LazyGetter.h.
|
inline |
|
inline |
() operator for construction of iterator
Definition at line 252 of file LazyGetter.h.
References edm::RegionIndex< T >::finish(), getHLTprescales::index, edm::RegionIndex< T >::region(), edm::RegionIndex< T >::start(), edm::RegionIndex< T >::unpacked(), and edm::RegionIndex< T >::updateLazyGetter().
|
private |
Definition at line 239 of file LazyGetter.h.
|
private |
Definition at line 238 of file LazyGetter.h.
|
private |
Definition at line 237 of file LazyGetter.h.