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

Provides functionality for an iteration stream. More...

#include <sstream>
#include "comparable.h"
#include "printable.h"
#include "iterable.h"
#include "types.h"
Include dependency graph for iterationStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::iterationStream< TYPE, DERIVED >
 A stream class that allows iteration, comparison, and printing. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Provides functionality for an iteration stream.

This file contains the declaration of the iterationStream template class, which allows iteration over elements while also supporting comparison and printing. It derives from the printable, iterable, and comparable interfaces.