|
CHROMA
|
Functions | |
| AbsOvExtTuningStrategy * | createStrategy (XMLReader &xml_in, const std::string &path) |
| bool | registerAll () |
| Register all the factories. More... | |
Variables | |
| const std::string | name = "OVEXT_NEUBERGER_STRATEGY" |
| static bool | registered = false |
| Local registration flag. More... | |
| AbsOvExtTuningStrategy* Chroma::OvExtNeubergerStrategyEnv::createStrategy | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 16 of file ovext_neuberger_strategy.cc.
Referenced by registerAll().
| bool Chroma::OvExtNeubergerStrategyEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 28 of file ovext_neuberger_strategy.cc.
References createStrategy(), name, and registered.
Referenced by Chroma::OvExtTuningStrategyAggregateEnv::registerAll().
| const std::string Chroma::OvExtNeubergerStrategyEnv::name = "OVEXT_NEUBERGER_STRATEGY" |
Definition at line 22 of file ovext_neuberger_strategy.cc.
Referenced by registerAll().
|
static |
Local registration flag.
Definition at line 25 of file ovext_neuberger_strategy.cc.
Referenced by registerAll().