Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
index-iter-test.cpp File Reference

unit test IndexIter_test More...

Go to the source code of this file.

Description

unit test IndexIter_test

Definition in file index-iter-test.cpp.

#include "lib/test/run.hpp"
#include "lib/index-iter.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>

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{index-iter-test.cpp}
 

Typedefs

using Numz = vector< uint >
 
using Iter = IndexIter< Numz >
 
using CIter = IndexIter< const Numz >
 
using SMIter = IndexIter< Numz, shared_ptr< Numz > >
 

Classes

class  IndexIter_test
 

Functions

Numz makeNumz ()
 
 LAUNCHER (IndexIter_test, "unit common")
 

Variables

const uint NUM_ELMS = 10