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 <cstdlib>
#include <string>
#include <list>
#include <map>
|
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...
|
|
|
typedef const char * | CStr |
|
|
| LAUNCHER (IterSource_test, "unit common") |
|
template<class IT > |
void | pullOut (IT &iter) |
| diagnostics helper
|
|
|
| lib |
| Implementation namespace for support and library code.
|
|