![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Classes | |
| class | DummyClosure |
| MockJob objects are backed by this closure. More... | |
Functions | |
| const int | MAX_PARAM_A (1000) |
| random test values 0...1000 | |
| const int | MAX_PARAM_B (10) |
| random test values -10...+10 | |
Variables | |
| DummyClosure | dummyClosure |
| actual instance of the test dummy job functor | |
| lib::Depend< vault::gear::NopJobFunctor > | nopFunctor |
| access to the fallback-implementation for empty segments | |
| const int MAX_PARAM_A | ( | 1000 | ) |
random test values 0...1000
References MAX_PARAM_A().
Referenced by DummyClosure::Invocation::Invocation(), and MAX_PARAM_A().
Here is the call graph for this function:
Here is the caller graph for this function:| const int MAX_PARAM_B | ( | 10 | ) |
random test values -10...+10
References MAX_PARAM_B().
Referenced by MAX_PARAM_B().
Here is the call graph for this function:
Here is the caller graph for this function:| DummyClosure dummyClosure |
actual instance of the test dummy job functor
Definition at line 161 of file mock-dispatcher.cpp.
| lib::Depend<vault::gear::NopJobFunctor> nopFunctor |
access to the fallback-implementation for empty segments
Definition at line 164 of file mock-dispatcher.cpp.