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

Base class for random-access iterators. More...

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

Go to the source code of this file.

Classes

class  original::randomAccessIterator< TYPE, ALLOC >
 Abstract base class for random-access iterators. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Base class for random-access iterators.

Provides common functionality for iterators supporting random access operations. Features include pointer arithmetic, validity checking, and bidirectional traversal.