ORIGINAL
Loading...
Searching...
No Matches
stepIterator.h File Reference

Step iterator base class for single-step iterators. More...

#include <limits>
#include "iterator.h"
#include "ownerPtr.h"
#include "wrapper.h"
#include "error.h"
#include "maths.h"
Include dependency graph for stepIterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::stepIterator< TYPE >
 Abstract base class for step iterators. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Step iterator base class for single-step iterators.

Provides common functionality for iterators that support step-based traversal operations. Includes methods for pointer arithmetic, traversal, and element access. Intended for use as a base class for all iterators that iterate through elements one step at a time.