CHROMA
|
Functions | |
AbsOvExtTuningStrategy * | createStrategy (XMLReader &xml_in, const std::string &path) |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | name = "OVEXT_CONSTANT_STRATEGY" |
static bool | registered = false |
Local registration flag. More... | |
AbsOvExtTuningStrategy* Chroma::OvExtConstantStrategyEnv::createStrategy | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 17 of file ovext_constant_strategy.cc.
References Chroma::read().
Referenced by registerAll().
bool Chroma::OvExtConstantStrategyEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 39 of file ovext_constant_strategy.cc.
References createStrategy(), name, and registered.
Referenced by Chroma::OvExtTuningStrategyAggregateEnv::registerAll().
const std::string Chroma::OvExtConstantStrategyEnv::name = "OVEXT_CONSTANT_STRATEGY" |
Definition at line 33 of file ovext_constant_strategy.cc.
Referenced by registerAll().
|
static |
Local registration flag.
Definition at line 36 of file ovext_constant_strategy.cc.
Referenced by registerAll().