My Project
|
Abstract API for enumerators. More...
Go to the source code of this file.
Data Structures | |
class | IBaseEnumerator |
Base enumerator interface for simple iteration over a generic collection. More... | |
class | IAccessor< T > |
Templated accessor interface for accessing individual data (for instance, of an enumerator). More... | |
class | IEnumerator< T > |
Templated enumerator interface for simple iteration over a generic collection of T's. More... | |
Abstract API for enumerators.
ABSTRACT: Abstract interface for forward iteratable containers (enumerators) of standalone objects (e.g. polynomials as sets of numbers), without any knowledge of their internals.
Definition in file Enumerator.h.