STIR  6.2.0
List of all members
stir::ConstPtrBeginEndFunction< TopLevelIterT > Class Template Reference

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

#include "stir/NestedIteratorHelpers.h"

Inheritance diagram for stir::ConstPtrBeginEndFunction< TopLevelIterT >:
Inheritance graph
[legend]

Additional Inherited Members

- Public Types inherited from stir::PtrBeginEndFunction< TopLevelIterT, boost::pointee< boost::iterator_value< TopLevelIterT >::type >::type::const_iterator >
typedef boost::pointee< boost::iterator_value< TopLevelIterT >::type >::type::const_iterator rest_iter_type
 
- Public Member Functions inherited from stir::PtrBeginEndFunction< TopLevelIterT, boost::pointee< boost::iterator_value< TopLevelIterT >::type >::type::const_iterator >
boost::pointee< boost::iterator_value< TopLevelIterT >::type >::type::const_iterator begin (const TopLevelIterT &iter) const
 function to get the first 2nd level iterator for a top-level iterator More...
 
boost::pointee< boost::iterator_value< TopLevelIterT >::type >::type::const_iterator end (const TopLevelIterT &iter) const
 function to get the "end" 2nd level iterator for a top-level iterator
 

Detailed Description

template<class TopLevelIterT>
class stir::ConstPtrBeginEndFunction< TopLevelIterT >

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

This class just changes the default of PtrBeginEndFunction.


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