LUMIERA.clone/src/proc/mobject
Ichthyostega aa008d6d4a TreeExplorer: draft my requirements for packaging a TreeExplorer pipeline as IterSource
Since this now requires to import iter-adapter-stl.hpp and iter-source.hpp
at the same time, I decided to drop the convenience imports of the STL adapters
into namespace lib. There is no reason to prefer the IterSource-based adapters
over the iter-adapter-stl.hpp variants of the same functionality.
Thus better always import them explicitly at usage site.


...actual implementation of the planned IterSource packaging is only stubbed.
But I needed to redeclare a lot of ctors, which doesn't seem logical
And I get a bad function invocation from another test case which worked correct beforehand.
2017-12-07 05:48:36 +01:00
..
builder GCC-5 compatibility: remove the last remaining auto_ptrs 2017-05-01 21:43:10 +02:00
session TreeExplorer: draft my requirements for packaging a TreeExplorer pipeline as IterSource 2017-12-07 05:48:36 +01:00
builderfacade.cpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
builderfacade.hpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
explicitplacement.hpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
interpolator.hpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
mobject-ref.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
mobject-ref.hpp fix and adjust broken test defintions. Closes #985 2016-01-10 12:25:45 +01:00
mobject.cpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
mobject.hpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
model-port.hpp decommission the safe-bool-idiom (closes #477) 2017-04-02 06:42:23 +02:00
output-designation.cpp implement another builder function; adapt OutputDesignation 2012-12-11 04:45:18 +01:00
output-designation.hpp Library: typeof obsoleted by decltype 2017-12-04 03:53:36 +01:00
output-mapping.hpp Library: typeof obsoleted by decltype 2017-12-04 03:53:36 +01:00
parameter.cpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
parameter.hpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
paramprovider.cpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
paramprovider.hpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
placement-ref.hpp decommission the safe-bool-idiom (closes #477) 2017-04-02 06:42:23 +02:00
placement.cpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
placement.hpp Doxygen: fill in missing file level headlines for Proc-Layer (top-level) 2016-11-09 23:17:02 +01:00
session.hpp CmdAccess: **Big Bang** wire the first real command from UI down into the Session 2017-04-17 21:54:36 +02:00
test-dummy-mobject.hpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00