- Test:
- a variation of the Thread wrapper to launch a detached thread, with automatic memory management for the thread-object..
- See also
- thread.hpp
-
ThreadWrapper_test
Definition at line 42 of file thread-wrapper-autonomous-test.cpp.
|
virtual | ~Test ()=default |
| this is an interface
|
|
lib::Random | makeRandGen () |
| build a dedicated new RandomGen, seeded from the default-Gen
|
|
virtual void | run (Arg arg)=0 |
|
void | seedRand () |
| draw a new random seed from a common nucleus, and re-seed the default-Gen.
|
|
static string | firstTok (Arg) |
| conveniently pick the first token from the argument line
|
|
static uint | firstVal (Arg, uint=1) |
| conveniently use some number given as argument, with optional default
|
|
◆ demonstrateSimpleUsage()
void demonstrateSimpleUsage |
( |
| ) |
|
|
inlineprivate |
◆ verifyMemoryManagement()
void verifyMemoryManagement |
( |
| ) |
|
|
inlineprivate |
The documentation for this class was generated from the following file: