CHROMA
Functions | Variables
Chroma::OvExtConstDivByResPStrategyEnv Namespace Reference

Functions

AbsOvExtTuningStrategycreateStrategy (XMLReader &xml_in, const std::string &path)
 
bool registerAll ()
 Register all the factories. More...
 

Variables

const std::string name = "OVEXT_DIVIDE_BY_CONSTANT_TIMES_RESP_STRATEGY"
 
static bool registered = false
 Local registration flag. More...
 

Function Documentation

◆ createStrategy()

AbsOvExtTuningStrategy* Chroma::OvExtConstDivByResPStrategyEnv::createStrategy ( XMLReader &  xml_in,
const std::string &  path 
)

Definition at line 14 of file ovext_const_div_by_resp_strategy.cc.

References Chroma::read().

Referenced by registerAll().

◆ registerAll()

bool Chroma::OvExtConstDivByResPStrategyEnv::registerAll ( )

Register all the factories.

Definition at line 36 of file ovext_const_div_by_resp_strategy.cc.

References createStrategy(), name, and registered.

Referenced by Chroma::OvExtTuningStrategyAggregateEnv::registerAll().

Variable Documentation

◆ name

const std::string Chroma::OvExtConstDivByResPStrategyEnv::name = "OVEXT_DIVIDE_BY_CONSTANT_TIMES_RESP_STRATEGY"

Definition at line 30 of file ovext_const_div_by_resp_strategy.cc.

Referenced by registerAll().

◆ registered

bool Chroma::OvExtConstDivByResPStrategyEnv::registered = false
static

Local registration flag.

Definition at line 33 of file ovext_const_div_by_resp_strategy.cc.

Referenced by registerAll().