- Test:
- set up example implementations based on the iterator-adapter templates and verify the behaviour in accordance to the concept "lumiera forward iterator"
- Note
- see Ticket #182
- See also
- IterAdapter
-
itertools.hpp
-
IterSource
Definition at line 193 of file iter-adapter-test.cpp.
|
static void | showInt (int elm) |
|
static void | showIntP (int *elm) |
|
◆ enumerate()
◆ wrapIterRange()
- Test:
- usage scenario, where we allow the client to access a range of elements given by STL iterators, without any specific iteration behaviour.
Definition at line 251 of file iter-adapter-test.cpp.
◆ simpleUsage()
void simpleUsage |
( |
CON & |
elms | ) |
|
|
inlineprivate |
◆ iterTypeVariations()
void iterTypeVariations |
( |
TestContainer & |
elms | ) |
|
|
inlineprivate |
◆ exposeDataAddresses()
void exposeDataAddresses |
( |
| ) |
|
|
inlineprivate |
◆ verifyComparisons()
void verifyComparisons |
( |
TestContainer & |
elms | ) |
|
|
inlineprivate |
The documentation for this class was generated from the following file: