lumiera_/tests/basics
Ichthyostega 3395d002bd Library: helper to produce threadsafe member-IDs for a family of objects
This is a little bit of functionality needed again and again;
first I thought to use the TypedCounter, but this would be overkill,
since we do not actually need different instances, and we do not need
to select by type when incrementing the counter. In fact, we do not
even need anything beyond just allocating a number.

So I made a new class, which can be used RAII style
2017-01-14 03:07:48 +01:00
..
time
diagnostic-context-test.cpp
DIR_INFO
streamtypebasicstest.cpp
streamtypelifecycletest.cpp
teststreamtypes.hpp
typed-counter-test.cpp Library: helper to produce threadsafe member-IDs for a family of objects 2017-01-14 03:07:48 +01:00
typed-family-member-id-test.cpp Library: helper to produce threadsafe member-IDs for a family of objects 2017-01-14 03:07:48 +01:00
visitingtool-concept.cpp
visitingtool-extended-test.cpp
visitingtool-test.cpp