ORIGINAL
|
Double-direction iterator base class. More...
#include "stepIterator.h"
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. | |
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.