CHROMA
Functions | Variables
Chroma::OvExtConstantStrategyEnv Namespace Reference

Functions

AbsOvExtTuningStrategycreateStrategy (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...
 

Function Documentation

◆ createStrategy()

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().

◆ 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().

Variable Documentation

◆ name

const std::string Chroma::OvExtConstantStrategyEnv::name = "OVEXT_CONSTANT_STRATEGY"

Definition at line 33 of file ovext_constant_strategy.cc.

Referenced by registerAll().

◆ registered

bool Chroma::OvExtConstantStrategyEnv::registered = false
static

Local registration flag.

Definition at line 36 of file ovext_constant_strategy.cc.

Referenced by registerAll().