![]() |
Iguana LATEST
Implementation Guardian of Analysis Algorithms
|
#include <ConcurrentParam.h>
factory to create the appropriate ConcurrentParam-derived class instance for the current GlobalConcurrencyModel
Definition at line 119 of file ConcurrentParam.h.
Static Public Member Functions | |
| static void | CheckConcurrencyModel () |
| check the concurrency model; if not set, it will set a default | |
| template<typename T> | |
| static std::unique_ptr< ConcurrentParam< T > > | Create (std::string const &name) |
| create a new ConcurrentParam-derived class instance | |
|
inlinestatic |
check the concurrency model; if not set, it will set a default
Definition at line 126 of file ConcurrentParam.h.
|
inlinestatic |
create a new ConcurrentParam-derived class instance
| name | the name of the parameter |
Definition at line 140 of file ConcurrentParam.h.