|
MVE - Multi-View Environment mve-devel
|
Iterator that advances 'S' elements of type T. More...
#include <algo.h>

Public Member Functions | |
| InterleavedIter (T const *pos) | |
| bool | operator!= (InterleavedIter< T, S > const &other) const |
| T const & | operator* (void) const |
| InterleavedIter & | operator++ (void) |
| bool | operator== (InterleavedIter< T, S > const &other) const |
Public Attributes | |
| T const * | pos |
Iterator that advances 'S' elements of type T.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T const* math::algo::InterleavedIter< T, S >::pos |