Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
unit test IterAdapter_test
Definition in file iter-adapter-test.cpp.
#include "lib/test/run.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/util.hpp"
#include "lib/util-foreach.hpp"
#include "lib/format-cout.hpp"
#include "lib/iter-adapter.hpp"
#include "lib/iter-adapter-ptr-deref.hpp"
#include <boost/lexical_cast.hpp>
#include <vector>
Classes | |
class | IterAdapter_test |
class | TestContainer |
Example of a more elaborate custom container exposing an iteration API. More... | |
struct | WrappedVector |
example of simply wrapping an STL container and exposing a range as Lumiera Forward Iterator More... | |
Functions | |
LAUNCHER (IterAdapter_test, "unit common") | |
Variables | |
uint | NUM_ELMS = 10 |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |