Lumiera
0.pre.03
»edit your freedom«
|
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>
Classes | |
class | IterCursor_test |
Typedefs | |
using | CIter = IterCursor< Numz::const_iterator > |
using | Iter = IterCursor< Numz::iterator > |
using | Numz = vector< uint > |
Functions | |
LAUNCHER (IterCursor_test, "unit common") | |
Numz | makeNumz () |
Variables | |
const uint | NUM_ELMS = 10 |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |