Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
unit test IterIndex_test
Definition in file iter-index-test.cpp.
#include "lib/test/run.hpp"
#include "lib/iter-index.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/iter-explorer.hpp"
#include "lib/format-util.hpp"
#include "lib/util.hpp"
#include <vector>
#include <memory>
Classes | |
class | IterIndex_test |
Typedefs | |
using | CIter = IterIndex< const Numz > |
using | Iter = IterIndex< Numz > |
using | Numz = vector< uint > |
using | SMIter = IterIndex< Numz, shared_ptr< Numz > > |
Functions | |
LAUNCHER (IterIndex_test, "unit common") | |
Numz | makeNumz () |
Variables | |
const uint | NUM_ELMS = 10 |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |