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

Double-direction iterator base class. More...

#include "stepIterator.h"
Include dependency graph for doubleDirectionIterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::doubleDirectionIterator< TYPE >
 Abstract base class for double-direction iterators. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Double-direction iterator base class.

Provides common functionality for iterators that can only traverse in both directions (forward and backward). It extends the stepIterator class to include functionality that applies to single-direction step iterators.