The header "format-cout.hpp" offers a convenience function to print pretty much any object or data in human readable form. However, the formatter for pointers used within this framework switched std::cout into hexadecimal display of numbers and failed to clean-up this state. Since the "stickyness" of IOS stream manipulators is generally a problem, we now provide a RAII helper to capture the previous stream state and automatically restore it when leaving the scope. |
||
|---|---|---|
| .. | ||
| basics | ||
| core | ||
| include | ||
| library | ||
| operation | ||
| plugin | ||
| stage | ||
| tool | ||
| vault | ||
| 00helloworld.tests | ||
| 00support.tests | ||
| 00test.tests | ||
| 10errorhandling.tests | ||
| 10exception.tests | ||
| 11list.tests | ||
| 11locking.tests | ||
| 11luid.tests | ||
| 11mpool.tests | ||
| 11priqueue.tests | ||
| 11safeclib.tests | ||
| 11slist.tests | ||
| 11time.tests | ||
| 12metaprogramming.tests | ||
| 15library.tests | ||
| 20config_lowlevel.tests | ||
| 20filedescriptor.tests | ||
| 20filehandle.tests | ||
| 20threads.tests | ||
| 22config_highlevel.tests | ||
| 25fundamental.tests | ||
| 30backend-file.tests | ||
| 30backend-scheduler.tests | ||
| 30backend-threadpool.tests | ||
| 30interfaces.tests | ||
| 30mmap.tests | ||
| 30resourcecollector.tests | ||
| 31fileheader.tests | ||
| 31plugin.tests | ||
| 40core.tests | ||
| 41asset.tests | ||
| 42query.tests | ||
| 43session.tests | ||
| 44builder.tests | ||
| 45controller.tests | ||
| 46engine.tests | ||
| 47playout.tests | ||
| 48proc-operate.tests | ||
| 51-gui-model.tests | ||
| 52-gui-control.tests | ||
| 80-regression.tests | ||
| DIR_INFO | ||
| SConscript | ||
| test.conf | ||
| test.sh | ||
| testrunner.cpp | ||