![]() |
Lumiera 0.pre.04
»edit your freedom«
|
unit test IterCursor_test More...
Go to the source code of this file.
unit test IterCursor_test
Definition in file iter-cursor-test.cpp.
#include "lib/test/run.hpp"#include "lib/test/test-helper.hpp"#include "lib/format-util.hpp"#include "lib/iter-cursor.hpp"#include "lib/util.hpp"#include <vector>Namespaces | |
| namespace | lib |
| Implementation namespace for support and library code. | |
| namespace | lib::test |
| Unit tests for the Lumiera support library. | |
| namespace | lib::test::anonymous_namespace{iter-cursor-test.cpp} |
Typedefs | |
| using | Numz = vector< uint > |
| using | Iter = IterCursor< Numz::iterator > |
| using | CIter = IterCursor< Numz::const_iterator > |
Classes | |
| class | IterCursor_test |
Functions | |
| Numz | makeNumz () |
| LAUNCHER (IterCursor_test, "unit common") | |
Variables | |
| const uint | NUM_ELMS = 10 |