STIR  6.2.0
List of all members
stir::ConstBeginEndAllFunction< TopLevelIterT, RestIterT > Class Template Reference

Convenience class where the 2nd level iterator is a const_full_iterator. More...

#include "stir/NestedIteratorHelpers.h"

Inheritance diagram for stir::ConstBeginEndAllFunction< TopLevelIterT, RestIterT >:
Inheritance graph
[legend]

Additional Inherited Members

- Public Types inherited from stir::BeginEndAllFunction< TopLevelIterT, RestIterT >
typedef RestIterT rest_iter_type
 
- Public Member Functions inherited from stir::BeginEndAllFunction< TopLevelIterT, RestIterT >
RestIterT begin (const TopLevelIterT &iter) const
 
RestIterT end (const TopLevelIterT &iter) const
 

Detailed Description

template<class TopLevelIterT, class RestIterT = typename boost::iterator_value<TopLevelIterT>::type::const_full_iterator>
class stir::ConstBeginEndAllFunction< TopLevelIterT, RestIterT >

Convenience class where the 2nd level iterator is a const_full_iterator.

This class just changes the default of BeginEndAllFunction.


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