lumiera_/src/steam/mobject
Ichthyostega a90b9e5f16 Library: uniform definition scheme for error-IDs
In the Lumiera code base, we use C-String constants as unique error-IDs.
Basically this allows to create new unique error IDs anywhere in the code.

However, definition of such IDs in arbitrary namespaces tends to create
slight confusion and ambiguities, while maintaining the proper use statements
requires some manual work.

Thus I introduce a new **standard scheme**
 * Error-IDs for widespread use shall be defined _exclusively_ into `namespace lumiera::error`
 * The shorthand-Macro `LERR_()` can now be used to simplify inclusion and referral
 * (for local or single-usage errors, a local or even hidden definition is OK)
2024-03-21 19:57:34 +01:00
..
builder Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment 2023-06-07 04:03:00 +02:00
session Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
builderfacade.cpp Segmentation: reorganise namespaces 2023-04-25 18:27:16 +02:00
builderfacade.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
explicitplacement.hpp Segmentation: reorganise namespaces 2023-04-25 18:27:16 +02:00
interpolator.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
mobject-ref.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
mobject-ref.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
mobject.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
mobject.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
model-port.hpp Dispatcher-Pipeline: now (finally) able to implement MockDispatcher 2023-06-13 03:47:42 +02:00
output-designation.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
output-designation.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
output-mapping.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
parameter.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
parameter.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
paramprovider.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
paramprovider.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
placement-ref.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
placement.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
placement.hpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
session.hpp Segmentation: reorganise namespaces 2023-04-25 18:27:16 +02:00
test-dummy-mobject.hpp Library: reorder some pervasively used includes 2024-03-21 19:57:34 +01:00