STIR
6.2.0
|
Convenience class where the 2nd level iterator is a const_iterator
.
More...
#include "stir/NestedIteratorHelpers.h"
Additional Inherited Members | |
Public Types inherited from stir::BeginEndFunction< TopLevelIterT, RestIterT > | |
typedef RestIterT | rest_iter_type |
typedef storing the type of the 2nd level iterator | |
Public Member Functions inherited from stir::BeginEndFunction< TopLevelIterT, RestIterT > | |
RestIterT | begin (const TopLevelIterT &iter) const |
function to get the first 2nd level iterator for a top-level iterator More... | |
RestIterT | end (const TopLevelIterT &iter) const |
function to get the "end" 2nd level iterator for a top-level iterator | |
Convenience class where the 2nd level iterator is a const_iterator
.
This class just changes the default of BeginEndFunction.