![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
unit test IterSource_test More...
Go to the source code of this file.
unit test IterSource_test
Definition in file iter-source-test.cpp.
#include "lib/test/run.hpp"#include "lib/test/test-helper.hpp"#include "lib/format-cout.hpp"#include "lib/nocopy.hpp"#include "lib/util.hpp"#include "lib/iter-source.hpp"#include <boost/lexical_cast.hpp>#include <unordered_map>#include <string>#include <list>#include <map>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-source-test.cpp} |
Classes | |
| class | TestSource |
| Explicit implementation of the IterSource interface (test dummy) Creates a random string and chops off a character on each iteration. More... | |
| struct | WrappedList |
| test dummy: simply wrapping an STL container and exposing a range as Lumiera Forward Iterator More... | |
| class | IterSource_test |
Functions | |
| template<class IT > | |
| void | pullOut (IT &iter) |
| diagnostics helper | |
| LAUNCHER (IterSource_test, "unit common") | |