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 |
||
|---|---|---|
| .. | ||
| time | ||
| diagnostic-context-test.cpp | ||
| DIR_INFO | ||
| streamtypebasicstest.cpp | ||
| streamtypelifecycletest.cpp | ||
| teststreamtypes.hpp | ||
| typed-counter-test.cpp | ||
| typed-family-member-id-test.cpp | ||
| visitingtool-concept.cpp | ||
| visitingtool-extended-test.cpp | ||
| visitingtool-test.cpp | ||