lumiera_/src/lib/test
Ichthyostega 4f676f7213 Library: test and documentation for the new variant-helper
So this turned out to be much more challenging than expected,
due to the fact that, with this design, typing information is
only available at compile-time. The key trick was to use a
''double-dispatch'' based on a generic lambda. In the end,
this could be rounded out to be self-contained library helper,
which is even fully copyable and assignable and properly
invokes all payload constructors and destructors.

The flip side is that such a design is obviously very flexible
and direct regarding the parser model-bindings, and it should
be fairly well optimisable, since the structure is entirely
static and without any virtual dispatch.

Proper handling of payload lifecycle was verified using
a tracking test object with checksum.
2025-01-21 04:53:53 +01:00
..
diagnostic-output.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
event-log.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
event-log.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
microbenchmark-adaptor.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
microbenchmark.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
run.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
suite.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
suite.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
temp-dir.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-coll.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-helper.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-helper.hpp Invocation: get structural bindings to work 2024-12-12 19:03:43 +01:00
test.h Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
testoption.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
testoption.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
tracking-allocator.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
tracking-allocator.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
tracking-dummy.hpp Library: test and documentation for the new variant-helper 2025-01-21 04:53:53 +01:00
transiently.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00