|
CPN
Computational Process Networks
|
This allows the encapsulation of an arbitrary iterator of a specific type. This allows for non template functions to take an iterator from any stl container that has the given type. More...
Include dependency graph for IteratorRef.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IteratorRef< T > |
| A reference to an iterator. More... | |
| class | IteratorRef< T >::ItrRef |
| class | IteratorRef< T >::ItrRefImpl< iterator_type > |
This allows the encapsulation of an arbitrary iterator of a specific type. This allows for non template functions to take an iterator from any stl container that has the given type.
Definition in file IteratorRef.h.
1.8.5