LUMIERA.clone/src/proc/mobject
Ichthyostega a344604f1b Clang(#928): adjustments regarding scope and visibility
Clang doesn't allow to declare a private nested class as friend.
This is unfortunate, but likely correct to the letter of the standard.

As a workaround, now we're creating the instances within a static
function of DependencyFactory -- in the end this improves readability


A second issue fixed with this changeset is the scope of the
marker function. Clang is right, this isn't ADL, thus an inline
friend definition is simply not visible outside the class.
2013-10-20 21:51:28 +02:00
..
builder refactor namespaces for query and defaults manager 2012-12-01 08:44:07 +01:00
session Clang(#928): adjustments regarding scope and visibility 2013-10-20 21:51:28 +02:00
builderfacade.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
builderfacade.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
explicitplacement.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
interpolator.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
interpolator.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
mobject-ref.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
mobject-ref.hpp Clang(#928): clarify instantiation of dependent template 2013-10-06 23:15:49 +02:00
mobject.cpp Clang(#928): fix inconsistencies and compilation problems 2013-09-27 23:23:13 +02:00
mobject.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
model-port.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
output-designation.cpp implement another builder function; adapt OutputDesignation 2012-12-11 04:45:18 +01:00
output-designation.hpp refactor use of HashVal typedef (#722) 2012-12-02 23:03:37 +01:00
output-mapping.hpp allow simple query-for-pipe again (revert) 2012-12-26 02:20:11 +01:00
parameter.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
parameter.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
paramprovider.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
paramprovider.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
placement-ref.hpp cleanup: rectify Proc-Layer namespaces (II) 2011-12-02 17:50:44 +01:00
placement.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
placement.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
session.hpp Ticket #934: switch entire code-base to use the new Singleton factory 2013-10-20 03:19:36 +02:00
test-dummy-mobject.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00