|
ORIGINAL
|
Base interface for iterable container types. More...


Go to the source code of this file.
Classes | |
| class | original::iterable< TYPE > |
| A base class for iterable containers that support multiple iteration patterns. More... | |
| class | original::iterable< TYPE >::iterAdaptor |
| RAII wrapper for base iterators that provides standard iteration interface. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
Base interface for iterable container types.
Defines the core abstraction for iterator-enabled containers. Provides: