Lumiera
0.pre.03
»edit your freedom«
|
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>
Classes | |
class | IterSource_test |
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... | |
Functions | |
LAUNCHER (IterSource_test, "unit common") | |
template<class IT > | |
void | pullOut (IT &iter) |
diagnostics helper | |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |