Iguana 0.0.0
Implementation Guardian of Analysis Algorithms
|
#include <ConcurrentParam.h>
factory to create the appropriate ConcurrentParam
-derived class instance for the current GlobalConcurrencyModel
Definition at line 120 of file ConcurrentParam.h.
Static Public Member Functions | |
template<typename T > | |
static std::unique_ptr< ConcurrentParam< T > > | Create () |
create a new ConcurrentParam -derived class instance | |
|
inlinestatic |
create a new ConcurrentParam
-derived class instance
GlobalConcurrencyModel
is not set, the model "memoize"
will be chosen, since it is thread safe and does not assume anything about the user's implementation Definition at line 130 of file ConcurrentParam.h.