![]() |
Iguana LATEST
Implementation Guardian of Analysis Algorithms
|
#include <ConcurrentParam.h>
key generation for ConcurrentParam objects
Definition at line 157 of file ConcurrentParam.h.
Public Member Functions | |
| Keysmith () | |
| constructor | |
| concurrent_key_t | MakeKey (Ts const &... args) |
| make a new key | |
|
inline |
constructor
The key-generation function will be set depending on the GlobalConcurrencyModel
For example, to instantiate a Keysmith to make keys based on an int run number and float torus:
Definition at line 176 of file ConcurrentParam.h.
|
inline |
make a new key
| args | the key generation arguments (see Keysmith::Keysmith for details) |
Definition at line 194 of file ConcurrentParam.h.