Lumiera
0.pre.03
»edit your freedom«
|
#include "/Werk/devel/lumi/tests/vault/gear/test-chain-load.hpp"
Baseclass: JobFunctor to invoke TestChainLoad.
Definition at line 1509 of file test-chain-load.hpp.
Static Public Member Functions | |
static size_t | decodeLevel (TimeValue nominalTime) |
static size_t | decodeNodeID (InvocationInstanceID invoKey) |
static Time | encodeLevel (size_t level) |
static InvocationInstanceID | encodeNodeID (size_t idx) |
package the node-index to invoke. More... | |
Private Member Functions | |
InvocationInstanceID | buildInstanceID (HashVal) const override |
string | diagnostic () const =0 |
JobKind | getJobKind () const |
size_t | hashOfInstance (InvocationInstanceID invoKey) const override |
void | invokeJobOperation (JobParameter)=0 |
Static Private Member Functions | |
static lib::time::Grid & | testGrid () |
Additional Inherited Members | |
Public Member Functions inherited from JobClosure | |
virtual | ~JobClosure () |
this is an interface More... | |
lib::HashVal | hash_value (JobParameter) const |
Public Member Functions inherited from JobFunctor | |
virtual | ~JobFunctor () |
this is an interface More... | |
operator std::string () const | |
|
inlinestatic |
package the node-index to invoke.
Definition at line 1552 of file test-chain-load.hpp.